Running a Job

First Practical Session 3/3

  1. Examine the standard universe job submit file, loop.cmd
    • Notice that we submit more than one computation.
  2. Compile and submit the standard universe job:
        condor_compile gcc -o loop.remote loop.c
        condor_submit loop.cmd
    
  3. Quickly check the queue using condor_q and notice your jobs waiting or running.
  4. You can check the progress of one of your jobs by, for example
        tail -f loop.4.out
        


...prev

Views:

[Preview] [Continuous/One Page]

[Slideshow]


Contents: