From 3edb2dc2dac79cd892e5b79e5e8331343f5cdb0e Mon Sep 17 00:00:00 2001 From: nmeyer-ur Date: Fri, 24 Apr 2020 13:04:34 +0200 Subject: [PATCH] removed -static from gcc CXXFLAGS --- SVE_README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SVE_README.txt b/SVE_README.txt index ab82d755..2bbb708e 100644 --- a/SVE_README.txt +++ b/SVE_README.txt @@ -1,6 +1,6 @@ gcc 10.0.1 VLA -../configure --with-lime=/home/men04359/lime/c-lime --without-hdf5 --enable-gen-simd-width=64 --enable-simd=GEN --enable-precision=double --enable-comms=none --enable-openmp CXX=g++-10.0.1 CC=gcc-10.0.1 CXXFLAGS="-std=c++11 -march=armv8-a+sve -msve-vector-bits=512 -fno-gcse -static -DA64FX -DA64FXASM -DDSLASHINTRIN" LDFLAGS=-static GRID_LDFLAGS=-static MPI_CXXLDFLAGS=-static +../configure --with-lime=/home/men04359/lime/c-lime --without-hdf5 --enable-gen-simd-width=64 --enable-simd=GEN --enable-precision=double --enable-comms=none --enable-openmp CXX=g++-10.0.1 CC=gcc-10.0.1 CXXFLAGS="-std=c++11 -march=armv8-a+sve -msve-vector-bits=512 -fno-gcse -DA64FX -DA64FXASM -DDSLASHINTRIN" LDFLAGS=-static GRID_LDFLAGS=-static MPI_CXXLDFLAGS=-static armclang 20.0 VLA