[MOAB-dev] namespace moab

iulian at mcs.anl.gov iulian at mcs.anl.gov
Tue Mar 16 15:11:55 CDT 2010


Hello,
I have a question about the examples we need to do. 
Do we need to use the new convention with moab namespace? I thought that the old code will still be compatible.
In my case it is not, so I must have something wrong in my Makefile (or in my understanding :(  )

 so this makefile used to work, before I updated to the current version (with namespace )

MOAB_LIB_DIR = /homes/iulian/lib/MOAB/lib
CXX=/homes/sharp/3rdparty/mpich2/mpich2-1.1.1p1/gcc/bin/mpicxx
include ${MOAB_LIB_DIR}/moab.make

fread : FileRead.o
        ${CXX} -g $< ${MOAB_LIBS_LINK} -o $@

.cpp.o :
        ${CXX} -g ${MOAB_INCLUDES} -c $<


The current updated version of MOAB works fine, only some parallel tests are failing on my build (they were failing before)

Thanks,
Iulian


More information about the moab-dev mailing list