Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29253 ディスカッション

About some error please help thx!!

pideo
ビギナー
319件の閲覧回数
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
plesase help me thx!!
0 件の賞賛
0 返答(返信)
返信