Hi

I configured as below on mountain lion. I use macports for the external
softwares.



> ./configure \
>    --prefix=$HOME/Applications/libmesh/install-0.9.2.1 \
>    --enable-perflog \
>    --disable-tecplot \
>    --enable-tecio \
>    --enable-nodeconstraint \
>    --enable-blocked-storage \
>    --disable-trilinos \
>    --with-glpk-include=/opt/local/include \
>    --with-glpk-lib=/opt/local/lib \
>    --with-hdf5=/opt/local \
>    --with-vtk-include=/opt/local/include/vtk-5.10 \
>    --with-vtk-lib=/opt/local/lib/vtk-5.10 \
>    --with-tbb=/opt/local \
>    CXX=openmpicxx CC=openmpicc FC=openmpif90 F77=openmpif90
>
>
> Still configure is not enabling tecio. How do I fix this ?

My compiler version is

$ openmpicc -v
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.4.0
Thread model: posix

Perhaps it is not finding the correct mpi if I do not give the correct
mpirun. I have the system mpi and the one installed from macports. I use
the macports mpi for compiling all the needed softwares and libmesh.

Thanks
praveen


On Tue, Aug 20, 2013 at 1:38 PM, Praveen C <[email protected]> wrote:

> Hello
> I am a beginner with libmesh. I compiled it on mac osx 10.8.4 and have
> installed version 0.9.2.1
>
> ./configure \
>    --prefix=$HOME/Applications/libmesh/install-0.9.2.1 \
>    --enable-perflog \
>    --disable-tecplot \
>    --enable-tecio \
>    --enable-nodeconstraint \
>    --enable-blocked-storage \
>    --disable-trilinos \
>    --with-glpk-include=/opt/local/include \
>    --with-glpk-lib=/opt/local/lib \
>    --with-hdf5=/opt/local \
>    --with-vtk-include=/opt/local/include/vtk-5.10 \
>    --with-vtk-lib=/opt/local/lib/vtk-5.10 \
>    --with-tbb=/opt/local \
>    CXX=openmpicxx CC=openmpicc FC=openmpif90 F77=openmpif90
>
> When I run ex1, I get
>
> $ sh run.sh
> ***************************************************************
> * Running Example example-opt:
> *   example-opt -d 3
> /Users/praveen/Applications/libmesh/install-0.9.2.1/share/reference_elements/3D/one_hex27.xda
> ***************************************************************
>
>  Mesh Information:
>   mesh_dimension()=3
>   spatial_dimension()=3
>   n_nodes()=27
>     n_local_nodes()=27
>   n_elem()=1
>     n_local_elem()=1
>     n_active_elem()=1
>   n_subdomains()=1
>   n_partitions()=1
>   n_processors()=1
>   n_threads()=1
>   processor_id()=0
>
> WARNING! There are options you set that were not used!
> WARNING! could be spelling mistake, etc!
> Option left: name:-d value: 3
> /Users/praveen/Applications/libmesh/install-0.9.2.1/examples/run_common.sh:
> line 50: 18610 Segmentation fault: 11  $LIBMESH_RUN ./$executable $options
> $LIBMESH_OPTIONS
>
> I am not able to find my mistake.
>
> Thanks
> praveen
>
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to