Skip to content

Commit

Permalink
Merge pull request #256 from cecilehannay/main
Browse files Browse the repository at this point in the history
change cpu queue to main
  • Loading branch information
cecilehannay authored Aug 6, 2024
2 parents b7a52bd + 87c8274 commit 10ee0dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion notebooks/basics/basics_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"id": "9d6954eb-3505-4a58-b6fa-bea7047c63cf",
"metadata": {},
"source": [
"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",
"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",
"\n",
"**YOU SHOULD ENSURE YOU CHECK THIS EVERY TIME YOU ARE BUILDING A NEW CASE**\n",
"\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@
"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",
"- You can only do part II **after** Part I has finished running\n",
"- 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",
"- **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",
"- **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",
"\n",
"**To submit in the ``cpu`` queue, you need to add:**\n",
"**To submit in the ``main`` queue, you need to add:**\n",
"```\n",
" ./xmlchange JOB_QUEUE=cpu\n",
" ./xmlchange JOB_QUEUE=main\n",
"```\n",
"\n",
"</div>"
Expand Down Expand Up @@ -196,7 +196,7 @@
"5. Change queue\n",
" \n",
"```\n",
" ./xmlchange JOB_QUEUE=cpu\n",
" ./xmlchange JOB_QUEUE=main\n",
"```\n",
"\n",
"<br>\n",
Expand Down
6 changes: 3 additions & 3 deletions notebooks/resources/tutorial_queue_account.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
" \n",
"- We have a special queue <strong>tutorial</strong> during the lab sessions to ensure you get through the derecho queues quickly and get your jobs run. This queue are only active during our lab sessions. \n",
"\n",
"- Outside the lab sessions, you should use the queue <strong>cpu</strong> to run cesm.\n",
"- Outside the lab sessions, you should use the queue <strong>main</strong> to run cesm.\n",
" \n",
"</div>\n",
"\n",
Expand All @@ -51,7 +51,7 @@
"\n",
"Outside the lab sessions:\n",
"```\n",
"./xmlchange JOB_QUEUE=cpu --force\n",
"./xmlchange JOB_QUEUE=main --force\n",
"```"
]
},
Expand All @@ -68,7 +68,7 @@
"id": "6ddf7177-0dd6-4ce3-be1e-ee70e5be9419",
"metadata": {},
"source": [
"By default, we compile cesm on a shared node called `cpudev`. However, as we want to avoid long wait time during the labs, we will compile in the specialed reservation queue `tutorial`. \n",
"By default, we compile cesm on a shared node called `develop`. However, as we want to avoid long wait time during the labs, we will compile in the specialed reservation queue `tutorial`. \n",
"\n",
"During the lab sessions, use\n",
"\n",
Expand Down

0 comments on commit 10ee0dd

Please sign in to comment.