We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With mfem master and hypre built with CUDA support, make tests show failing tests.
mfem
hypre
make tests
The text was updated successfully, but these errors were encountered:
@camierjs is this still an issue?
Sorry, something went wrong.
Tested with mfem master, 4.4 and 4.5, hypre master with CUDA support, the make tests or make 1 still show failing tests:
4.4
4.5
make 1
diff --report-identical-files RESULTS.dat BASELINE.dat 5c5 < step = 0137, dt = 0.000459, |e| = 2.8284271247e+01 --- > step = 0413, dt = 0.000470, |e| = 3.2012077410e+01
and
KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 4 -dim 3 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 7 -dim 3 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 1 -dim 2 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 2 -dim 2 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 5 -dim 2 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 1 -dim 3 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 7 -dim 2 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 2 -dim 3 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 6 -dim 2 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 0 -dim 3 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 4 -dim 2 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 6 -dim 3 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 5 -dim 3 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 0 -dim 2 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 3 -dim 2 -fa KO: jsrun -n 1 ./laghos -cgt 1.e-14 -rs 0 --checks -p 3 -dim 3 -fa
camierjs
No branches or pull requests
With
mfem
master andhypre
built with CUDA support,make tests
show failing tests.The text was updated successfully, but these errors were encountered: