Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test failures #7

Closed
nschloe opened this issue Oct 30, 2015 · 0 comments
Closed

test failures #7

nschloe opened this issue Oct 30, 2015 · 0 comments

Comments

@nschloe
Copy link
Contributor

nschloe commented Oct 30, 2015

When building SEACAS with

cmake  \
  -D SEACAS_ENABLE_ALL_PACKAGES:BOOL=ON \
  -D SEACAS_ENABLE_TESTS:BOOL=ON \
  -D BUILD_SHARED_LIBS:BOOL=ON \
  -D TPL_ENABLE_CGNS:BOOL=OFF \
  -D TPL_ENABLE_Matio:BOOL=ON \
  -D TPL_ENABLE_METIS:BOOL=ON \
  -D TPL_ENABLE_ParMETIS:BOOL=ON \
  -D TPL_ENABLE_Netcdf:BOOL=ON \
  -D TPL_ENABLE_MPI:BOOL=OFF \
  -D TPL_ENABLE_Pamgen:BOOL=OFF \
  -D TPL_ENABLE_X11:BOOL=OFF \
  -D TPL_ENABLE_Zlib:BOOL=ON \
  ../source-nschloe/

I get a bunch of failing tests:

$ ctest
[...]
The following tests FAILED:
      5 - Zoltan_ch_bug_parmetis_serial (Failed)
     13 - Zoltan_ch_ewgt_parmetis_serial (Failed)
     15 - Zoltan_ch_grid20x19_parmetis_serial (Failed)
     17 - Zoltan_ch_hammond_parmetis_serial (Failed)
     23 - Zoltan_ch_nograph_parmetis_serial (Failed)
     25 - Zoltan_ch_onedbug_parmetis_serial (Failed)
     29 - Zoltan_ch_simple_parmetis_serial (Failed)
     33 - Zoltan_ch_vwgt_parmetis_serial (Failed)
     35 - Zoltan_ch_vwgt2_parmetis_serial (Failed)
     49 - Zoltan_problemGRAPH (OTHER_FAULT)

See https://launchpadlibrarian.net/223760348/buildlog_ubuntu-xenial-amd64.seacas_15.10~201510301340-xenial1_BUILDING.txt.gz for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants