[OMPI users] [1.6.2] Compilation Error (at vtfilter) with Intel Compiler

2012-10-11 Thread Christian Krause
Hi, I tried to compile the current OpenMPI 1.6.2 with the Intel Compiler # icc --version icc (ICC) 12.0.4 20110427 The error I get is the following (I changed directly in the vtfilter directory where the error occurs to reduce output for this mail): # cd ompi/contrib/vt/vt/tools/vtfilter/ # ma

Re: [OMPI users] [1.6.2] Compilation Error (at vtfilter) with Intel Compiler

2012-10-12 Thread Christian Krause
e script? >> >> ./configure CC=icc CXX=icpc ... etc, etc ... >> >> I hope this helps, >> Gus Correa >> >> >> >> On 10/11/2012 11:00 AM, Christian Krause wrote: >> >Hi, >> > >> >I tried to compile the current OpenMP