Navigation : Top/PGI C and Fortan for Linux

PGI C and Fortan for Linux


* Install [#h2361b72]

** floating license [#fc0ce588]
- server
- singleでインストール
-- license.infoのMACアドレスを元にWebからlicense.datを生成
- client
-- server同様にインストール
-- license serverのlicense.datの1行目だけ残し,2行目に以下を追加
 USE_SERVER

* Setup [#o1dfd38c]
- .bashrc
 export CC=pgcc
 export CXX=pgcpp
 export FC=pgf90