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

Failing PyAlbany tests in nightly spack build #1098

Open
ikalash opened this issue Dec 5, 2024 · 1 comment
Open

Failing PyAlbany tests in nightly spack build #1098

ikalash opened this issue Dec 5, 2024 · 1 comment

Comments

@ikalash
Copy link
Collaborator

ikalash commented Dec 5, 2024

Many of the PyAlbany tests are failing in the nightly spack build with the following error:

144: ~PyParallelEnv()
144:
144: ======================================================================
144: ERROR: test_read_non_distributed_npy (__main__.TestIO)
144: ----------------------------------------------------------------------
144: Traceback (most recent call last):
144:   File "/tmp/ikalash/spack-stage/spack-stage-albany-develop-7in7373t3xr5bb73nm5pj2snjtaflosr/spack-build-7in7373/pyAlbany/tests/inputOutput/io_PyAlbany.py", line 189, in test_read_non_distributed_npy
144:     mvector = Utils.loadMVector(file_dir+'/'+mvector_filename, n_cols, parameter_map, distributedFile = False)
144:   File "/tmp/ikalash/spack-stage/spack-stage-albany-develop-7in7373t3xr5bb73nm5pj2snjtaflosr/spack-build-7in7373/pyAlbany/PyAlbany/Utils.py", line 133, in loadMVector
144:     mvector0_view = mvector0.getLocalView()
144: ValueError: resize only works on single-segment arrays
144:

With Kim gone, are there any volunteers to look at this? It's puzzling that the issue doesn't happen in the non-spack nightly builds of Albany that turn on PyAlbany. Do we want to keep PyAlbany on in the nightly spack build?

The tests affected are:

	144 - PyAlbany_IO (Failed)
	148 - PyAlbany_SteadyHeat (Failed)
	149 - PyAlbany_SteadyHeat_MPI (Failed)
	154 - PyAlbany_SteadyHeat_StateMap (Failed)
	155 - PyAlbany_SteadyHeat_StateMap_MPI (Failed)
	156 - PyAlbany_SteadyHeat_Orthogonalization (Failed)
	157 - PyAlbany_SteadyHeat_Orthogonalization_MPI (Failed)
	158 - PyAlbany_RSVDsinglePass (Failed)
	160 - PyAlbany_RSVDdoublePassSymmetric (Failed)
	162 - PyAlbany_RSVDdoublePassNonSymmetric (Failed)
	164 - PyAlbany_HODLR (Failed)
	166 - PyAlbany_adjointSolve (Failed)
	167 - PyAlbany_adjointSolve_MPI (Failed)
@ikalash
Copy link
Collaborator Author

ikalash commented Dec 18, 2024

After discussing with Mauro, I have deactivated pyAlbany in the nightly spack builds. I am happy to reactivate it once the failing tests issue is resolved.

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

1 participant