Fix: Change pshm from posix to sysv to resolve problems on laki.
This commit is contained in:
parent
765a60df24
commit
6ddf153528
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ MAKEOPTS+=" MPI_CC=$MPICC"
|
|||
# --with-multiconf=+dbg_tv
|
||||
# --with-multiconf=+opt_inst
|
||||
CONFIGURE_OPTS=" \
|
||||
--enable-pshm
|
||||
--disable-pshm-posix
|
||||
--enable-pshm-sysv
|
||||
BUPC_TRANS=$BUPC_TRANSLATOR
|
||||
"
|
||||
# GCCUPC_TRANS=PATH --with-multiconf=+dbg_gccupc,+opt_gccupc
|
||||
|
|
Loading…
Reference in a new issue