[MOAB-dev] running pcomm_unit
Tim Tautges
tautges at mcs.anl.gov
Tue Jun 17 09:55:36 CDT 2008
You shouldn't be getting these results. Right now I'm working on a
deadline that'll be challenging, but I'll try to check this out. One
thing you can try to verify parallel functionality is build & run
mbparallelcomm_test, in the main source directory:
make mbparallelcomm_test
mpirun -n 4 mbparallelcomm_test 0 3 test/partest.cub
That will pick up test/partest.cub, use the MATERIAL_SET entity sets as
the decomposition, read and distribute the mesh, delete the non-owned
mesh, and establish shared interfaces. I'm pretty sure this doesn't
work at the moment because of a commit I did last week though.
- tim
de Almeida, Valmor F. wrote:
> Tim/Jason,
>
> Am I supposed to get these results or run the moab parallel checks this
> way?
>
> Thanks,
>
> --
> Valmor
>
> ->mpiexec -np 1 pcomm_unit
> Running test_pack_vertices ...
> Running test_pack_elements ...
> Running test_pack_higher_order ...
> Running test_pack_poly ...
> Running test_pack_sets_simple ...
> Running test_pack_set_contents ...
> Running test_pack_sets_of_sets ...
> Running test_pack_set_parent_child ...
> Running test_pack_tag_data ...
> Running test_pack_variable_length_tag ...
> Running test_pack_tag_handle_data ...
>
>
> ->mpirun -np 2 pcomm_unit
> Running test_pack_vertices ...
> Running test_pack_vertices ...
> Running test_pack_elements ...
> MBErrorCode Test Failed: MB_SUCCESS == rval
> at line 86 of 'pcomm_unit.cpp'
> Expected value: Success (0)
> Actual value: Memory Alloc. Failed (3)
>
> test_pack_vertices: FAILED
> Running test_pack_elements ...
> MBErrorCode Test Failed: MB_SUCCESS == rval
> at line 86 of 'pcomm_unit.cpp'
> Expected value: Success (0)
> Actual value: Memory Alloc. Failed (3)
>
> test_pack_elements: FAILED
> Running test_pack_higher_order ...
> Running test_pack_higher_order ...
> MBErrorCode Test Failed: MB_SUCCESS == rval
> at line 86 of 'pcomm_unit.cpp'
> Expected value: Success (0)
> Actual value: Memory Alloc. Failed (3)
>
> test_pack_higher_order: FAILED
> Running test_pack_poly ...
> Running test_pack_poly ...
> MBErrorCode Test Failed: MB_SUCCESS == rval
> at line 86 of 'pcomm_unit.cpp'
> Expected value: Success (0)
> Actual value: Memory Alloc. Failed (3)
>
> test_pack_poly: FAILED
> Running test_pack_sets_simple ...
> MBErrorCode Test Failed: MB_SUCCESS == rval
> at line 86 of 'pcomm_unit.cpp'
> Expected value: Success (0)
> Actual value: Memory Alloc. Failed (3)
> Running test_pack_sets_simple ...
>
> test_pack_sets_simple: FAILED
> Running test_pack_set_contents ...
> MBErrorCode Test Failed: MB_SUCCESS == rval
> at line 86 of 'pcomm_unit.cpp'
> Expected value: Success (0)
> Actual value: Memory Alloc. Failed (3)
>
> test_pack_set_contents: FAILED
> Running test_pack_sets_of_sets ...
> Running test_pack_set_contents ...
> Running test_pack_set_parent_child ...
> Running test_pack_sets_of_sets ...
> Running test_pack_tag_data ...
> Running test_pack_set_parent_child ...
> Running test_pack_tag_data ...
> MBErrorCode Test Failed: MB_SUCCESS == rval
> at line 86 of 'pcomm_unit.cpp'
> Expected value: Success (0)
> Actual value: Memory Alloc. Failed (3)
>
> test_pack_tag_data: FAILED
> Running test_pack_variable_length_tag ...
> MBErrorCode Test Failed: MB_SUCCESS == rval
> at line 86 of 'pcomm_unit.cpp'
> Expected value: Success (0)
> Actual value: Memory Alloc. Failed (3)
>
> test_pack_variable_length_tag: FAILED
> Running test_pack_tag_handle_data ...
> Running test_pack_variable_length_tag ...
> MBErrorCode Test Failed: MB_SUCCESS == rval
> at line 86 of 'pcomm_unit.cpp'
> Expected value: Success (0)
> Actual value: Memory Alloc. Failed (3)
>
> test_pack_tag_handle_data: FAILED
> Running test_pack_tag_handle_data ...
>
>
--
================================================================
"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