Ver código fonte

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

Nathalie Furmento 4 anos atrás
pai
commit
6e1cac0655
1 arquivos alterados com 3 adições e 0 exclusões
  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