Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a job array script rather than separate job script for each experiment #1

Open
prehensilecode opened this issue Sep 30, 2021 · 0 comments

Comments

@prehensilecode
Copy link

Currently, split_nlogo_experiment.py creates a separate job script for each experiment. For a large number of experiments, this can be cumbersome.

Instead of separate job scripts per experiment, it should produce a single job script defining a job array. Job arrays are supported by PBS/Torque, Slurm, and Grid Engine.

An example in Slurm:

#SBATCH --job-name=my_job
#SBATCH --array=1-400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant