add documentation on Slurm
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
assigned to @denolf
requested review from @loic.huder
- doc/slurm.rst 0 → 100644
29 command line interface like this 30 31 .. code:: bash 32 33 ewoksjob worker --pool=slurm -Q slurm -n slurm@id00 \ 34 --slurm-url=http://... \ 35 --slurm-user=myname \ 36 --slurm-token=eyJhbGciO... 37 --slurm-pre-script='module load myenv' \ 38 --slurm-log-directory='/tmp_14_days/{user_name}/slurm_logs' 39 -sp time_limit=240 40 -sp current_working_directory=/path/to/data 41 42 The option `--slurm-pre-script='module load myenv'` can be provided to activate a specific environment 43 on Slurm in which the execute the workflows. This can be any command like `conda activate myenv`, 44 `source /path/to/bin/activate`, ... The environment selected in this way needs to be setup like any It needs for example
pip install ewoksjob[worker,redis,sql]
or
pip install ewoksjob[blissworker]
In short, all packages appropriate to the situation need to be installed in the python environment.
Edited by Wout De Nolf
- Resolved by Loic Huder
sphinx-build doc build/sphinx/html
mentioned in commit b6922c9d
Please register or sign in to reply