bash on windows で linux 用 ifortran 動作
【追記】coarray は動かないようです。
今まで、bash on windows 上では intel fortran のインストーラが途中で止まってしまい。インストールできなかったのですが‘、今は大丈夫な模様です。
先日の windows10 update のためでしょうか?
なお、インストール最初に、色々ライブラリが無いと叱られますが、とりあえず無視でおkでした。ただし fortran compiler しかインストールしていません。またインストーラは、テキスト版を用い、途中のオプションでは sudo によるインストールを選択しました。
.bashrc に /opt/intel/bin/ifortvars.sh intel64 の行を足しておきました。
xwindow に関しては、以下参照。
fortran66.hatenablog.com
実行例
intel fortran
O@HP8:~$ ifort --version
ifort (IFORT) 18.0.2 20180210
Copyright (C) 1985-2018 Intel Corporation. All rights reserved.
ubuntu 環境
O@HP8:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.4 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.4 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
Modern Fortran Explained (Numerical Mathematics and Scientific Computation)
- 作者: Michael Metcalf,John Reid,Malcolm Cohen
- 出版社/メーカー: Oxford University Press, U.S.A.
- 発売日: 2011/05/08
- メディア: ペーパーバック
- この商品を含むブログを見る
Guide to Fortran 2008 Programming
- 作者: Walter S. Brainerd
- 出版社/メーカー: Springer
- 発売日: 2016/11/11
- メディア: ペーパーバック
- この商品を含むブログを見る
Introduction to Programming with Fortran: With Coverage of Fortran 90, 95, 2003, 2008 and 77
- 作者: Ian Chivers,Jane Sleightholme
- 出版社/メーカー: Springer
- 発売日: 2015/08/17
- メディア: ペーパーバック
- この商品を含むブログを見る