Skip to content

Instantly share code, notes, and snippets.

@sergiobuj
Created April 26, 2013 22:32
Show Gist options
  • Select an option

  • Save sergiobuj/5470886 to your computer and use it in GitHub Desktop.

Select an option

Save sergiobuj/5470886 to your computer and use it in GitHub Desktop.
Condor file for ClusterPy ARISEL PP
#
#
#
Universe = vanilla
+RequiresWholeMachine = TRUE
Requirements = (Target.CAN_RUN_WHOLE_MACHINE =?= True) && machine == "compute-2-0.local"
Should_transfer_files = YES
When_to_transfer_output = ON_EXIT
Executable = /opt/python/bin/python27
Arguments = script_name.py
Output = out.$(Process)
Error = err.$(Process)
Log = log
Queue 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment