Re: [Paraview] Attempting to run Catalyst CFullExample

2013-05-29 Thread Pettey . Lucas
are marching towards the finish line. The code was in flux for a while, but seems to be stable now. I hope this helps you continue to move forward. Lucas From: Bill Sherman [sherm...@indiana.edu] Sent: Wednesday, May 29, 2013 10:36 AM To: Pettey . Lucas

Re: [Paraview] Attempting to run Catalyst CFullExample

2013-05-27 Thread Pettey . Lucas
: William Sherman [sherm...@indiana.edu] Sent: Monday, May 27, 2013 12:34 AM To: Pettey . Lucas Cc: ParaView list; William Sherman Subject: Re: [Paraview] Attempting to run Catalyst CFullExample Hello again, The Catalyst C and C++ examples all require the python script as an argument at run time

Re: [Paraview] Attempting to run Catalyst CFullExample

2013-05-25 Thread Pettey . Lucas
Hi Bill, The Catalyst C and C++ examples all require the python script as an argument at run time. The Fortran example requires that the script be in the same directory. So when you aren't giving the script as an argument, the code is running but doesn't have any information about what to

[Paraview] Scalar components and Python Calculator

2013-05-22 Thread Pettey . Lucas
Hello, I am trying to use the Python Calculator on 2 different Scalar components in the same data file. I have written the real and imaginary parts of a Fortran complex data type to a single .raw binary file. ParaView correctly opens this file when I tell it that there are 2 scalar

[Paraview] Catalyst CxxFullExample Seg Faults

2013-05-09 Thread Pettey . Lucas
Hello, I get a segmentation fault trying to run the CxxFullExample on the Utility Server here at ERDC. I have successfully run the serial Fortran examples using the same build of ParaView. Thanks, Lucas This electronic message transmission and any attachments

Re: [Paraview] Initialize coprocessor fails

2013-05-07 Thread Pettey . Lucas
an image, but not the one that I wanted. Thanks Lucas From: Andy Bauer [andy.ba...@kitware.com] Sent: Tuesday, April 30, 2013 9:28 PM To: Pettey . Lucas Cc: paraview@paraview.org Subject: Re: [Paraview] Initialize coprocessor fails Hi Lucas, Every process should

[Paraview] Initialize coprocessor fails

2013-04-29 Thread Pettey . Lucas
Hello! I have a Fortran serial test case working that uses the Catalyst coprocessor to generate images. I tried moving to a parallel test case, but the program crashes with the error: ORTE_ERROR_LOG: Attempt to redefine an existing data type in file runtime/orte_globals.c at line 218 at the

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-27 Thread Pettey . Lucas
; Pettey . Lucas Subject: Re: CoProcessing with Fortran and ParaView 3.98 Hi Lucas, Do you mind if I use the coproc files you sent me as an example for Catalyst? Thanks, Andy On Tue, Mar 26, 2013 at 3:29 PM, Andy Bauer andy.ba...@kitware.commailto:andy.ba...@kitware.com wrote: Hi Lucas, I was able

[Paraview] Latest Git repository issues

