#author("2018-07-26T00:40:23+09:00","default:Miyashita","Miyashita")
*.bashrcのメモ [#o6700f46]
完全に個人的なメモ.
**CC,FCなど [#ua85b146]
ifortはインストール後もPATHに入っていないためcompilervars.shを使う.
#codeprettify(lang-bash){{
export CC=gcc
export FC=ifort
export F90=ifort
. /opt/intel/bin/compilervars.sh intel64
}}
ifort更新後も/opt/intel/bin/compilervars.shのシンボリックリンクが古いバージョンのままだったので,元のcompilervars.shから持ってきた方が良いかも.
#codeprettify(lang-bash){{
. /opt/intel/compilers_and_libraries_2018.x.xxx/linux/bin/compilervars.sh intel64
}}
link_install.shでリンクを一斉に貼り直すことができそうだったがうまくできず断念した.~
#author("2018-10-16T20:45:43+09:00","default:Miyashita","Miyashita")

**netcdfの設定 [#m8826e2d]
#codeprettify(lang-bash){{
export NETCDF="/opt/netcdf_4.x.x_ifort/"
}}


Front page   Edit Diff Attach Copy Rename Reload   New List of pages Search Recent changes   Help   RSS of recent changes