Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update model hash and jet build #20

Closed
wants to merge 9 commits into from
14 changes: 6 additions & 8 deletions modulefiles/build_jet_intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ prepend_path("MODULEPATH","/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-st
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/spack-stack/modulefiles")

load("stack-intel/2021.5.0")
load("cmake/3.23.1")
load("cmake/3.28.1")
load("gnu")
load("intel/2022.1.2")
load("impi/2022.1.2")
load("intel/2023.2.0")
load("impi/2023.2.0")

load("pnetcdf")
load("pnetcdf/1.12.3")
load("szip")
load("hdf5parallel/1.10.6")
load("netcdf-hdf5parallel/4.7.4")

setenv("PIO", "/lfs4/BMC/wrfruc/jderrico/mpas/PIOV2")
load("hdf5parallel/1.10.5")
load("netcdf-hdf5parallel/4.7.0")

setenv("CMAKE_C_COMPILER","mpiicc")
setenv("CMAKE_CXX_COMPILER", "mpiicc")
Expand Down
2 changes: 1 addition & 1 deletion src/MPAS-Model
Submodule MPAS-Model updated 104 files
2 changes: 1 addition & 1 deletion ush/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ create_ics:
- module load build_{{ user.platform }}_intel
executable: "{{ user.mpas_app }}/exec/init_atmosphere_model"
mpiargs:
- "--ntasks=4"
- "--ntasks={{ create_ics.mpas_init['execution']['batchargs']['cores']}}"
mpicmd: srun
files_to_copy: &mpas_init_files_to_copy
"{{ user.mesh_label }}.static.nc": "{{ data.mesh_files }}/{{ user.mesh_label }}.static.nc"
Expand Down