Re: [OMPI users] problem with installing open mpi with intelcompiler11.1.07 on ubuntu

2012-08-28 Thread Jeff Squyres (jsquyres)
Try using the 1.6.2 nightly snapshot tarball and see if that fixed your 
problem. 

I'm not near a computer to give you the specific link - go to openmpi.org and 
download and nightly snapshots and the v1.6 series. 

Sent from my phone. No type good. 

On Aug 28, 2012, at 6:59 AM, "清风" <295187...@qq.com> wrote:

> 
> Hi everybody, 
>   I'm trying compile openmpi with intel compiler11.1.07 on ubuntu . 
>   I compiled openmpi  many times and I could always find a problem. But the 
> error that I'm getting now, gives me no clues where to even search for the 
> problem. 
>   It seems I have succeed to configure.While I try "make all",it always show 
> problems below:
> 
> 
> 
>   make[7]:  `/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt/tools/opari/tool'
> /opt/intel/Compiler/11.1/072/bin/ia32/icpc -DHAVE_CONFIG_H -I. -I../../..   
> -DINSIDE_OPENMPI   
> -I/home/lwk/desktop/mnt/Software/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc 
> /include   -I/usr/include/infiniband -I/usr/include/infiniband  -DOPARI_VT 
> -O3 -DNDEBUG -finline-functions -pthread -MT opari-ompragma_c.o -MD -MP -MF 
> .deps/opari-ompragma_c.Tpo -c -o opari-ompragma_c.o `test -f 'ompragma_c.cc' 
> || echo './'`ompragma_c.cc
> /usr/include/c++/4.5/iomanip(64): error: expected an expression
>   { return { __mask }; }
>^
> 
> /usr/include/c++/4.5/iomanip(94): error: expected an expression
>   { return { __mask }; }
>^
> 
> /usr/include/c++/4.5/iomanip(125): error: expected an expression
>   { return { __base }; }
>^
> 
> /usr/include/c++/4.5/iomanip(193): error: expected an expression
>   { return { __n }; }
>^
> 
> /usr/include/c++/4.5/iomanip(223): error: expected an expression
>   { return { __n }; }
>^
> 
> /usr/include/c++/4.5/iomanip(163): error: expected an expression
> { return { __c }; }
>  ^
> 
> compilation aborted for ompragma_c.cc (code 2)
> make[7]: *** [opari-ompragma_c.o] error 2
> make[7]:are now leaving directory 
> `/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt/tools/opari/tool'
> make[6]: *** [all-recursive] error 1
> make[6]:are now leaving 
> directory`/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt/tools/opari'
> make[5]: *** [all-recursive] error 1
> make[5]:are now leaving directory 
> `/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt/tools'
> make[4]: *** [all-recursive] error 1
> make[4]:are now leaving directory 
> `/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt'
> make[3]: *** [all] error 2
> make[3]:are now leaving directory 
> `/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt'
> make[2]: *** [all-recursive] error 1
> make[2]:are now leaving directory 
> `/mnt/Software/openmpi-1.6.1/ompi/contrib/vt'
> make[1]: *** [all-recursive] error 1
> make[1]:are now leaving directory `/mnt/Software/openmpi-1.6.1/ompi'
> make: *** [all-recursive] error 1
> 
> 
> 
> 
>   My  file "configure.log" and "make.out"  is in accessory lwkmpi.zip.
>  with best regards
>Liang Wenke
> 
> 
> *
> ** **
> ** WARNING:  This email contains an attachment of a very suspicious type.  **
> ** You are urged NOT to open this attachment unless you are absolutely **
> ** sure it is legitimate.  Opening this attachment may cause irreparable   **
> ** damage to your computer and your files.  If you have any questions  **
> ** about the validity of this message, PLEASE SEEK HELP BEFORE OPENING IT. **
> ** **
> ** This warning was added by the IU Computer Science Dept. mail scanner.   **
> *
> 
> 
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users




[OMPI users] problem with installing open mpi with intelcompiler11.1.07 on ubuntu

2012-08-28 Thread ????
Hi everybody, 
I'm trying  compile openmpi with intel compiler11.1.07 on ubuntu . 
I compiled openmpi  many times and I could always find  a problem. But the 
error that I'm getting now, gives me no clues where  to even search for the 
problem. 
It seems I have succeed to configure.While I try "make all",it always show 
problems below:



make[7]:  `/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt/tools/opari/tool'
/opt/intel/Compiler/11.1/072/bin/ia32/icpc  -DHAVE_CONFIG_H -I. -I../../..   
-DINSIDE_OPENMPI
-I/home/lwk/desktop/mnt/Software/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc 
/include   -I/usr/include/infiniband -I/usr/include/infiniband   -DOPARI_VT -O3 
-DNDEBUG -finline-functions -pthread -MT  opari-ompragma_c.o -MD -MP -MF 
.deps/opari-ompragma_c.Tpo -c -o  opari-ompragma_c.o `test -f 'ompragma_c.cc' 
|| echo './'`ompragma_c.cc
/usr/include/c++/4.5/iomanip(64): error: expected an expression
{ return { __mask }; }
 ^

/usr/include/c++/4.5/iomanip(94): error: expected an expression
{ return { __mask }; }
 ^

/usr/include/c++/4.5/iomanip(125): error: expected an expression
{ return { __base }; }
 ^

/usr/include/c++/4.5/iomanip(193): error: expected an expression
{ return { __n }; }
 ^

/usr/include/c++/4.5/iomanip(223): error: expected an expression
{ return { __n }; }
 ^

/usr/include/c++/4.5/iomanip(163): error: expected an expression
  { return { __c }; }
   ^

compilation aborted for ompragma_c.cc (code 2)
make[7]: *** [opari-ompragma_c.o] error 2
make[7]:are now leaving directory 
`/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt/tools/opari/tool'
make[6]: *** [all-recursive] error 1
make[6]:are now leaving 
directory`/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt/tools/opari'
make[5]: *** [all-recursive] error 1
make[5]:are now leaving directory 
`/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt/tools'
make[4]: *** [all-recursive] error 1
make[4]:are now leaving directory 
`/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt'
make[3]: *** [all] error 2
make[3]:are now leaving directory 
`/mnt/Software/openmpi-1.6.1/ompi/contrib/vt/vt'
make[2]: *** [all-recursive] error 1
make[2]:are now leaving directory `/mnt/Software/openmpi-1.6.1/ompi/contrib/vt'
make[1]: *** [all-recursive] error 1
make[1]:are now leaving directory `/mnt/Software/openmpi-1.6.1/ompi'
make: *** [all-recursive] error 1




My  file "configure.log" and "make.out"  is in accessory lwkmpi.zip.
   with best regards
 Liang Wenke

*
** **
** WARNING:  This email contains an attachment of a very suspicious type.  **
** You are urged NOT to open this attachment unless you are absolutely **
** sure it is legitimate.  Opening this attachment may cause irreparable   **
** damage to your computer and your files.  If you have any questions  **
** about the validity of this message, PLEASE SEEK HELP BEFORE OPENING IT. **
** **
** This warning was added by the IU Computer Science Dept. mail scanner.   **
*


<>