Browse Source

tests/microbenchs/microbench.sh: disable core generation when running
test

Nathalie Furmento 4 years ago
parent
commit
6e1cac0655
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/microbenchs/microbench.sh

+ 3 - 0
tests/microbenchs/microbench.sh

@@ -22,6 +22,9 @@
 
 set -e
 
+# disable core generation
+ulimit -c 0
+
 # Testing a specific scheduler
 if [ -n "$STARPU_SCHED" ]
 then