2020-04-24 09:10:47 +01:00
|
|
|
gcc 10.0.1 VLA
|
2020-04-23 10:18:50 +01:00
|
|
|
|
2020-04-24 12:04:34 +01:00
|
|
|
../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
|
2020-04-23 10:18:50 +01:00
|
|
|
|
|
|
|
|
2020-04-24 09:10:47 +01:00
|
|
|
armclang 20.0 VLA
|
|
|
|
|
2020-04-25 12:41:24 +01:00
|
|
|
../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=armclang++ CC=armclang CXXFLAGS="-std=c++11 -fno-unroll-loops -mllvm -vectorizer-min-trip-count=2 -march=armv8-a+sve -DARMCLANGCOMPAT -DA64FX -DA64FXASM -DDSLASHINTRIN" LDFLAGS=-static GRID_LDFLAGS=-static MPI_CXXLDFLAGS=-static
|
2020-04-24 09:10:47 +01:00
|
|
|
|
2020-04-25 12:48:26 +01:00
|
|
|
must use armclang 20.0 with ARMCLANGCOMPAT, otherwise Benchmark_wilson gives wrong result
|
2020-04-23 10:18:50 +01:00
|
|
|
|
|
|
|
|
2020-04-25 11:11:43 +01:00
|
|
|
armclang 20.1 VLA
|
|
|
|
|
2020-04-25 12:48:26 +01:00
|
|
|
../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=armclang++ CC=armclang CXXFLAGS="-std=c++11 -mcpu=a64fx -DARMCLANGCOMPAT -DA64FX -DA64FXASM -DDSLASHINTRIN" LDFLAGS=-static GRID_LDFLAGS=-static MPI_CXXLDFLAGS=-static
|
2020-04-25 11:11:43 +01:00
|
|
|
|
2020-04-25 12:48:26 +01:00
|
|
|
must use armclang 20.1 with ARMCLANGCOMPAT, otherwise Benchmark_wilson gives wrong result
|
2020-04-25 12:41:24 +01:00
|
|
|
Test_simd build error caused by -mcpu=a64fx ?
|
2020-04-25 11:11:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fujitsu FCC
|
|
|
|
|
|
|
|
../configure --with-lime=$HOME/grid-a64fx/lime/c-lime --without-hdf5 --enable-gen-simd-width=64 --enable-simd=GEN --enable-precision=double --enable-comms=none --enable-openmp --with-mpfr=/home/users/gre/gre-1/grid-a64fx/mpfr-build/install CXX=FCC CC=fcc CXXFLAGS="-Nclang -Kfast -DA64FX -DA64FXASM -DDSLASHINTRIN"
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-05-06 15:30:37 +01:00
|
|
|
Fujitsu FCC w/ MPI
|
|
|
|
|
|
|
|
../configure --with-lime=$HOME/grid-a64fx/lime/c-lime --without-hdf5 --enable-gen-simd-width=64 --enable-simd=GEN --enable-precision=double --enable-comms=mpi --enable-openmp --with-mpfr=/home/users/gre/gre-1/grid-a64fx/mpfr-build/install CXX=mpiFCC CC=mpifcc CXXFLAGS="-Nclang -Kfast -DA64FX -DA64FXASM -DDSLASHINTRIN"
|
|
|
|
|
|
|
|
|
2020-04-25 11:11:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
what about "-fno-strict-aliasing" in general?
|
|
|
|
|