Skip to content

Commit

Permalink
Update datasets path
Browse files Browse the repository at this point in the history
The MRS build system contains explicit paths to the .datasets directory
required by most of the experiments.  This patch updates it for Gaea's
C5 cluster.
  • Loading branch information
marshallward committed Jan 18, 2024
1 parent a750800 commit f2cb8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/MRS/Makefile.clone
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ clone: $(CONFIGS)
clone_gfdl: $(CONFIGS) $(ICE_PARAM_SRC) $(ATMOS_PARAM_SRC) $(SIS1_SRC) $(LM3_SRC) $(AM2_REPOS) $(CONFIGS)/.datasets
$(CONFIGS) $(SRC_DIR):
test -d $(CONFIGS) && (cd $(CONFIGS) git fetch) || git clone --recursive $(URL) $(CONFIGS)
$(CONFIGS)/.datasets: /lustre/f2/pdata/gfdl/gfdl_O/datasets | $(CONFIGS)
$(CONFIGS)/.datasets: /gpfs/f5/gfdl_o/world-shared/datasets | $(CONFIGS)
cd $(@D); ln -s $< $(@F)
$(SRC_DIR)/AM2/atmos_shared_am3: URL = http:https://gitlab.gfdl.noaa.gov/fms/atmos_shared_am3.git
$(SRC_DIR)/AM2/atmos_shared_am3: TAG = warsaw_201803
Expand Down

0 comments on commit f2cb8e7

Please sign in to comment.