...
Start an interactive session on a build node. Return to your work directory, unpack the archive, and change to the software build directory.
No Format |
---|
$ qsubsrun -l walltime=1p build --time=2:00:00 -q build -I -mem=100G --pty /bin/bash $ cd /gscratch/mygroup/user $ bunzip2 -c hdf5-1.8.5-patch1.tar.bz2 | tar -xf - $ cd hdf5-1.8.5-patch1 |
...