From a4a0d08d1b212b9b10e904831187be9a6b6998b3 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Fri, 21 Oct 2022 23:10:06 +0200 Subject: [PATCH] Use intel! --- machine_profiles/alcc_spack/profile.bash | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/machine_profiles/alcc_spack/profile.bash b/machine_profiles/alcc_spack/profile.bash index edabb21..b6100ca 100644 --- a/machine_profiles/alcc_spack/profile.bash +++ b/machine_profiles/alcc_spack/profile.bash @@ -1,13 +1,17 @@ # --- Modules and other things --- -module load wrf wrf-chem wps nco netcdf-c netcdf-fortran anthro_emis fire_emis megan_bio_emiss mozbc wesely-exo_coldens python gdal py-requests py-cdsapi py-cartopy py-matplotlib py-netcdf4 py-numpy py-pyproj py-rasterio py-scipy py-shapely py-simplekml py-xarray py-pyshp py-pandas +module load wrf/4.4-intel@19.1.3.304 wrf-chem/4.4-intel@19.1.3.304 wps/4.4-intel@19.1.3.304 nco netcdf-c netcdf-fortran anthro_emis fire_emis megan_bio_emiss mozbc wesely-exo_coldens python gdal py-requests py-cdsapi py-cartopy py-matplotlib py-netcdf4 py-numpy py-pyproj py-rasterio py-scipy py-shapely py-simplekml py-xarray py-pyshp py-pandas ulimit -s unlimited +# for intel +. /alcc/gpfs2/sw/intel/19/bin/compilervars.sh intel64 + # --- MPI settings --- -mpiCommandPre="mpirun -mca pml ucx -mca coll ^hcoll -x UCX_TLS=tcp,shm -x UCX_NET_DEVICES=eth5" -mpiCommandMain="mpirun -mca pml ucx -mca coll ^hcoll -x UCX_TLS=tcp,shm -x UCX_NET_DEVICES=eth5" +mpiCommandPre="mpirun" +mpiCommandMain="mpirun" +#mpiCommandMain="mpirun -mca pml ucx -mca coll ^hcoll -x UCX_TLS=tcp,shm -x UCX_NET_DEVICES=eth5" mpiCommandReal=${mpiCommandPre} nTasks=96 -- GitLab