Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Drop stage_in and stage_out tests for now
Browse files Browse the repository at this point in the history
Because it currently doesn't work in the dev environment.
  • Loading branch information
JohnGarbutt authored Jul 10, 2019
1 parent b06a953 commit 27e0fbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/slurm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 27e0fbe

Please sign in to comment.