2013-03-25 Thread Pettey . Lucas
Hello, I have been working with Andy on some CoProcessing issues and need to pull from the repository. I did this Friday with no issues, but I wanted to check out a fresh copy today. When I did, I got an error in CMake that it could not find VTK. It seems the VTK directory is empty that comes

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-22 Thread Pettey . Lucas
] on behalf of Andy Bauer [andy.ba...@kitware.com] Sent: Friday, March 22, 2013 8:01 AM To: Pettey . Lucas Cc: paraview [paraview@paraview.org] Subject: Re: [Paraview] CoProcessing with Fortran and ParaView 3.98 Hi Lucas, Could you send me your CMakeLists.txt or your Makefile used to build this? I think

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-21 Thread Pettey . Lucas
From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] on behalf of Andy Bauer [andy.ba...@kitware.com] Sent: Thursday, March 21, 2013 12:49 PM To: Pettey . Lucas Cc: paraview [paraview@paraview.org] Subject: Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-21 Thread Pettey . Lucas
Yes I did. I have attached the latest script. Thank you for your valiant efforts in trying to solve this problem. Lucas From: Andy Bauer [andy.ba...@kitware.com] Sent: Thursday, March 21, 2013 2:22 PM To: Pettey . Lucas Cc: paraview [paraview@paraview.org

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-21 Thread Pettey . Lucas
Sorry, Andy, that didn't seem to work either. Let me know what information would be useful to print. Thanks Lucas From: Andy Bauer [andy.ba...@kitware.com] Sent: Thursday, March 21, 2013 2:36 PM To: Pettey . Lucas Cc: paraview [paraview@paraview.org] Subject: Re

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-21 Thread Pettey . Lucas
Nothing printed at all. Does anything special have to be done during the compile/link steps for the python script to work properly? Thanks, Lucas From: Andy Bauer [andy.ba...@kitware.com] Sent: Thursday, March 21, 2013 3:00 PM To: Pettey . Lucas Cc: paraview

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-21 Thread Pettey . Lucas
of Pettey . Lucas [lpet...@drc.com] Sent: Thursday, March 21, 2013 3:12 PM To: Andy Bauer Cc: paraview [paraview@paraview.org] Subject: Re: [Paraview] CoProcessing with Fortran and ParaView 3.98 Nothing printed at all. Does anything special have to be done during the compile/link steps

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-20 Thread Pettey . Lucas
why it isn't generating any VTK objects Probably something wrong with my python co-processing script. Thanks Lucas From: Berk Geveci [berk.gev...@kitware.com] Sent: Tuesday, March 19, 2013 6:48 PM To: Pettey . Lucas Cc: paraview [paraview@paraview.org] Subject

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-20 Thread Pettey . Lucas
To: Pettey . Lucas Cc: Berk Geveci; paraview [paraview@paraview.org] Subject: Re: [Paraview] CoProcessing with Fortran and ParaView 3.98 Hi Lucas, Can you share your co-processing script and any run output? There may be warnings in the output or info in the script that will help figure that out

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-20 Thread Pettey . Lucas
. I may also look into row/column order issues although this grid is 100x100x100 so it shouldn't affect anything. Lucas From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] on behalf of Pettey . Lucas [lpet...@drc.com] Sent: Wednesday, March

[Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-19 Thread Pettey . Lucas
Hello everyone, I am trying to run a simple Fortran coprocessing example with a complex data type. I am following the example here: http://en.wikibooks.org/wiki/Parallel_Spectral_Numerical_Methods/Visualization_with_ParaView_CoProcessing#ParaView_CoProcessing_Resources I have written a basic

Re: [Paraview] ENABLE_MPI4PY on Mac OSX

2013-02-08 Thread Pettey . Lucas
of these solved the problem, but it works with these steps. Thanks, Lucas From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] on behalf of Pettey . Lucas [lpet...@drc.com] Sent: Thursday, February 07, 2013 1:49 PM To: Nikhil Shetty Cc: paraview

[Paraview] ENABLE_MPI4PY on Mac OSX

2013-02-07 Thread Pettey . Lucas
Hello, Has anyone had success with enabling MPI4PY on the Mac? I rebuilt the latest version of mpi4py from source and it still doesn't build in ParaView. I get the undefined symbols for architecture x86_64 errors. Thanks Lucas This electronic message

Re: [Paraview] ENABLE_MPI4PY on Mac OSX

2013-02-07 Thread Pettey . Lucas
[nikhil.she...@kitware.com] Sent: Thursday, February 07, 2013 10:45 AM To: Pettey . Lucas Cc: paraview@paraview.org Subject: Re: [Paraview] ENABLE_MPI4PY on Mac OSX Hi Lucas, Can you tell what MAC, Python and MPI versions you are using. Also can you attach the complete message about which symbols

Re: [Paraview] XDMF Utilities

2013-02-06 Thread Pettey . Lucas
Hello, The exact flag is XDMF_BUILD_UTILS. The default is off. Thanks, Lucas From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Tuesday, February 05, 2013 6:16 PM To: Pettey . Lucas Cc: paraview@paraview.org Subject: Re: [Paraview] XDMF Utilities

[Paraview] ParaView 3.14.1 ADIOS reader build errors

2013-02-06 Thread Pettey . Lucas
Hello everyone, I am trying to build ParaView 3.14 with the ADIOS Reader. I have the latest ADIOS 1.4.1 library built. I am receiving the following errors: [ 98%] Building CXX object Plugins/AdiosReader/CMakeFiles/AdiosReaderPluginMPI.dir/vtkAdiosReader.cxx.o In file included from

Re: [Paraview] ParaView 3.14.1 ADIOS reader build errors

2013-02-06 Thread Pettey . Lucas
issue. Lucas From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] on behalf of Pettey . Lucas [lpet...@drc.com] Sent: Wednesday, February 06, 2013 11:25 AM To: paraview@paraview.org Subject: [Paraview] ParaView 3.14.1 ADIOS reader build errors

[Paraview] XDMF Utilities

2013-02-05 Thread Pettey . Lucas
Hello everyone, I have had quite a bit of difficulty building 3.14.1 on my Mac with XDMF Utilities turned on. I will be reading files in XDMF format. Am I missing anything important if I don't build the utilities? There doesn't seem to be much documentation about what that CMake flag enables.