- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
i have a simple fortran program.i want to try intel fortran compiler that can be use by this simple program. but something is worg@@~~. i cant't run this program.
if i use g77 compiler this program then it can run.
for g77 ==> i type
g77 -O4 -o init.out init.f
./init.out
it run
for intel fortran compiler==> i type
ifort -o init.f90 init.f or ifort -O2 -o init.f90 init.f or ifort init.f90 -o init.f
./init.f90
it not run!!!
./init.f90: error while loading shared libraries: libimf.so: cannot open shared objec
t file: No such file or directory
t file: No such file or directory
plesase help me thx!!
コピーされたリンク
0 返答(返信)
