-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
file cleanup, slurm scripts and timeout added to batchtools submit te…
…mplates (#831) see netpyne.batchtools esp. submits.py and search.py slurm job submission: search() now supports job_type='slurm' with associated 'ifs' and 'socket' communication modes the run_config for these submission scripts should specify the following arguments: 'allocation' (allocation for the job) 'walltime' (time limit before job termination) 'nodes' (# nodes for job) 'coresPerNode' (number of cores per job--i.e. the mpiexec -n value) 'email' (user email) 'custom' (any custom commands to execute prior to sourcing ~/.bashrc) 'command' (execution of script, command to be run from the project directory to run the script) update to see submission: run_config for the submission now includes the following argument 'realtime' (time limit before job termination)
- Loading branch information
Showing
3 changed files
with
116 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters