mirror of
https://github.com/paboyle/Grid.git
synced 2026-08-16 15:39:36 +01:00
5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
mpicxx -fsycl halo_mpi.cc -o halo_mpi
|
|
mpicxx -O2 -std=c++11 io_mpi.cc -o io_mpi
|
|
# Frontier: (hipcc via mpicxx wrapper; ACC_HIP is the default in-file)
|
|
mpicxx -O2 -x hip gather_mpi.cc -o gather_mpi -L${ROCM_PATH}/lib -lamdhip64
|