From f6c148f00ff7ca20f79c389f356ce02e9fb32dab Mon Sep 17 00:00:00 2001 From: edoapra Date: Thu, 16 Oct 2025 15:24:10 -0700 Subject: [PATCH] fix for segfault for bse_ethene when using ARMCI_NETWORK=ARMCI https://github.com/jeffhammond/armci-mpi/blob/196eddd222f84846bba41d837b80441bc586a701/src/vector.c#L300 --- travis/run_qas.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/travis/run_qas.sh b/travis/run_qas.sh index ef7d42fd4a..ea24ee779a 100755 --- a/travis/run_qas.sh +++ b/travis/run_qas.sh @@ -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 "