You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local NATIVE_OPTS="-DBUILD_TESTING=OFF -DBUILD_TOOLS=ON -DBUILD_PARSEC=ON -DCMAKE_INSTALL_PREFIX=$NATIVE_PREFIX$NATIVE_MPI$NATIVE_CUDA$NATIVE_HWLOC$NATIVE_COMPILERS"
415
+
local NATIVE_OPTS="-DBUILD_TESTING=OFF -DBUILD_TOOLS=ON -DBUILD_PARSEC=ON -DCMAKE_INSTALL_PREFIX=$NATIVE_PREFIX$NATIVE_MPI$NATIVE_GPU$NATIVE_HWLOC$NATIVE_COMPILERS"
408
416
409
417
set_cmake_executable #may have been changed in the platform file
410
418
echo"CC=\"${NATIVE_CC}\" CFLAGS=\"${NATIVE_CFLAGS}\" CXX=\"${NATIVE_CXX}\" CXXFLAGS=\"${NATIVE_CXXFLAGS}\" LDFLAGS=\"${NATIVE_LDFLAGS}\"${cmake_executable} -G\"${cmake_generator}\"${NATIVE_OPTS}${PARSEC_TOOLCHAIN_OPTIONS}$(for i in"$@";doprintf' %q'"$i"; done)${srcdir}"
0 commit comments