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