[mpich-discuss] discuss Digest, Vol 59, Issue 9

Halim Amer aamer at anl.gov
Fri Sep 15 09:50:03 CDT 2017


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: wyszhangxu at foxmail.com
> 
> 
> ------------------ Original ------------------
> *From: * "discuss-request";<discuss-request at mpich.org>;
> *Date: * Thu, Sep 14, 2017 01:00 AM
> *To: * "discuss"<discuss at mpich.org>;
> *Subject: * discuss Digest, Vol 59, Issue 9
> 
> Send discuss mailing list submissions to
> discuss at mpich.org
> 
> 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
> discuss-request at mpich.org
> 
> You can reach the person managing the list at
> discuss-owner at mpich.org
> 
> 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 <aamer at anl.gov>
> To: <discuss at mpich.org>
> Subject: Re: [mpich-discuss] Problem in configure of MPICH3.2
> Message-ID: <bc3a7d53-d7bb-7ada-2db8-57b409f7538d at anl.gov>
> 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: wyszhangxu at foxmail.com
>  >
>  >
>  > _______________________________________________
>  > discuss mailing list     discuss at mpich.org
>  > To manage subscription options or unsubscribe:
>  > https://lists.mpich.org/mailman/listinfo/discuss
>  >
> 
> 
> ------------------------------
> 
> Subject: Digest Footer
> 
> _______________________________________________
> discuss mailing list
> discuss at mpich.org
> https://lists.mpich.org/mailman/listinfo/discuss
> 
> ------------------------------
> 
> End of discuss Digest, Vol 59, Issue 9
> **************************************
> 
> 
> _______________________________________________
> discuss mailing list     discuss at mpich.org
> To manage subscription options or unsubscribe:
> https://lists.mpich.org/mailman/listinfo/discuss
> 
_______________________________________________
discuss mailing list     discuss at mpich.org
To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss


More information about the discuss mailing list