First Test Example

Step 1:

ssh username@ui.farm.particle.cz

Step 2: create a job script test.sh with content e.g.

#!/bin/sh
hostname

Step 3: create a job_submission_file test.sub with content

executable = test.sh
queue

Step 4:

condor_submit test.sub
Přejít nahoru