[Swift-user] hung submission

Mihael Hategan hategan at mcs.anl.gov
Sun May 3 17:25:32 CDT 2015


On Sun, 2015-05-03 at 21:41 +0000, Altaweel, Mark wrote:
> Hi again,
> 
> I get this on the local:
> 
[...]
> 
> Don’t really see the output on the compute node.

Hi,

I'm not sure what you mean. Did you try it through an interactive job
(qlogin)?

If not, the following script, adapted from
https://wiki.rc.ucl.ac.uk/wiki/Legion_Scripts should work. Otherwise I
would email the system administrator.

#!/bin/bash -l
#$ -S /bin/bash
#$ -l h_rt=0:10:0
#$ -l mem=1G
#$ -l tmpfs=1G
#$ -N test
#$ -wd /home/tcrnma3/Scratch/output
cd $TMPDIR
mount > $HOME/Scratch/test.out
echo "HOME is: $HOME" >> $HOME/Scratch/test.out
ls -al $HOME/Scratch >> $HOME/Scratch/test.out

Mihael




More information about the Swift-user mailing list