-
-
Notifications
You must be signed in to change notification settings - Fork 323
SconsOnACluster
AlexSunopti edited this page Jul 28, 2017
·
5 revisions
SCons can be useful for controlling high performance computing workflows on a cluster.
Slurm is a tool for managing computation jobs on a cluster of high performance computers. Usually slurm is used to submit jobs in batch mode. To use slurm with scons, prefix the command you want scons to run with the srun command in the builder i.e. srun computationallyexpensivejob infile outfile