-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use auto numerated list and code-block
- Loading branch information
1 parent
188d074
commit 82bf411
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -335,6 +335,7 @@ or access the cluster from your web terminal, one can start clone, compile, and | |
git clone --recursive [email protected]:NOAA-EMC/global-workflow.git global-workflow | ||
#or the develop fork at EPIC: | ||
git clone --recursive [email protected]:NOAA-EPIC/global-workflow-cloud.git global-workflow-cloud | ||
#. compile global-workflow: | ||
|
||
.. code-block:: console | ||
|
@@ -343,6 +344,7 @@ or access the cluster from your web terminal, one can start clone, compile, and | |
cd sorc | ||
build_all.sh # or similar command to compile for gefs, or others. | ||
link_workflow.sh # after build_all.sh finished successfully | ||
#. As users may define a very small cluster as controller, one may use the script below to compile in compute node. | ||
Save the this script in a file, say, com.slurm, and submit this job with command "sbatch com.slurm": | ||
|
||
|
@@ -358,12 +360,13 @@ or access the cluster from your web terminal, one can start clone, compile, and | |
#SBATCH -o compile.%J.log | ||
#SBATCH --exclusive | ||
gwhome=/contrib/Wei.Huang/src/global-workflow-cloud # Change this toyour own "global-workflow" source dir | ||
gwhome=/contrib/Wei.Huang/src/global-workflow-cloud # Change this to your own "global-workflow" source dir | ||
cd ${gwhome}/sorc | ||
source ${gwhome}/workflow/gw_setup.sh | ||
#build_all.sh | ||
build_all.sh -w | ||
link_workflow.sh | ||
#. run global-workflow C48 ATM test case (assume user has /lustre filesystem attached): | ||
|
||
.. code-block:: console | ||
|