Skip to content

Commit 2f60d0e

Browse files
committed
change cpu queue to main
1 parent dc260a1 commit 2f60d0e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

notebooks/basics/basics_overview.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"id": "9d6954eb-3505-4a58-b6fa-bea7047c63cf",
6262
"metadata": {},
6363
"source": [
64-
"Every time you log onto the NCAR HPC you want to ensure you have the correct modules loaded. Please refer to the [NCAR HPC environment](https://ncar.github.io/CESM-Tutorial/notebooks/resources/ncar_hpc.html) section to make sure you are setting up your environment properly. \n",
64+
"Every time you log onto the NCAR HPC you want to ensure you have the correct modules loaded. Please refer to the NCAR supercomputer section under Resources to make sure you are setting up your environment properly. \n",
6565
"\n",
6666
"**YOU SHOULD ENSURE YOU CHECK THIS EVERY TIME YOU ARE BUILDING A NEW CASE**\n",
6767
"\n"

notebooks/modifications/xml/exercises/xml_length_exercise.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@
112112
"Change the debug level back to 1. Expand Part I to produce a total of 38 months of model run. Remember that you have already run for 1 month. \n",
113113
"- You can only do part II **after** Part I has finished running\n",
114114
"- You should submit this at the end of the day so that it will (hopefully) run overnight and be available the following day. You can continue with Exercise 2-3 and submit the run later.\n",
115-
"- **VERY, VERY IMPORTANT: Don't use the ``tutorial`` for this run as it is an overnight run. You should submit that run in the ``cpu`` queue**\n",
115+
"- **VERY, VERY IMPORTANT: Don't use the ``tutorial`` for this run as it is an overnight run. You should submit that run in the ``main`` queue**\n",
116116
"\n",
117-
"**To submit in the ``cpu`` queue, you need to add:**\n",
117+
"**To submit in the ``main`` queue, you need to add:**\n",
118118
"```\n",
119-
" ./xmlchange JOB_QUEUE=cpu\n",
119+
" ./xmlchange JOB_QUEUE=main\n",
120120
"```\n",
121121
"\n",
122122
"</div>"
@@ -196,7 +196,7 @@
196196
"5. Change queue\n",
197197
" \n",
198198
"```\n",
199-
" ./xmlchange JOB_QUEUE=cpu\n",
199+
" ./xmlchange JOB_QUEUE=main\n",
200200
"```\n",
201201
"\n",
202202
"<br>\n",

0 commit comments

Comments
 (0)