Verified Commit 76eb1f5c authored by Marc Vef's avatar Marc Vef
Browse files

SQUASH: Profile changes

parent 77d2bff0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ declare -A wgetdeps clonedeps clonedeps_args clonedeps_patches extra_install_arg
declare -a order

# Comment that should be displayed when printing the profile
comment="Dependencies for Mogon 1 supercomputer"
comment="Dependencies for Infiniband supercomputer"

# Dependencies that must be downloaded directly
wgetdeps=(
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ declare -A wgetdeps clonedeps clonedeps_args clonedeps_patches extra_install_arg
declare -a order

# Comment that should be displayed when printing the profile
comment="Dependencies for Mogon 2 supercomputer"
comment="Dependencies for Marenostrum 4 supercomputer"

# Dependencies that must be downloaded directly
wgetdeps=(
@@ -78,5 +78,5 @@ order=(
#  - CORES: the number of cores to use when building
#  - PERFORM_TEST: whether tests for the package should be executed
extra_install_args=(
    ["libfabric"]="--enable-psm2=yes --with-psm2-src=${SOURCE_DIR}/psm2"
    ["libfabric"]="--enable-psm2=no --enable-sockets=yes"
)
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ declare -A wgetdeps clonedeps clonedeps_args clonedeps_patches extra_install_arg
declare -a order

# Comment that should be displayed when printing the profile
comment="Dependencies for Mogon 2 supercomputer"
comment="Dependencies for Omnipath supercomputer"

# Dependencies that must be downloaded directly
wgetdeps=(