[MOAB-dev] Parallel builds need make clean

Iulian Grindeanu iulian at mcs.anl.gov
Tue May 31 13:49:07 CDT 2011


The first error trace for me:
gdb) backtrace
#0  get_sharing_processors (moab=..., entity=3, other_procs_out=...) at parallel_unit_tests.cpp:261
#1  0x000000000040e042 in test_elements_on_several_procs (filename=0x6549d0 "../../MeshFiles/unittest/64bricks_512hex.h5m") at parallel_unit_tests.cpp:449
#2  0x000000000040c3a0 in run_test (func=0x40da85 <test_elements_on_several_procs(char const*)>, func_name=0x654a28 "test_elements_on_several_procs", file_name=0x6549d0 "../../MeshFiles/unittest/64bricks_512hex.h5m") at parallel_unit_tests.cpp:140
#3  0x000000000040c6c8 in main (argc=1, argv=0x7fffffffe088) at parallel_unit_tests.cpp:207
(gdb) 

It seems that after loading the file, __PARALLEL_SHARED_PROC tag is not found. 
I thought that these tags should be created when loading the file with proper parallel options.

Is this related to the error Hong Jun reported? This is the first test in parallel_unit_tests.

Iulian

----- Original Message -----
> Hmm, I haven't seen this. I'll test now...
> 
> - tim
> 
> On 05/31/2011 01:00 PM, Hong-Jun Kim wrote:
> > By debugging more, in "Skinner::find_skin_scd" function,
> > "box_dims_tag" seems not defined before skinning.
> >
> > Hong-Jun
> >
> > ----- Original Message -----
> >> From: "Hong-Jun Kim"<hongjun at mcs.anl.gov>
> >> To: "Tim Tautges"<tautges at mcs.anl.gov>
> >> Cc: moab-dev at mcs.anl.gov
> >> Sent: Tuesday, May 31, 2011 12:55:44 PM
> >> Subject: Re: [MOAB-dev] Parallel builds need make clean
> >> Even after "make clean" or "make distclean", I still have the
> >> problems.
> >>
> >> In "test_ghost_elements" test of "parallel_unit_tests.cpp",
> >> "get_expected_ghosts" function returns 0 expected ghosts which is
> >> wrong.
> >> It seems "Skinner" has problem to get 2d element skin for
> >> structured
> >> mesh(?) in "resolve_shared_ents" function when mesh file is loaded.
> >> Skinner looks just get vertex elements instead of getting 2d
> >> elements.
> >>
> >> Hong-Jun
> >>
> >>
> >> ----- Original Message -----
> >>> From: "Tim Tautges"<tautges at mcs.anl.gov>
> >>> To: moab-dev at mcs.anl.gov
> >>> Sent: Tuesday, May 31, 2011 12:07:56 PM
> >>> Subject: [MOAB-dev] Parallel builds need make clean
> >>> Hi all,
> >>> I've had a number of people ask about this, so thought I'd send a
> >>> general note - a recent change is causing existing
> >>> parallel builds to fail the make check; you'll have to do a 'make
> >>> clean' then remake, then the checks should run
> >>> successfully again.
> >>>
> >>> - tim
> >>>
> >>> --
> >>> ================================================================
> >>> "You will keep in perfect peace him whose mind is
> >>> steadfast, because he trusts in you." Isaiah 26:3
> >>>
> >>> Tim Tautges Argonne National Laboratory
> >>> (tautges at mcs.anl.gov) (telecommuting from UW-Madison)
> >>> phone: (608) 263-8485 1500 Engineering Dr.
> >>> fax: (608) 263-4499 Madison, WI 53706
> >
> 
> --
> ================================================================
> "You will keep in perfect peace him whose mind is
> steadfast, because he trusts in you." Isaiah 26:3
> 
> Tim Tautges Argonne National Laboratory
> (tautges at mcs.anl.gov) (telecommuting from UW-Madison)
> phone: (608) 263-8485 1500 Engineering Dr.
> fax: (608) 263-4499 Madison, WI 53706


More information about the moab-dev mailing list