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

Add example scripts for parallel tasks #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

elyssac02
Copy link

submit_parallel_specific_cores.csh is useful if each task is parallel and you want to select nodes with a specific number of cores for each task, while submit_parallel_dynamic_cores.csh is useful if each task is parallel and you don't care how many cores you get for each task (reduces wait time).

Also renamed submit_job.csh to submit_serial.csh so that it is clear that this script is for serial task submission.

Please let me know if you think it would be helpful to add more documentation regarding the submission of parallel tasks in the README.

`submit_parallel_specific_cores.csh` is useful if each task is parallel and you want to select nodes with a specific number of cores for each task, while `submit_parallel_dynamic_cores.csh`  is useful if each task is parallel and you don't care how many cores you get for each task (reduces wait time).
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

Successfully merging this pull request may close these issues.

1 participant