- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed the Intel Cluster Toolkit Compiler Edition on my x86_64 cluster. Impi's mpicc sees the Intel C++ compiler, but mpif90 is using gfortran. It looks like during install, some sort of configuration was done, and because the install script was also responsible for installing ifort at that same time, the configuration did not see ifort in my path, and thus fell through to gfortran. Gfortran is all over the mpif90 shell script. How can I reconfigure this to use ifort instead of gfortran?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
use mpiifort rather than mpif90 to get ifort. The full path to mpiifort if u have version 3.2 of intel impi is
/opt/intel/impi/3.2/bin64/mpiifort x86_64 code
/opt/intel/impi/3.2/bin/mpiifort ia32 code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mpiifort was what i was looking for. thanks!
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