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

All but one ExaGO tests fail after clean build #148

Open
pelesh opened this issue Jun 28, 2024 · 0 comments
Open

All but one ExaGO tests fail after clean build #148

pelesh opened this issue Jun 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pelesh
Copy link
Collaborator

pelesh commented Jun 28, 2024

Issue type

  • Bug

Relates to

  • CMake build system

Summary

After clean build all but One ExaGO tests fail. It seems there is a path issue somewhere. The error message is:

3% tests passed, 37 tests failed out of 38

Label Time Summary:
incline-skip    =   1.28 sec*proc (1 test)

Total Test time (real) =  48.13 sec

The following tests FAILED:
	  2 - UNIT_TESTS_OBJECTIVE_SIZE_OF_unittestx3.m_IPOPT_POWER_BALANCE_POLAR (Failed)
	  3 - UNIT_TESTS_OBJECTIVE_SIZE_OF_unittestx600.m_IPOPT_POWER_BALANCE_POLAR (Failed)
	  4 - UNIT_TESTS_OBJECTIVE_SIZE_OF_unittestx3.m_HIOPSPARSE_POWER_BALANCE_POLAR (Failed)
          ( ... )
	 38 - SOPFLOW_SOLUTION_OUTPUT_MINIMAL (Failed)
can't opendir /ccs/home/peles/src/exago/exago-github/build/tests/functionality: No such file or directory at /ccs/home/peles/src/exago/exago-github/tests/functionality/scripts/post_test.pl line 9.
Problem running command: perl /ccs/home/peles/src/exago/exago-github/tests/functionality/scripts/post_test.pl /ccs/home/peles/src/exago/exago-github/build/tests/functionality
Problem executing post-test command(s).
Errors while running CTest

Exact commands to reproduce, if applicable

git clone [email protected]:pnnl/ExaGO.git exago
mkdir build
cd build
CC=gcc CXX=g++ FC=gfortran cmake -DEXAGO_ENABLE_PYTHON=Off ../exago
make
ctest

I am using GCC 10.2, PETSc and other dependencies are built using ExaGO Spack package. Let me know what other debugging information you need me to provide.

@pelesh pelesh added the bug Something isn't working label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants