mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
fix for segfault for bse_ethene
when using ARMCI_NETWORK=ARMCI
196eddd222/src/vector.c (L300)
This commit is contained in:
parent
130992195a
commit
f6c148f00f
1 changed files with 8 additions and 0 deletions
|
|
@ -88,6 +88,14 @@ env|egrep MP
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
ARMCI)
|
||||
case "$os" in
|
||||
# fixes segfault for bse_ethene in ga_copy_patch...ARMCII_Iov_op_datatype
|
||||
Linux)
|
||||
ulimit -s unlimited
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
if [[ "$MPI_IMPL" == "openmpi" ]]; then
|
||||
export MPIRUN_NPOPT=" --allow-run-as-root -mca mpi_yield_when_idle 0 --oversubscribe -np "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue