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

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