-
Where can I find an example slurm script for submitting a job on Discover? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @cbblanke Sure - happy to help. But please be sure that you are using the latest module on Discover: The Discover Quick Start guide explains how to use this module: Here is an example script. I have the "qos" line commented out, so it will just go to the "general" queue. More on "qos" below.
560 cores/CPUs is just an example, although it does happen to be the maximum that will run on the "long" queue. The number of core in your job script should exactly match the product of these two lines in your lis.config file:
Be sure to review these pages from the NCCS on setting up SLURM jobs and the QoS (Quality of Service): David |
Beta Was this translation helpful? Give feedback.
-
This is the output I am getting. (I am not sure the status of my compute hours, I just put in a request to check.)
Run script looks like this: ##SBATCH --qos=debug module purge #CBB I assume this is nothing special... ulimit -s unlimited |
Beta Was this translation helpful? Give feedback.
Hi @cbblanke
Sure - happy to help. But please be sure that you are using the latest module on Discover:
https://github.com/NASA-LIS/LISF/blob/master/env/discover/lisf_7_gnu_11.2.0_impi_2021.4.0
The Discover Quick Start guide explains how to use this module:
https://github.com/NASA-LIS/LISF/blob/master/docs/discover_quick_start/discover_quick_start.adoc
Here is an example script. I have the "qos" line commented out, so it will just go to the "general" queue. More on "qos" below.