PATH=$PATH:$HOME/bin export PATH export CIPRES_BIN=$HOME/ngbw/contrib/tools/bin export CIPRES_SCRIPT=$HOME/ngbw/contrib/scripts export PATH=$CIPRES_BIN:$PATH:~cipres/ngbw/contrib/tools/bin # no core files ulimit -c 0 # No files larger than 500M can be created (limit is specified in 512 byte blocks) # ulimit -f 512000 # Changed limit to 8 gigabytes ulimit -f 8388608 # Create files and dirs with rwx for owner and group, nothing for others. umask 0007 module load python