我正在尝试提交我的神鹰工作,但它一直给我一个错误说:
ERROR: Can't find address of local schedd
我是一个初学者的秃鹰用户,我不太确定这意味着什么。
此外,当我输入 condor_q 时,我收到以下错误消息:
Error: Can't find address for schedd (name)
Extra Info: You probably saw this error because the condor_schedd is not running on the machine you are trying to query. If the condor_schedd is not running, the Condor system will not be able to find an address and port to connect to and satisfy this request. Please make sure the Condor daemons are running and try again.
Extra Info: If the condor_schedd is running on the machine you are trying to query and you still see the error, the most likely cause is that you have setup a personal Condor, you have not defined SCHEDD_NAME in your condor_config file, and something is wrong with your SCHEDD_ADDRESS_FILE setting. You must define either or both of those settings in your config file, or you must use the -name option to condor_q. Please see the Condor manual for details on SCHEDD_NAME and SCHEDD_ADDRESS_FILE.
有趣的是 condor_status 工作得很好(我可以看到所有集群的状态)。
我做了一些研究,它说我需要使用公共目录才能访问它。是否有针对秃鹰提交/队列的特定目录?