You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The castle example test for omega_h experiences an assertion failure leading to bad termination of the application when run with the following build specs.
Error Output:
Click me!
mpirun -np 2 ./castle[0] number of vertices 8[0]: Local vertex number 0 has global index 0[0]: Local vertex number 1 has global index 2[0]: Local vertex number 2 has global index 3[0]: Local vertex number 3 has global index 6[0]: Local vertex number 4 has global index 7[0]: Local vertex number 5 has global index 8[0]: Local vertex number 6 has global index 9[0]: Local vertex number 7 has global index 10[0]: local 0 4 0 6[0]: global 1 7 0 9[0]: local 1 1 3 7[0]: global 3 2 6 10[0]: local 2 3 2 5[0]: global 6 6 3 8[0]: local 3 2 4 5[0]: global 7 3 7 8[0]: local 4 5 4 6[0]: global 9 8 7 9[0]: local 5 5 6 7[0]: global 10 8 9 10[0]: local 6 3 5 7[0]: global 13 6 8 10[1] number of vertices 8[1]: Local vertex number 0 has global index 0[1]: Local vertex number 1 has global index 1[1]: Local vertex number 2 has global index 2[1]: Local vertex number 3 has global index 4[1]: Local vertex number 4 has global index 5[1]: Local vertex number 5 has global index 9[1]: Local vertex number 6 has global index 10[1]: Local vertex number 7 has global index 11[1]: local 0 4 2 6[1]: global 0 5 2 10[1]: local 1 0 3 5[1]: global 2 0 4 9[1]: local 2 3 1 7[1]: global 4 4 1 11[1]: local 3 1 4 7[1]: global 5 1 5 11[1]: local 4 4 6 7[1]: global 8 5 10 11[1]: local 5 5 3 7[1]: global 11 9 4 11[1]: local 6 6 5 7[1]: global 12 10 9 11assertion array.size() == nents_[ent_dim] * ncomps failed at /tmp/sbosch/spack-stage/spack-stage-omega-h-9.34.1-ry6e6x4xxa2gkvwflqpjxe3umvnyfajj/spack-src/src/Omega_h_mesh.cpp +158assertion array.size() == nents_[ent_dim] * ncomps failed at /tmp/sbosch/spack-stage/spack-stage-omega-h-9.34.1-ry6e6x4xxa2gkvwflqpjxe3umvnyfajj/spack-src/src/Omega_h_mesh.cpp +158==================================================================================== BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES= PID 398929 RUNNING AT instinct= EXIT CODE: 134= CLEANING UP REMAINING PROCESSES= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES===================================================================================YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)This typically refers to a problem with your application.Please see the FAQ page for debugging suggestions
Summary:
The castle example test for omega_h experiences an assertion failure leading to bad termination of the application when run with the following build specs.
Error Output:
Click me!
Build Info:
omega_h build dependencies and spack flags
Spack Maintainers and Others:
@cwsmith
@wspear
The text was updated successfully, but these errors were encountered: