Skip to content

Commit

Permalink
test setting stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
psychocoderHPC committed Aug 2, 2022
1 parent e4c0e1b commit 91d7d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/run_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ fi

if [ "$ALPAKA_CI_OS_NAME" = "Linux" ] || [ "$ALPAKA_CI_OS_NAME" = "macOS" ]
then
# increase stack limit
ulimit -s unlimited
make VERBOSE=1 -j${ALPAKA_CI_BUILD_JOBS}
elif [ "$ALPAKA_CI_OS_NAME" = "Windows" ]
then
Expand Down

0 comments on commit 91d7d21

Please sign in to comment.