fix for segfault for bse_ethene

when using ARMCI_NETWORK=ARMCI

196eddd222/src/vector.c (L300)
This commit is contained in:
edoapra 2025-10-16 15:24:10 -07:00
parent 130992195a
commit f6c148f00f
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -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 "