From 4efa042f5051bcd87fdb8a1137a3a6ab6a9fc9a2 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 24 Oct 2023 10:57:50 -0400 Subject: [PATCH] C++17 change --- systems/Frontier/config-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/Frontier/config-command b/systems/Frontier/config-command index b932ba7f..41335bd9 100644 --- a/systems/Frontier/config-command +++ b/systems/Frontier/config-command @@ -15,7 +15,7 @@ CLIME=`spack find --paths c-lime@2-3-9 | grep c-lime| cut -c 15-` --with-mpfr=/opt/cray/pe/gcc/mpfr/3.1.4/ \ --disable-fermion-reps \ CXX=hipcc MPICXX=mpicxx \ -CXXFLAGS="-fPIC -I{$ROCM_PATH}/include/ -std=c++14 -I${MPICH_DIR}/include -L/lib64 " \ +CXXFLAGS="-fPIC -I{$ROCM_PATH}/include/ -I${MPICH_DIR}/include -L/lib64 " \ LDFLAGS="-L/lib64 -L${MPICH_DIR}/lib -lmpi -L${CRAY_MPICH_ROOTDIR}/gtl/lib -lmpi_gtl_hsa -lamdhip64 "