From e28e0780fdec0c805623c2c55d9d3f5be01851aa Mon Sep 17 00:00:00 2001 From: "Robert.Grumbine" Date: Fri, 8 Sep 2023 12:16:13 +0000 Subject: [PATCH 1/5] build on hera, some run issues --- sorc/makeall.sh | 14 +++++++++----- sorc/mk.this | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sorc/makeall.sh b/sorc/makeall.sh index ea57e96..39e5b7f 100755 --- a/sorc/makeall.sh +++ b/sorc/makeall.sh @@ -1,6 +1,5 @@ #!/bin/bash - #modules : # wcoss2: # module load PrgEnv-intel/8.3.3 @@ -8,10 +7,15 @@ # module load intel-classic/2022.2.0.262 # gaea: -module load intel-classic/2022.2.1 -module load cray-hdf5/1.12.2.3 -module load cray-netcdf/4.9.0.3 -export NETCDF=$NETCDF_DIR +#module load intel-classic/2022.2.1 +#module load cray-hdf5/1.12.2.3 +#module load cray-netcdf/4.9.0.3 +#export NETCDF=$NETCDF_DIR + +# hera: +module load hpc/1.2.0 hpc-intel/2022.1.2 +module load netcdf/4.7.0 + echo zzz ifort = `which ifort` echo zzz NETCDF diff --git a/sorc/mk.this b/sorc/mk.this index b88292a..31fe09f 120000 --- a/sorc/mk.this +++ b/sorc/mk.this @@ -1 +1 @@ -mk.gaea \ No newline at end of file +mk.hera \ No newline at end of file From 37a9a36c1fafdf19a67b3ad1e285571b40fd4a5c Mon Sep 17 00:00:00 2001 From: "Robert.Grumbine" Date: Fri, 8 Sep 2023 12:24:23 +0000 Subject: [PATCH 2/5] mk.this should be outside the repo, link to system, on each system --- sorc/mk.this | 1 - 1 file changed, 1 deletion(-) delete mode 120000 sorc/mk.this diff --git a/sorc/mk.this b/sorc/mk.this deleted file mode 120000 index 31fe09f..0000000 --- a/sorc/mk.this +++ /dev/null @@ -1 +0,0 @@ -mk.hera \ No newline at end of file From ba5e20d2a85f28ceec8b8e6602f22545b7dd3fb4 Mon Sep 17 00:00:00 2001 From: "Robert.Grumbine" Date: Fri, 8 Sep 2023 12:28:10 +0000 Subject: [PATCH 3/5] mk.this should be outside the repo, link to system, on each system --- sorc/mk.this | 1 - 1 file changed, 1 deletion(-) delete mode 120000 sorc/mk.this diff --git a/sorc/mk.this b/sorc/mk.this deleted file mode 120000 index 31fe09f..0000000 --- a/sorc/mk.this +++ /dev/null @@ -1 +0,0 @@ -mk.hera \ No newline at end of file From 238907e2db1c9b69f903a006288cd71871f6adec Mon Sep 17 00:00:00 2001 From: Robert Grumbine Date: Fri, 15 Sep 2023 15:05:02 +0000 Subject: [PATCH 4/5] clean build on cactus --- sorc/README | 3 +++ sorc/makeall.sh | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 sorc/README diff --git a/sorc/README b/sorc/README new file mode 100644 index 0000000..61a6434 --- /dev/null +++ b/sorc/README @@ -0,0 +1,3 @@ +edit makeall.sh to be for the system you're on +ln -s mk.YOUR_SYSTEM mk.this +./makeall.sh diff --git a/sorc/makeall.sh b/sorc/makeall.sh index 39e5b7f..2891c7e 100755 --- a/sorc/makeall.sh +++ b/sorc/makeall.sh @@ -2,9 +2,9 @@ #modules : # wcoss2: -# module load PrgEnv-intel/8.3.3 -# module load netcdf/4.7.4 -# module load intel-classic/2022.2.0.262 +module load PrgEnv-intel/8.3.3 +module load netcdf/4.7.4 +module load intel-classic/2022.2.0.262 # gaea: #module load intel-classic/2022.2.1 @@ -13,8 +13,8 @@ #export NETCDF=$NETCDF_DIR # hera: -module load hpc/1.2.0 hpc-intel/2022.1.2 -module load netcdf/4.7.0 +#module load hpc/1.2.0 hpc-intel/2022.1.2 +#module load netcdf/4.7.0 echo zzz ifort = `which ifort` From 349ba07a37f7dbc4eed87388a2a1707ddb6cb43f Mon Sep 17 00:00:00 2001 From: Robert Grumbine Date: Fri, 15 Sep 2023 15:11:41 -0400 Subject: [PATCH 5/5] build on gaea-c5 --- sorc/makeall.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sorc/makeall.sh b/sorc/makeall.sh index 2891c7e..2d8e904 100755 --- a/sorc/makeall.sh +++ b/sorc/makeall.sh @@ -1,16 +1,16 @@ #!/bin/bash #modules : -# wcoss2: -module load PrgEnv-intel/8.3.3 -module load netcdf/4.7.4 -module load intel-classic/2022.2.0.262 +## wcoss2: +#module load PrgEnv-intel/8.3.3 +#module load netcdf/4.7.4 +#module load intel-classic/2022.2.0.262 # gaea: -#module load intel-classic/2022.2.1 -#module load cray-hdf5/1.12.2.3 -#module load cray-netcdf/4.9.0.3 -#export NETCDF=$NETCDF_DIR +module load intel-classic/2022.2.1 +module load cray-hdf5/1.12.2.3 +module load cray-netcdf/4.9.0.3 +export NETCDF=$NETCDF_DIR # hera: #module load hpc/1.2.0 hpc-intel/2022.1.2