- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
./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.

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