From 8df9d4e94989170d8159751300ac6b9d44eef695 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Tue, 4 Oct 2022 15:17:36 +0200 Subject: [PATCH] Use debug WRF for now --- .gitignore | 3 ++- machine_profiles/alcc_spack/profile.bash | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 056cde5..b933df1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -./profile.bash +profile.bash +batch_preambles **.DS_Store **/__pycache__ \ No newline at end of file diff --git a/machine_profiles/alcc_spack/profile.bash b/machine_profiles/alcc_spack/profile.bash index f5b0755..c49a7be 100644 --- a/machine_profiles/alcc_spack/profile.bash +++ b/machine_profiles/alcc_spack/profile.bash @@ -1,9 +1,13 @@ # --- 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 wrf-chem-debug 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 ulimit -s unlimited +export OMPI_MCA_PML=ucx +export UCX_TLS=tcp,sm +export UCX_NET_DEVICES=eth5 + # --- MPI settings --- mpiCommandPre="mpirun" -- GitLab