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 # Limits file sizes to 8GB (15625000 is the number of 512 blocks) # ulimit -f 15625000 # Limits file sizes to 8GB ( ulimit uses 1024 byte blocks) # ulimit -f 7812500 # Create files and dirs with rwx for owner and group, nothing for others. umask 0007 module load python # This fails when run on compute node and I don't want users to see the error messages. ######################################## # Modified by Tony on 12/05/2019. # # We report XSEDE Gateway Attributes using the new REST API stargint 11/2019. # Hence, I commented it out. ######################################## # module load gateway-usage-reporting > /dev/null 2>&1