Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

building mpich 1.2.5 in Redhat 8 with icc and ifc

bostandoust
Beginner
582 Views
Hi
I want to build mpich 1.2.5 in Redhat 8 with icc and ifc but it generate errors.
I used
./configure -cc=icc -fc=ifc -clinker=ifc -flinker=ifc
bye
0 Kudos
1 Reply
TimP
Honored Contributor III
582 Views
I'd be surprised if your mpich had such unusual configure arguments. Every version of configure I've seen had double hyphen arguments, starting with
./configure --help
For example, lam configures with
./configure --with-cc=icc --with-cxx=icc --with-fc=ifc --with-f90=ifc --prefix=/usr
and don't forget to run the ifcvars. script first.

You might get better responses if you would tell what error messages came out.
0 Kudos
Reply