m0n0lithic

~/.bash_profile on sullivan

Jul 11th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.37 KB | None | 0 0
  1. # .bash_profile
  2.  
  3. # Get the aliases and functions
  4. if [ -f ~/.bashrc ]; then
  5.         . ~/.bashrc
  6. fi
  7.  
  8. # User specific environment and startup programs
  9. ulimit -c unlimited     #enable coredumps
  10. ulimit -s unlimited     #Its Works!!! https://meteo.unican.es/trac/wiki/WRFKnownProblems
  11.  
  12. #PATH=$PATH:$HOME/.local/bin:$HOME/bin:/opt/intelxe/bin
  13. PATH=/tools/bin:/tools/sbin:/opt/lfs/bin:/opt/lfs/usr/bin:/opt/lfs/sbin:/opt/lfs/usr/sbin:/usr/bin:/opt/intel/bin:$PATH #LFS-7.9
  14. BUILD=x86_64-unknown-linux-gnu
  15. MIC=x86_64-k1om-linux
  16. #BUILD=x86_64-redhat-linux
  17. http_proxy="http://172.25.19.4:3128"
  18. https_proxy="http://172.25.19.4:3128"
  19. ftp_proxy="http://172.25.19.4:3128"
  20. http_proxy="http://172.25.19.4:3128"
  21.  
  22. CC="x86_64-redhat-linux-gcc"
  23. export WRF_EM_CORE=1
  24. export WRFIO_NCD_LARGE_FILE_SUPPORT=1   #NetCDF::WRF
  25. #CC="/tools/bin/x86_64-unknown-linux-gnu-gcc"   #LFS-7.9
  26. #BUILD=x86_64-unknown-linux-gnu                 #LFS-7.9
  27.  
  28. export PATH
  29. export http_proxy ftp_proxy https_proxy
  30. export CC BUILD MIC WRFIO_NCD_LARGE_FILE_SUPPORT
  31.  
  32. #Intel
  33. export MKL_MIC_ENABLE=1
  34. export OMP_NUM_THREADS=64
  35. export MIC_OMP_NUM_THREADS=240
  36. export OFFLOAD_REPORT=1
  37. export KMP_AFFINITY=verbose,balanced
  38.  
  39.  
  40. #WRF::GNU
  41. #JASPERINC=/opt/lfs/usr/include
  42. #JASPERLIB=/opt/lfs/usr/lib
  43. #HDF5=/opt/lfs/usr
  44. #NETCDF=/opt/lfs/usr
  45.  
  46. #WRF::intel
  47. JASPERINC=/usr/local/intel/include
  48. JASPERLIB=/usr/local/intel/lib
Advertisement
Add Comment
Please, Sign In to add comment