Skip to content

Commit 5e7e96f

Browse files
samhatfieldwdeconinck
authored andcommitted
Increase stack size to unlimited for ectrans_test_install
1 parent 661b4d5 commit 5e7e96f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test-install.sh.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ cmake $SOURCE \
4949

5050
make VERBOSE=1
5151

52+
if [[ "@CMAKE_Fortran_COMPILER_ID@" = "LLVMFlang" ]]; then
53+
ulimit -s unlimited
54+
fi
55+
5256
if [ -f bin/main_dp ]; then
5357
bin/main_dp
5458
fi

0 commit comments

Comments
 (0)