/share/apps/
". Adding "
/share/apps/bin/
" to your path should give you access to these.
/share/apps/opt/gcc
". If you add "
/share/apps/opt/gcc/bin
" to your path, then you will have the entire suite available to you on both the head node and the compute nodes.
-l h_vmem
" flag (which defaults to a value of 1G).
general.
q
" queue.
#! /bin/sh #$ -cwd #$ -V #$ -q "general.q" #$ -l h_vmem=2G ~/path/to/program file.dat
#! /bin/sh #$ -cwd #$ -V #$ -q "general.q" #$ -l h_vmem=2G #$ -pe mpi_general 4 /opt/openmpi/bin/mpirun -np 4 ~/path/to/program file.dat
qsub
" command.
alias kwyjibo='ssh -t REMOTE.GATEWAY.IP ssh 129.237.24.139'
$ mkdir ~/kwyjibo $ /Applications/sshfs/bin/mount_sshfs 129.237.24.139 ~/kwyjibo
$ mkdir ~/kwyjibo $ sshfs 129.237.24.139 ~/kwyjibo