- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We've filed a bug report on this. I'm wondering whether anyone else has seen this.
ifort -o pi pi.f90 -lmpi works
ifort -c pi.f90
ifort -o pi pi.o -lmpi reports it can't find -lmpi
The path to the mpi library is in LD_LIBRARY_PATH (man page says this is the environment variable to use, but the compiler/linker is actually looking at LIBRARY_PATH and then only at the first library in this list. If the the mpi library is first, the above steps work.
TIA
Art
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