<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Thank You, Junchao,<br><br>Spot on! (Duh! Dumb error)<br><br>Am now getting successful(?) compiles to completion, but I see many, many repetitions of messages like this - for a series of .lo objects:<div><br></div><div>Anything to be concerned with?<br><br><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">  CC       src/mpid/common/thread/lib_libmpi_la-mpid_thread.lo<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"/datapool/home/drlou/Downloads/mpich-3.2b1/src/openpa/src/primitives/opa_gcc_intel_32_64_ops.h", line 95: warning: parameter in inline asm statement unused: %2<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"/datapool/home/drlou/Downloads/mpich-3.2b1/src/openpa/src/primitives/opa_gcc_intel_32_64_ops.h", line 103: warning: parameter in inline asm statement unused: %1<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"/datapool/home/drlou/Downloads/mpich-3.2b1/src/openpa/src/primitives/opa_gcc_intel_32_64_ops.h", line 111: warning: parameter in inline asm statement unused: %1<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"/datapool/home/drlou/Downloads/mpich-3.2b1/src/openpa/src/primitives/opa_gcc_intel_32_64_ops.h", line 121: warning: parameter in inline asm statement unused: %2<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"/datapool/home/drlou/Downloads/mpich-3.2b1/src/openpa/src/primitives/opa_gcc_intel_32_64_ops.h", line 129: warning: parameter in inline asm statement unused: %3<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"/datapool/home/drlou/Downloads/mpich-3.2b1/src/openpa/src/primitives/opa_gcc_intel_32_64_ops.h", line 142: warning: parameter in inline asm statement unused: %1<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"/datapool/home/drlou/Downloads/mpich-3.2b1/src/openpa/src/primitives/opa_gcc_intel_32_64_ops.h", line 151: warning: parameter in inline asm statement unused: %1<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"/datapool/home/drlou/Downloads/mpich-3.2b1/src/openpa/src/primitives/opa_gcc_intel_32_64_ops.h", line 159: warning: parameter in inline asm statement unused: %3<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"/datapool/home/drlou/Downloads/mpich-3.2b1/src/openpa/src/primitives/opa_gcc_intel_32_64_ops.h", line 167: warning: parameter in inline asm statement unused: %3<br></font><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"></blockquote><font face="Courier">"src/mpid/ch3/channels/nemesis/include/mpid_nem_datatypes.h", line 156: warning: syntax error:  empty member declaration<br>"src/mpid/ch3/channels/nemesis/include/mpid_nem_datatypes.h", line 161: warning: syntax error: </font><br><br><div><br></div><div>On Apr 9, 2015, at 6:25 PM, Junchao Zhang <<a href="mailto:jczhang@mcs.anl.gov">jczhang@mcs.anl.gov</a>> wrote:<br><br><blockquote type="cite">Lou,<br>  I looked at your config.log.  You passed CC=/opt/solarisstudio12.4/bin/CC to configure, which is wrong. You should use CC=/opt/solarisstudio12.4/bin/cc. If you want C++,  just use CXX=...<br><br><br>--Junchao Zhang<br><br>On Thu, Apr 9, 2015 at 9:12 AM, Junchao Zhang <<a href="mailto:jczhang@mcs.anl.gov">jczhang@mcs.anl.gov</a>> wrote:<br>I happened to build MPICH with SolarisStudio12.4 for Linux a couple of days ago.<br>Could you send config.log of your build?<br><br>--Junchao Zhang<br><br>On Wed, Apr 8, 2015 at 10:51 PM, Lou Cetinich <loucetinich@gmail.com> wrote:<br>I only need Fortran. <br><br>(In fact, apart from exhaustive testing, and the endpoint target of a production build), I’d otherwise be happy to disable everything else… (!)<br><br>Lou<br><br><br>On Apr 8, 2015, at 11:47 PM, Thakur, Rajeev <thakur@mcs.anl.gov> wrote:<br><br><blockquote type="cite">If you don't need to use Fortran, you can configure with --disable-fortran.<br><br>Rajeev<br><br>On Apr 8, 2015, at 10:36 PM, Lou Picciano <loupicciano@comcast.net> wrote:<br><br><blockquote type="cite">Attempting to configure mpich-3.2b1 for the SolarisStudio12.4 suite...<br><br>Issues around complex.h (Yes, I'll have to look for prerequisites)<br><br>and the message about FORTRAN integer length - which seems to have been dealt with a couple of years ago, and only in the ifort context?<br><br>CROSS_F77_SIZEOF_INTEGER seems to be ignored; I've tried all of 1,2,4,8...<br><br>Many thanks!<br><br>checking complex.h presence... yes<br>configure: WARNING: complex.h: present but cannot be compiled<br>configure: WARNING: complex.h:     check for missing prerequisite headers?<br>configure: WARNING: complex.h: see the Autoconf documentation<br>configure: WARNING: complex.h:     section "Present But Cannot Be Compiled"<br>configure: WARNING: complex.h: proceeding with the compiler's result<br>configure: WARNING:     ## -------------------------------- ##<br>configure: WARNING:     ## Report this to discuss@mpich.org ##<br>configure: WARNING:     ## -------------------------------- ##<br>checking for complex.h... no<br>checking size of _Bool... 0<br>checking size of float _Complex... 0<br>checking size of double _Complex... 0<br>checking size of long double _Complex... 0<br>checking for _Bool... no<br>checking for float _Complex... no<br>checking for double _Complex... no<br>checking for long double _Complex... no<br>checking for size of Fortran type integer... 0<br>checking for size of Fortran type real... 0<br>checking for size of Fortran type double precision... 0<br>checking whether integer*1 is supported... yes<br>checking whether integer*2 is supported... yes<br>checking whether integer*4 is supported... yes<br>checking whether integer*8 is supported... yes<br>checking whether integer*16 is supported... no<br>checking whether real*4 is supported... yes<br>checking whether real*8 is supported... yes<br>checking whether real*16 is supported... yes<br>configure: error: Unable to configure with Fortran support because configure could not determine the size of a Fortran INTEGER.  Consider setting CROSS_F77_SIZEOF_INTEGER to the length in bytes of a Fortran INTEGER<br>_______________________________________________<br>discuss mailing list     discuss@mpich.org<br>To manage subscription options or unsubscribe:<br>https://lists.mpich.org/mailman/listinfo/discuss<br></blockquote><br>_______________________________________________<br>discuss mailing list     discuss@mpich.org<br>To manage subscription options or unsubscribe:<br>https://lists.mpich.org/mailman/listinfo/discuss<br></blockquote><br><br>_______________________________________________<br>discuss mailing list     discuss@mpich.org<br>To manage subscription options or unsubscribe:<br>https://lists.mpich.org/mailman/listinfo/discuss<br><br><br>_______________________________________________<br>discuss mailing list     discuss@mpich.org<br>To manage subscription options or unsubscribe:<br>https://lists.mpich.org/mailman/listinfo/discuss<br></blockquote><br></div></div></body></html>