From 27e0fbefb5a0d16b8bea31cb0f08cb319c1e2572 Mon Sep 17 00:00:00 2001 From: John Garbutt Date: Wed, 10 Jul 2019 16:23:55 +0100 Subject: [PATCH] Drop stage_in and stage_out tests for now Because it currently doesn't work in the dev environment. --- tools/slurm-test.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/slurm-test.sh b/tools/slurm-test.sh index 123f7758..9ee0a893 100755 --- a/tools/slurm-test.sh +++ b/tools/slurm-test.sh @@ -12,8 +12,6 @@ echo "#!/bin/bash #DW jobdw capacity=2TB access_mode=striped,private type=scratch #DW persistentdw name=mytestbuffer #DW swap 5MB -#DW stage_in source=/usr/local/bin/dacd destination=\$DW_JOB_STRIPED/filename1 type=file -#DW stage_out source=\$DW_JOB_STRIPED/outdir destination=/tmp type=directory env df -h @@ -26,6 +24,10 @@ ls -al \$DW_JOB_STRIPED > \$DW_JOB_STRIPED/outdir/lsoutput echo \$HOSTNAME " > use-persistent.sh +# TODO: test stage_in and stage_out +#DW stage_in source=/usr/local/bin/dacd destination=\$DW_JOB_STRIPED/filename1 type=file +#DW stage_out source=\$DW_JOB_STRIPED/outdir destination=/tmp type=directory + # Ensure Slurm is setup with the cluster name /usr/bin/sacctmgr --immediate add cluster name=linux || true