Skip to content

Commit

Permalink
Remove wcoss_cray from the app (#225)
Browse files Browse the repository at this point in the history
* Remove wcoss_cray

* Remove wcoss_cray from docs

* Update hash of regional_workflow
  • Loading branch information
chan-hoo authored Mar 22, 2022
1 parent 89a0793 commit 7a17939
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 99 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protocol = git
repo_url = https://github.com/ufs-community/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 2718b62
hash = 405553b
local_path = regional_workflow
required = True

Expand Down
3 changes: 1 addition & 2 deletions devbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OPTIONS
show this help guide
--platform=PLATFORM
name of machine you are building on
(e.g. cheyenne | hera | jet | orion | wcoss_cray | wcoss_dell_p3)
(e.g. cheyenne | hera | jet | orion | wcoss_dell_p3)
--compiler=COMPILER
compiler to use; default depends on platform
(e.g. intel | gnu | cray | gccgfortran)
Expand Down Expand Up @@ -145,7 +145,6 @@ if [ -z "${COMPILER}" ] ; then
case ${PLATFORM} in
jet|hera) COMPILER=intel ;;
orion) COMPILER=intel ;;
wcoss_cray) COMPILER=intel ;;
wcoss_dell_p3) COMPILER=intel ;;
cheyenne) COMPILER=intel ;;
macos) COMPILER=gccgfortran ;;
Expand Down
2 changes: 1 addition & 1 deletion docs/UsersGuide/source/ConfigWorkflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Platform Environment
Setting ``RUN_ENVIR`` to “community” will use the standard directory structure and variable naming convention and is recommended in most cases for users who are not planning to implement their code into operations at NCO.

``MACHINE``: (Default: “BIG_COMPUTER”)
The machine (a.k.a. platform) on which the workflow will run. Currently supported platforms include "WCOSS_CRAY," "WCOSS_DELL_P3," "HERA," "ORION," "JET," "ODIN," "CHEYENNE," "STAMPEDE,” “GAEA,” “MACOS,” and “LINUX."
The machine (a.k.a. platform) on which the workflow will run. Currently supported platforms include "WCOSS_DELL_P3," "HERA," "ORION," "JET," "ODIN," "CHEYENNE," "STAMPEDE,” “GAEA,” “MACOS,” and “LINUX."

``ACCOUNT``: (Default: “project_name”)
The account under which to submit jobs to the queue on the specified ``MACHINE``.
Expand Down
11 changes: 1 addition & 10 deletions docs/UsersGuide/source/Quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ project code for the account parameter:

.. code-block:: console
MACHINE=”wcoss_cray” or MACHINE=”wcoss_dell_p3”
MACHINE=”wcoss_dell_p3”
ACCOUNT="my_account"
EXPT_SUBDIR="my_expt_name"
Expand Down Expand Up @@ -275,15 +275,6 @@ For WCOSS_DELL_P3:
module use /gpfs/dell3/usrx/local/dev/emc_rocoto/modulefiles/
module load ruby/2.5.1 rocoto/1.2.4
For WCOSS_CRAY:

.. code-block:: console
module purge
module load xt-lsfhpc/9.1.3
module use -a /usrx/local/emc_rocoto/modulefiles
module load rocoto/1.2.4
Then manually call ``rocotorun`` to launch the tasks that have all dependencies satisfied
and ``rocotostat`` to monitor the progress:

Expand Down
67 changes: 0 additions & 67 deletions env/build_wcoss_cray_intel.env

This file was deleted.

8 changes: 0 additions & 8 deletions env/detect_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

case $(hostname -f) in

llogin1) MACHINE_ID=wcoss_cray ;; ### luna
llogin2) MACHINE_ID=wcoss_cray ;; ### luna
llogin3) MACHINE_ID=wcoss_cray ;; ### luna

slogin1) MACHINE_ID=wcoss_cray ;; ### surge
slogin2) MACHINE_ID=wcoss_cray ;; ### surge
slogin3) MACHINE_ID=wcoss_cray ;; ### surge

v71a1.ncep.noaa.gov) MACHINE_ID=wcoss_dell_p3 ;; ### venus
v71a2.ncep.noaa.gov) MACHINE_ID=wcoss_dell_p3 ;; ### venus
v71a3.ncep.noaa.gov) MACHINE_ID=wcoss_dell_p3 ;; ### venus
Expand Down
10 changes: 0 additions & 10 deletions env/wflow_wcoss_cray.env

This file was deleted.

0 comments on commit 7a17939

Please sign in to comment.