mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Updated config commands
This commit is contained in:
parent
d44a57b0af
commit
4ac1094856
11
configure.ac
11
configure.ac
@ -556,16 +556,19 @@ esac
|
|||||||
AC_ARG_ENABLE([setdevice],[AC_HELP_STRING([--enable-setdevice | --disable-setdevice],
|
AC_ARG_ENABLE([setdevice],[AC_HELP_STRING([--enable-setdevice | --disable-setdevice],
|
||||||
[Set GPU to rank in node with cudaSetDevice or similar])],[ac_SETDEVICE=${enable_SETDEVICE}],[ac_SETDEVICE=no])
|
[Set GPU to rank in node with cudaSetDevice or similar])],[ac_SETDEVICE=${enable_SETDEVICE}],[ac_SETDEVICE=no])
|
||||||
case ${ac_SETDEVICE} in
|
case ${ac_SETDEVICE} in
|
||||||
yes);;
|
yes)
|
||||||
no)
|
echo ENABLE SET DEVICE
|
||||||
|
;;
|
||||||
|
*)
|
||||||
AC_DEFINE([GRID_DEFAULT_GPU],[1],[GRID_DEFAULT_GPU] )
|
AC_DEFINE([GRID_DEFAULT_GPU],[1],[GRID_DEFAULT_GPU] )
|
||||||
|
echo DISABLE SET DEVICE
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#########################################################
|
#########################################################
|
||||||
###################### Shared memory intranode #########
|
###################### Shared memory intranode #########
|
||||||
#########################################################
|
#########################################################
|
||||||
AC_ARG_ENABLE([shm],[AC_HELP_STRING([--enable-shm=shmopen|shmget|hugetlbfs|shmnone|nvlink|no],
|
AC_ARG_ENABLE([shm],[AC_HELP_STRING([--enable-shm=shmopen|shmget|hugetlbfs|shmnone|nvlink|no|none],
|
||||||
[Select SHM allocation technique])],[ac_SHM=${enable_shm}],[ac_SHM=no])
|
[Select SHM allocation technique])],[ac_SHM=${enable_shm}],[ac_SHM=no])
|
||||||
|
|
||||||
case ${ac_SHM} in
|
case ${ac_SHM} in
|
||||||
@ -585,7 +588,7 @@ case ${ac_SHM} in
|
|||||||
AC_DEFINE([GRID_MPI3_SHMGET],[1],[GRID_MPI3_SHMGET] )
|
AC_DEFINE([GRID_MPI3_SHMGET],[1],[GRID_MPI3_SHMGET] )
|
||||||
;;
|
;;
|
||||||
|
|
||||||
shmnone | no)
|
shmnone | no | none)
|
||||||
AC_DEFINE([GRID_MPI3_SHM_NONE],[1],[GRID_MPI3_SHM_NONE] )
|
AC_DEFINE([GRID_MPI3_SHM_NONE],[1],[GRID_MPI3_SHM_NONE] )
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
../../configure --enable-comms=mpi-auto \
|
../../configure --enable-comms=mpi-auto \
|
||||||
--enable-unified=no \
|
--enable-unified=no \
|
||||||
--enable-shm=nvlink \
|
--enable-shm=nvlink \
|
||||||
|
--enable-debug \
|
||||||
--enable-accelerator=hip \
|
--enable-accelerator=hip \
|
||||||
--enable-gen-simd-width=64 \
|
--enable-gen-simd-width=64 \
|
||||||
--enable-simd=GPU \
|
--enable-simd=GPU \
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
--enable-simd=GPU \
|
--enable-simd=GPU \
|
||||||
--enable-gen-simd-width=32 \
|
--enable-gen-simd-width=32 \
|
||||||
--enable-unified=no \
|
--enable-unified=no \
|
||||||
--enable-shm=nvlink \
|
--enable-shm=no \
|
||||||
--disable-gparity \
|
--disable-gparity \
|
||||||
--enable-setdevice \
|
--disable-setdevice \
|
||||||
--disable-fermion-reps \
|
--disable-fermion-reps \
|
||||||
--enable-accelerator=cuda \
|
--enable-accelerator=cuda \
|
||||||
--disable-accelerator-cshift \
|
--enable-accelerator-cshift \
|
||||||
--prefix /ccs/home/paboyle/prefix \
|
--prefix /ccs/home/paboyle/prefix \
|
||||||
CXX=nvcc \
|
CXX=nvcc \
|
||||||
LDFLAGS=-L/ccs/home/paboyle/prefix/lib/ \
|
LDFLAGS=-L/ccs/home/paboyle/prefix/lib/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user