Prechádzať zdrojové kódy

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

Nathalie Furmento 4 rokov pred
rodič
commit
6e1cac0655
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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