Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelissariou1 committed Jul 11, 2023
2 parents 9aa706f + db3fade commit aed739d
Show file tree
Hide file tree
Showing 12 changed files with 426 additions and 43 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@
[submodule "SCHISM/schism-esmf"]
path = SCHISM/schism-esmf
url = https://github.com/schism-dev/schism-esmf.git
[submodule "FVCOM"]
path = FVCOM
url = https://github.com/pvelissariou1/FVCOM
1 change: 1 addition & 0 deletions FVCOM
Submodule FVCOM added at 3077f2
Binary file modified images/coastalapp_models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions modulefiles/envmodules_gnu.tacc
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
### Date: June 26 2021
###########################################################################

#----------
[[ "$0" == "bash" || "$0" == "-bash" ]] && retv=return || retv=exit
echo "$(basename ${BASH_SOURCE[0]}) :: This environment is either not configured or not supported"
echo " Exiting ..."
${retv} 1
#----------
##----------
#[[ "$0" == "bash" || "$0" == "-bash" ]] && retv=return || retv=exit
#echo "$(basename ${BASH_SOURCE[0]}) :: This environment is either not configured or not supported"
#echo " Exiting ..."
#${retv} 1
##----------

####################
# Get the directory where the script is located
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/envmodules_intel.hera
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ module load cmake
module use /scratch2/STI/coastal/common/apps/modulefiles
module load hpc-common

module load hpc-intel/19.0.5.281 hpc-impi
#module load hpc-intel/19.0.5.281 hpc-impi
#module load hpc-intel/2020.2 hpc-impi
#module load hpc-intel/2022.1.2 hpc-impi
module load hpc-intel/2022.1.2 hpc-impi
#module load hpc-intel/2022.3.0 hpc-impi

module load hdf5/1.10.9 netcdf/4.7.4
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/envmodules_intel.hera.sys
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ myDIRS="${myDIRS} . ${APPMODS_DIR}"
module purge
module load cmake

module load intel/19.0.5.281 impi/2019.0.5
#module load intel/19.0.5.281 impi/2019.0.5
#module load intel/2020.2 impi/2020.2
#module load intel/2022.1.2 impi/2022.1.2
module load intel/2022.1.2 impi/2022.1.2
#module load intel/2022.3.0 impi/2022.3.0

module load hdf5/1.10.6 netcdf/4.7.0
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/envmodules_intel.orion
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ module load cmake
module use /work/noaa/nosofs/pvelissa/apps/modulefiles
module load hpc-common

module load hpc-intel/2019.5 hpc-impi
#module load hpc-intel/2019.5 hpc-impi
#module load hpc-intel/2020.2 hpc-impi
#module load hpc-intel/2022.1.2 hpc-impi
module load hpc-intel/2022.1.2 hpc-impi

module load hdf5/1.10.9 netcdf/4.7.4
module load proj/4.8.0
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/envmodules_intel.orion.sys
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ myDIRS="${myDIRS} . ${APPMODS_DIR}"
module purge
module load cmake

module load intel/2019.5 impi/2019.6
#module load intel/2019.5 impi/2019.6
#module load intel/2020.2 impi/2020.2
#module load intel/2021.2 impi/2021.2
#module load intel/2022.1.2 impi/2022.1.2
module load intel/2022.1.2 impi/2022.1.2

module load hdf5/1.10.6 netcdf/4.7.4
# NOT AVAILABLE module load proj
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/envmodules_intel.pworks
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ module load cmake
module use /contrib/coastal/common/apps/modulefiles
module load hpc-common

module load hpc-intel/19.0.5.281 hpc-impi
#module load hpc-intel/19.0.5.281 hpc-impi
#module load hpc-intel/2020.2 hpc-impi
#module load hpc-intel/2022.1.2 hpc-impi
module load hpc-intel/2022.1.2 hpc-impi
#module load hpc-intel/2022.3.0 hpc-impi

module load hdf5/1.10.9 netcdf/4.7.4
Expand Down
3 changes: 3 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ compileDateTime

compileMetis
compileERR=$(( ${compileERR:-0} + $? ))

compileFVCOMLibs
compileERR=$(( ${compileERR:-0} + $? ))
###========================================
### END :: install thirdparty_open libraries and programs
###========================================
Expand Down
Loading

0 comments on commit aed739d

Please sign in to comment.