File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ #
3
+ # Test with mimalloc allocator
4
+
5
+ UTIL_CRON_DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) ; pwd)
6
+ source $UTIL_CRON_DIR /common.bash
7
+ source $UTIL_CRON_DIR /common-localnode-paratest.bash
8
+
9
+ export CHPL_HOST_MEM=mimalloc
10
+ export CHPL_TARGET_MEM=mimalloc
11
+
12
+ export CHPL_NIGHTLY_TEST_CONFIG_NAME=" mimalloc"
13
+
14
+ $UTIL_CRON_DIR /nightly -cron ${nightly_args} $( get_nightly_paratest_args 2)
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ #
3
+ # Test with mimalloc allocator, multilocale tests only
4
+
5
+ UTIL_CRON_DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) ; pwd)
6
+ source $UTIL_CRON_DIR /common-gasnet.bash
7
+ source $UTIL_CRON_DIR /common-localnode-paratest.bash
8
+ unset CHPL_LAUNCHER
9
+
10
+ export GASNET_QUIET=Y
11
+
12
+ export CHPL_HOST_MEM=mimalloc
13
+ export CHPL_TARGET_MEM=mimalloc
14
+
15
+ export CHPL_NIGHTLY_TEST_CONFIG_NAME=" ml-mimalloc"
16
+
17
+ $UTIL_CRON_DIR /nightly -cron -multilocale ${nightly_args} $( get_nightly_paratest_args 2)
You can’t perform that action at this time.
0 commit comments