Skip to content

Commit

Permalink
Posrt 2 hera
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA authored and DomHeinzeller committed Aug 30, 2019
1 parent e638b7e commit 2327dae
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 18 deletions.
8 changes: 4 additions & 4 deletions src/incmake/env/rdhpcs/detect.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
########################################################################

ifneq (,$(and $(wildcard /scratch1),$(and $(wildcard /scratch2),$(wildcard /xcatpost))))
ifneq (,$(and $(wildcard /scratch),$(wildcard /scratch3)))
NEMS_COMPILER?=intel
$(call add_build_env,hera.$(NEMS_COMPILER),env/rdhpcs/hera.$(NEMS_COMPILER).mk)
$(call add_build_env,theia.$(NEMS_COMPILER),env/rdhpcs/theia.$(NEMS_COMPILER).mk)
else
ifneq (,$(and $(wildcard /scratch4),$(and $(wildcard /scratch3),$(wildcard /tftpboot))))
ifneq (,$(and $(wildcard /scratch1),$(wildcard /scratch2)))
NEMS_COMPILER?=intel
$(call add_build_env,theia.$(NEMS_COMPILER),env/rdhpcs/theia.$(NEMS_COMPILER).mk)
$(call add_build_env,hera.$(NEMS_COMPILER),env/rdhpcs/hera.$(NEMS_COMPILER).mk)
else
ifneq (,$(and $(wildcard /lfs1),$(wildcard /lfs3)))
NEMS_COMPILER?=intel
Expand Down
26 changes: 13 additions & 13 deletions tests/commit.def
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Directory to receive the webpage with regression test results
#ON tujet WEBPAGE /lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
#ON ujet.slurm WEBPAGE /lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
ON theia WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
#ON theia.intel WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
ON theia.slurm.intel WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
ON wcoss1 WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
ON wcoss2 WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
ON wcoss_cray WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
ON wcoss_dell_p3 WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
#ON gaea WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/combo/
#ON tujet WEBPAGE /lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/
#ON ujet.slurm WEBPAGE /lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/
ON theia WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/
#ON theia.intel WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/
ON theia.slurm.intel WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/
ON wcoss1 WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/
ON wcoss2 WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/
ON wcoss_cray WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/
ON wcoss_dell_p3 WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/
#ON gaea WEBPAGE jetscp.rdhpcs.noaa.gov:/lfs3/projects/hfv3gfs/emc.nemspara/web/nems-commit/NUOPC/

USER ACCOUNT IS Ratko.Vasic
ROLE ACCOUNT IS emc.nemspara

# nems branch - branch of NEMS that is being tested. Set to "default"
# to test the app's own NEMS
NEMS BRANCH IS combogsdww3nems
NEMS BRANCH IS commit_tmp

# app branch - branch to use for committing logs to each
APP BRANCH IS combo-commit
#APP BRANCH IS NUOPC-commit

# If relevant, the starting branch that we copy to make the app
# branch. Default is the master branch.
#APP NEMSfv3gfs CHECKOUT combo
#APP NEMSfv3gfs CHECKOUT NUOPC

# master branch - name of the git "master" branch. Do not change.
MASTER BRANCH IS master
2 changes: 1 addition & 1 deletion tests/multi-app-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ push_to_master() {
done

# Check out $master_branch of NEMS:
git clone gerrit:NEMS NEMS
git clone github:NEMS NEMS
cd NEMS
git checkout "$master_branch"

Expand Down
6 changes: 6 additions & 0 deletions tests/nightly/run-from-wcoss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ if [[ "$hostchar" == "$prodchar" ]] ; then
exit 1
fi

#WCOSS_Cray need to load newer git version
if [[ `hostname | cut -c2-6` == "login" ]] ; then
source /opt/modules/default/init/sh
module use /usrx/local/dev/modulefiles
module load git/2.18.0
fi

cd $( dirname "$0" )
cd ..
Expand Down

0 comments on commit 2327dae

Please sign in to comment.