Re: [mpich-discuss] discuss Digest, Vol 59, Issue 9
It seems your compiler environment is messed up. You can't even compile a simple code such as: #include <string> int main () { return 0; ; return 0; } You can either try using g++ instead of icpc (add CC=g++ to your configure line) or ignore the C++ part (add --disable-cxx to the configure line) if you don't need C++ bindings. If you insist on using icpc, then make sure your environment is correctly set up. Try to compile examples outside MPICH that require standard headers (like the example above with string) to see if it works. If it doesn't, forums like stackoverflow and the Intel C++ Forum (https://software.intel.com/en-us/forums/intel-c-compiler) are more appropriate to ask for help. Halim www.mcs.anl.gov/~aamer On 9/15/17 4:25 AM, Xu ZHANG wrote:
Hi, c.txt and config.log are attached. Please check. Thank you!
------------------ Best Regards! Sincerely, *Dr. Xu ZHANG* Haixi Institutes, Chinese Academy of Sciences Haixi Hi-Tech Park, Shangjie, Minhou, Fuzhou, Fujian 350108, P. R. China Mobile: +86 178-0591-2744 E-Mail: [email protected]
------------------ Original ------------------ *From: * "discuss-request";<[email protected]>; *Date: * Thu, Sep 14, 2017 01:00 AM *To: * "discuss"<[email protected]>; *Subject: * discuss Digest, Vol 59, Issue 9
Send discuss mailing list submissions to [email protected]
To subscribe or unsubscribe via the World Wide Web, visit https://lists.mpich.org/mailman/listinfo/discuss or, via email, send a message with subject or body 'help' to [email protected]
You can reach the person managing the list at [email protected]
When replying, please edit your Subject line so it is more specific than "Re: Contents of discuss digest..."
Today's Topics:
1. Re: Problem in configure of MPICH3.2 (Halim Amer)
----------------------------------------------------------------------
Message: 1 Date: Wed, 13 Sep 2017 11:08:12 -0500 From: Halim Amer <[email protected]> To: <[email protected]> Subject: Re: [mpich-discuss] Problem in configure of MPICH3.2 Message-ID: <[email protected]> Content-Type: text/plain; charset="gb18030"; format=flowed
Can you attach the config.log file as well?
Halim www.mcs.anl.gov/~aamer
On 9/13/17 3:11 AM, Xu ZHANG wrote:
Hello, I face some problem when "./configure" the mpich3.2. How can I solve the problem? Thank you. Details in c.txt is attached.
------------------ Best Regards! Sincerely, *Dr. Xu ZHANG????* Haixi Institutes, Chinese Academy of Sciences Haixi Hi-Tech Park, Shangjie, Minhou, Fuzhou, Fujian 350108, P. R. China E-Mail: [email protected]
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
------------------------------
Subject: Digest Footer
_______________________________________________ discuss mailing list [email protected] https://lists.mpich.org/mailman/listinfo/discuss
------------------------------
End of discuss Digest, Vol 59, Issue 9 **************************************
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Halim Amer