We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The script at https://e3sm-project.github.io/e3sm_diags/_build/html/master/examples.html#running-the-diagnostics is outdated. Specifically, the node allocation command salloc --nodes=1 --partition=regular --time=01:00:00 -C haswell should be more like salloc --nodes 1 --qos interactive --time 01:00:00 --constraint cpu --account=e3sm, as indicated on https://docs.nersc.gov/jobs/interactive/#perlmutter-cpu-nodes.
salloc --nodes=1 --partition=regular --time=01:00:00 -C haswell
salloc --nodes 1 --qos interactive --time 01:00:00 --constraint cpu --account=e3sm
The text was updated successfully, but these errors were encountered:
polar
No branches or pull requests
Describe your documentation update
The script at https://e3sm-project.github.io/e3sm_diags/_build/html/master/examples.html#running-the-diagnostics is outdated. Specifically, the node allocation command
salloc --nodes=1 --partition=regular --time=01:00:00 -C haswell
should be more likesalloc --nodes 1 --qos interactive --time 01:00:00 --constraint cpu --account=e3sm
, as indicated on https://docs.nersc.gov/jobs/interactive/#perlmutter-cpu-nodes.The text was updated successfully, but these errors were encountered: