|
36 | 36 | "",
|
37 | 37 | "/sems-data-store/ACME/baselines/scream/master-baselines"),
|
38 | 38 | "lassen" : (["module --force purge", "module load git gcc/8.3.1 cuda/11.8.0 cmake/3.16.8 spectrum-mpi python/3.7.2", "export LLNL_USE_OMPI_VARS='y'",
|
39 |
| - "export PATH=/usr/gdata/e3sm/netcdf/bin:$PATH", |
40 |
| - "export LD_LIBRARY_PATH=/usr/gdata/e3sm/netcdf/lib:$LD_LIBRARY_PATH", |
| 39 | + "export PATH=/usr/workspace/e3sm/netcdf/bin:$PATH", |
| 40 | + "export LD_LIBRARY_PATH=/usr/workspace/e3sm/netcdf/lib:$LD_LIBRARY_PATH", |
41 | 41 | ],
|
42 | 42 | ["mpicxx","mpifort","mpicc"],
|
43 | 43 | "bsub -Ip -qpdebug",
|
44 | 44 | ""),
|
45 |
| - "ruby-intel" : (["module --force purge", "module use --append /usr/gdata/e3sm/install/quartz/modulefiles", "module load StdEnv cmake/3.19.2 mkl/2022.1.0 intel-classic/2021.6.0-magic mvapich2/2.3.7 hdf5/1.12.2 netcdf-c/4.9.0 netcdf-fortran/4.6.0 parallel-netcdf/1.12.3 python/3.9.12 screamML-venv/0.0.1"], |
| 45 | + "ruby-intel" : (["module --force purge", "module use --append /usr/workspace/e3sm/install/quartz/modulefiles", "module load StdEnv cmake/3.19.2 mkl/2022.1.0 intel-classic/2021.6.0-magic mvapich2/2.3.7 hdf5/1.12.2 netcdf-c/4.9.0 netcdf-fortran/4.6.0 parallel-netcdf/1.12.3 python/3.9.12 screamML-venv/0.0.1"], |
46 | 46 | ["mpicxx","mpifort","mpicc"],
|
47 | 47 | "salloc --partition=pdebug",
|
48 | 48 | ""),
|
49 |
| - "quartz-intel" : (["module --force purge", "module use --append /usr/gdata/e3sm/install/quartz/modulefiles", "module load StdEnv cmake/3.19.2 mkl/2022.1.0 intel-classic/2021.6.0-magic mvapich2/2.3.7 hdf5/1.12.2 netcdf-c/4.9.0 netcdf-fortran/4.6.0 parallel-netcdf/1.12.3 python/3.9.12 screamML-venv/0.0.1"], |
| 49 | + "dane-intel" : (["module --force purge", "module use --append /usr/workspace/e3sm/install/quartz/modulefiles", "module load StdEnv cmake/3.19.2 mkl/2022.1.0 intel-classic/2021.6.0-magic mvapich2/2.3.7 hdf5/1.12.2 netcdf-c/4.9.0 netcdf-fortran/4.6.0 parallel-netcdf/1.12.3 python/3.9.12 screamML-venv/0.0.1"], |
| 50 | + ["mpicxx","mpifort","mpicc"], |
| 51 | + "salloc --partition=pdebug", |
| 52 | + ""), |
| 53 | + "quartz-intel" : (["module --force purge", "module use --append /usr/workspace/e3sm/install/quartz/modulefiles", "module load StdEnv cmake/3.19.2 mkl/2022.1.0 intel-classic/2021.6.0-magic mvapich2/2.3.7 hdf5/1.12.2 netcdf-c/4.9.0 netcdf-fortran/4.6.0 parallel-netcdf/1.12.3 python/3.9.12 screamML-venv/0.0.1"], |
50 | 54 | ["mpicxx","mpifort","mpicc"],
|
51 | 55 | "salloc --partition=pdebug",
|
52 | 56 | ""),
|
|
0 commit comments