Anonymous @ on
Any tips on how to use submit’s remoteBatchConstraint with slurm?
The sites.dat submit configuration file enables sites to define remoteBatchConstraint parameter for use with slurm. Can I use parameters such as mem here? What is the syntax?
Thanks!
0 Like 0 Dislike
Jeanette M Sperhac @ on
The sites.dat configuration file for submit can specify a slurm SBATCH statement. Here’s how it works:
#SBATCH —constraint “remoteBatchConstraints“ – the string value for remoteBatchConstraints is simply added as a SBATCH statement – syntax is a simple keyword = value statement – submit does not attempt to parse or process the specified statement
Reply Report abuse
Please login to answer the question.