Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to reduce requirements about C++ standard for smpicxx.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 17 Oct 2020 21:10:36 +0000 (23:10 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 17 Oct 2020 21:19:06 +0000 (23:19 +0200)
src/smpi/smpicxx.in

index 86090a3..c4af9cf 100755 (executable)
@@ -16,7 +16,7 @@ CMAKE_LINKARGS="-L@libdir@"
 
 @SMPITOOLS_SH@
 
-list_set CXXFLAGS "-std=gnu++14" @SMPI_CXX_FLAGS@
+list_set CXXFLAGS "-std=gnu++11" @SMPI_CXX_FLAGS@
 list_set LINKARGS
 
 if [ "@CMAKE_C_COMPILER_ID@" = "Clang" ] && [ "@HAVE_SANITIZER_ADDRESS@" = "TRUE" ]; then