|
| 1 | +compilers: |
| 2 | +- compiler: |
| 3 | + spec: oneapi@=2024.2.0 |
| 4 | + paths: |
| 5 | + cc: /nobackup/gmao_SIteam/intel/oneapi/compiler/2024.2/bin/icx |
| 6 | + cxx: /nobackup/gmao_SIteam/intel/oneapi/compiler/2024.2/bin/icpx |
| 7 | + f77: /nobackup/gmao_SIteam/intel/oneapi/compiler/2024.2/bin/ifort |
| 8 | + fc: /nobackup/gmao_SIteam/intel/oneapi/compiler/2024.2/bin/ifort |
| 9 | + flags: {} |
| 10 | + operating_system: rhel8 |
| 11 | + target: x86_64 |
| 12 | + modules: |
| 13 | + - comp-intel/2024.2.0-ifort |
| 14 | + environment: |
| 15 | + prepend_path: |
| 16 | + PATH: '/nobackup/gmao_SIteam/gcc/gcc-12.3.0-TOSS4/bin' |
| 17 | + CPATH: '/nobackup/gmao_SIteam/gcc/gcc-12.3.0-TOSS4/include' |
| 18 | + LD_LIBRARY_PATH: '/nobackup/gmao_SIteam/intel/oneapi/compiler/2024.2/lib/:/nobackup/gmao_SIteam/gcc/gcc-12.3.0-TOSS4/lib64' |
| 19 | + set: |
| 20 | + MPI_COLL_REPRODUCIBLE: 'yes' |
| 21 | + MPI_MEMMAP_OFF: 'yes' |
| 22 | + MPI_XPMEM_ENABLED: 'yes' |
| 23 | + MPI_LAUNCH_TIMEOUT: '40' |
| 24 | + MPI_COMM_MAX: '1024' |
| 25 | + MPI_GROUP_MAX: '1024' |
| 26 | + MPI_BUFS_PER_PROC: '256' |
| 27 | + unset: |
| 28 | + - MPI_NUM_MEMORY_REGIONS |
| 29 | + - SUPPRESS_XPMEM_TRIM_THRESH |
| 30 | + - PMI_RANK |
| 31 | + extra_rpaths: [] |
| 32 | +- compiler: |
| 33 | + spec: gcc@=12.3.0 |
| 34 | + paths: |
| 35 | + cc: /nobackup/gmao_SIteam/gcc/gcc-12.3.0-TOSS4/bin/gcc |
| 36 | + cxx: /nobackup/gmao_SIteam/gcc/gcc-12.3.0-TOSS4/bin/g++ |
| 37 | + f77: /nobackup/gmao_SIteam/gcc/gcc-12.3.0-TOSS4/bin/gfortran |
| 38 | + fc: /nobackup/gmao_SIteam/gcc/gcc-12.3.0-TOSS4/bin/gfortran |
| 39 | + flags: {} |
| 40 | + operating_system: rhel8 |
| 41 | + target: x86_64 |
| 42 | + modules: |
| 43 | + - comp-gcc/12.3.0-TOSS4 |
| 44 | + environment: |
| 45 | + set: |
| 46 | + OMPI_MCA_mpi_preconnect_all: 1 |
| 47 | + OMPI_MCA_coll_tuned_bcast_algorithm: 7 |
| 48 | + OMPI_MCA_coll_tuned_scatter_algorithm: 2 |
| 49 | + OMPI_MCA_coll_tuned_reduce_scatter_algorithm: 3 |
| 50 | + OMPI_MCA_coll_tuned_allreduce_algorithm: 3 |
| 51 | + OMPI_MCA_coll_tuned_allgather_algorithm: 4 |
| 52 | + OMPI_MCA_coll_tuned_allgatherv_algorithm: 3 |
| 53 | + OMPI_MCA_coll_tuned_gather_algorithm: 1 |
| 54 | + OMPI_MCA_coll_tuned_barrier_algorithm: 0 |
| 55 | + OMPI_MCA_coll_tuned_use_dynamic_rules: 1 |
| 56 | + OMPI_MCA_sharedfp: '^lockedfile,individual' |
| 57 | + extra_rpaths: [] |
0 commit comments