- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!!
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page