Re: The minimum required packages for parallel running

2015-03-03 Thread Daniel Wheeler
On Mon, Mar 2, 2015 at 4:21 PM, wrote: > Dear Fipy Developers, > > When I try to test the parallel running by $ mpirun -np 3 python > examples/parallel.py. I got the following error massage. > > from PyTrilinos import Epetra > ImportError: No module named PyTrilinos > > If I understand correctly,

Re: The minimum required packages for parallel running

2015-03-03 Thread Guyer, Jonathan E. Dr.
cmake \ -D CMAKE_BUILD_TYPE:STRING=RELEASE \ -D Trilinos_ENABLE_PyTrilinos:BOOL=ON \ -D BUILD_SHARED_LIBS:BOOL=ON \ -D Trilinos_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON \ -D TPL_ENABLE_MPI:BOOL=ON \ -D MPI_BASE_DIR:PATH=${ANACONDA} \ -D Trilinos_ENABLE_TESTS:BOOL=ON \ -D DART_TESTING_TI