Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # .bash_profile
- # Get the aliases and functions
- if [ -f ~/.bashrc ]; then
- . ~/.bashrc
- fi
- # User specific environment and startup programs
- ulimit -c unlimited #enable coredumps
- ulimit -s unlimited #Its Works!!! https://meteo.unican.es/trac/wiki/WRFKnownProblems
- #PATH=$PATH:$HOME/.local/bin:$HOME/bin:/opt/intelxe/bin
- 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
- BUILD=x86_64-unknown-linux-gnu
- MIC=x86_64-k1om-linux
- #BUILD=x86_64-redhat-linux
- http_proxy="http://172.25.19.4:3128"
- https_proxy="http://172.25.19.4:3128"
- ftp_proxy="http://172.25.19.4:3128"
- http_proxy="http://172.25.19.4:3128"
- CC="x86_64-redhat-linux-gcc"
- export WRF_EM_CORE=1
- export WRFIO_NCD_LARGE_FILE_SUPPORT=1 #NetCDF::WRF
- #CC="/tools/bin/x86_64-unknown-linux-gnu-gcc" #LFS-7.9
- #BUILD=x86_64-unknown-linux-gnu #LFS-7.9
- export PATH
- export http_proxy ftp_proxy https_proxy
- export CC BUILD MIC WRFIO_NCD_LARGE_FILE_SUPPORT
- #Intel
- export MKL_MIC_ENABLE=1
- export OMP_NUM_THREADS=64
- export MIC_OMP_NUM_THREADS=240
- export OFFLOAD_REPORT=1
- export KMP_AFFINITY=verbose,balanced
- #WRF::GNU
- #JASPERINC=/opt/lfs/usr/include
- #JASPERLIB=/opt/lfs/usr/lib
- #HDF5=/opt/lfs/usr
- #NETCDF=/opt/lfs/usr
- #WRF::intel
- JASPERINC=/usr/local/intel/include
- JASPERLIB=/usr/local/intel/lib
Advertisement
Add Comment
Please, Sign In to add comment