Re: [Paraview] Superbuild: passing compiler flags

2013-06-17 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
0-278-6266 From: Andy Bauer [andy.ba...@kitware.com] Sent: Monday, June 17, 2013 3:07 PM To: Sebastien Jourdain Cc: Utkarsh Ayachit; Angelini, Richard C (Rick) CIV USARMY ARL (US); paraview@paraview.org Subject: Re: [Paraview] Superbuild: passing compiler flags It kind of looks like

Re: [Paraview] Superbuild: passing compiler flags

2013-06-17 Thread Andy Bauer
It kind of looks like something funky is still going on with this, at least for using the system MPI. In my superbuild cmake cache I get the following for MPI_C_LIBRARIES: /usr/lib/libmpich.so;/usr/lib/libopa.so;/usr/lib/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Sebastien Jourdain
I'm currently pushing a fix that remove that PV_ prefix. So once it's in, you should be good. commit 3fb38e429260288cbb723fb198fa396e6cc2de27 Author: Sebastien Jourdain Date: Thu Jun 13 14:59:55 2013 -0400 Remove PV_ prefix for ParaView MPI variable names Change-Id: Ia40c16c77bbd494c4

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
); paraview@paraview.org Subject: Re: [Paraview] Superbuild: passing compiler flags Hi Richard, the solution seems to be elsewhere... The variables that get propagated to ParaView don't have necessarily the same names. (I've listed the ones that are not using the

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Sebastien Jourdain
tran_COMPILER:FILEPATH=/opt/sgi/mpt/mpt-2.07/bin/mpif90 > > MPI_Fortran_COMPILE_FLAGS:STRING= > > MPI_Fortran_INCLUDE_PATH:STRING= > > MPI_Fortran_LIBRARIES:STRING= > > MPI_Fortran_LINK_FLAGS:STRING= > > > > > > > > ________ > > Rick Angelini >

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
am Building 120 Cube 315 Phone: 410-278-6266 From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Wednesday, June 12, 2013 11:48 AM To: Angelini, Richard C (Rick) CIV USARMY ARL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] Superbuild: passing comp

Re: [Paraview] Superbuild: passing compiler flags

2013-06-12 Thread Utkarsh Ayachit
Rick, Can you try using -D arguments with the correct syntax and see if that works? cmake documentation states the following: -D := = Create a cmake cache entry. Ensure that you pass each of the -D arguments correctly with ":type" suffix. You can identify the type for the variables by

[Paraview] Superbuild: passing compiler flags

2013-06-12 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
I'm trying to pass some MPI-related flags through the Superbuild cmake. These flags need to get passed down to the actual Paraview source cmake, but they don't seem to getting included. If I run ccmake I can see that the flags have not been set - and if I manually add the flags at that time,