mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
compiler-independent build using --enable-simd=A64FX
This commit is contained in:
parent
bbd145382b
commit
d9474c6cb6
@ -131,7 +131,7 @@ accelerator_inline Grid_half sfw_float_to_half(float ff) {
|
||||
#include "Grid_a64fx-fixedsize.h"
|
||||
#endif
|
||||
#else
|
||||
#pragma message("building GEN") // generic
|
||||
//#pragma message("building GEN") // generic
|
||||
#include "Grid_generic.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -1,3 +1,13 @@
|
||||
* gcc 10.1 prebuild, QPACE4 interactive login w/ MPI
|
||||
|
||||
scl enable gcc-toolset-10 bash
|
||||
module load mpi/openmpi-aarch64
|
||||
|
||||
../configure --enable-simd=A64FX --enable-comms=mpi3 --enable-shm=shmget CXX=mpicxx CC=mpicc
|
||||
|
||||
|
||||
================================== deprecated ================================================
|
||||
|
||||
* gcc 10.1 prebuild, QPACE4 interactive login
|
||||
|
||||
scl enable gcc-toolset-10 bash
|
||||
|
Loading…
Reference in New Issue
Block a user