condor template examples
- test/ : simple test with shell script
- test-gpfs/ : test using input and output files from the shared /gpfs mount
- test-gpu/ : runs a small python script that uses TF v1, cuda 10.0, and does some matrix calculation.
- test-docker/ : runs a hello world docker image that is pulled from docker.io
- Clone the repo
git clone https://github.com/msk-mind/condor.git
- Submit a job
cd test
condor_submit submit.sub
- Check the queue
condor_q
- Check the job in detail (helpful for debugging)
condor_q -better-analyze <job_id>
- Check the .log, .err, .out files