当前位置: 首页 > 工具软件 > Condor > 使用案例 >

some condor commands

唐向荣
2023-12-01

condor server :
new : ssh condor
old : ssh cvssp-condor-matster

condor_userprio : check the user priority
condor_status : check the machine status , for concise version, add -compact flag
our priority machines: cogvis
the machine with large GPU memory (more 100GB) : nain
watch -n1 condor_q : will exe condor_q every 1 sec

for log : import logging in python scripts.

options in python file (A) : python A.py -help

when you try to access the docker image, you need to mount the dataset first.

AP_datasets : Austin Pearce
MP_datasets : Manor Park
There are physical servers in these buildings.

/vol/vssp is the symbolic link to AP_datasets or MP_datasets

arguments = /vol/research/SignPose/tj/Workspace/DCAL_MTC/auto.sh /vol/research/SignPose/tj/Software/miniconda3/bin/python3 /vol/research/extol/data/BSLCP/Videos/Conversation/Belfast/27+28 BF28c 47929 $(Step) 1000
queue 48

$(Step) will iterate from 0 to 47

arguments = /vol/research/SignPose/tj/Workspace/DCAL_MTC/auto.sh /vol/research/SignPose/tj/Software/miniconda3/bin/python3 /vol/research/extol/data/BSLCP/Videos/Conversation/Belfast/1+2 BF1c 48787 $(Item) 1000
queue 1 in (43, 44, 47)

find error files are not empty

find *.error -not -empty -ls

find *.error -not -empty -ls | head -n100

 类似资料:

相关阅读

相关文章

相关问答