We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddfe7d commit b2de333Copy full SHA for b2de333
ci-scripts/ci-runner.bash
@@ -41,6 +41,7 @@ checked_exec()
41
42
run_tutorial_checks()
43
{
44
+ export RFM_AUTODETECT_XTHOSTNAME=1
45
cmd="./bin/reframe -C tutorials/config/settings.py -J account=jenscscs \
46
--save-log-files --flex-alloc-nodes=2 -r -x HelloThreadedExtendedTest|BZip2.*Check $@"
47
echo "[INFO] Running tutorial checks with \`$cmd'"
@@ -157,6 +158,7 @@ else
157
158
# Run unit tests with the scheduler backends
159
tempdir=$(mktemp -d -p $SCRATCH)
160
echo "[INFO] Using temporary directory: $tempdir"
161
162
if [[ $(hostname) =~ dom ]]; then
163
PATH_save=$PATH
164
export PATH=/apps/dom/UES/karakasv/slurm-wrappers/bin:$PATH
0 commit comments