CBL-Mariner/SPECS/openmpi/macros.openmpi

8 строки
218 B
Plaintext
Исходник Обычный вид История

2023-02-14 21:26:01 +03:00
%_openmpi_load \
. /etc/profile.d/modules.sh; \
module load mpi/openmpi-%{_arch}; \
export OMPI_MCA_rmaps_base_oversubscribe=1
%_openmpi_unload \
. /etc/profile.d/modules.sh; \
module unload mpi/openmpi-%{_arch};