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

summary page misses some failing tests #63

Open
rhaas80 opened this issue Sep 14, 2023 · 0 comments
Open

summary page misses some failing tests #63

rhaas80 opened this issue Sep 14, 2023 · 0 comments

Comments

@rhaas80
Copy link
Member

rhaas80 commented Sep 14, 2023

In Build 725 test balsara0 fails for 1 process:

but the summary page does not show any failures: https://einsteintoolkit.github.io/tests/build_725.html

Hrishikesh-Kalyanaraman pushed a commit to Hrishikesh-Kalyanaraman/tests that referenced this issue Sep 29, 2023
Submodule arrangements/ExternalLibraries/FFTW3 7bbe10c..64f995e:
  > FFTW3: search in HomeBrew installation directory
Submodule arrangements/ExternalLibraries/OpenCL 328fafd..acf722d:
  > OpenCL: search in HomeBrew installation directory
Submodule arrangements/ExternalLibraries/OpenSSL 5abe630..2c585f3:
  > OpenSSL: search in /opt/homebrew for installed packages
  > OpenSSL: update tar file ot 1.1.1s
Submodule arrangements/ExternalLibraries/PAPI df1fabc..7dc06d5:
  > PAPI: various workarounds for PAPI on macOS M1
  > PAPI: update tar file to PAPI 7.0.0
  > PAPI: search in HomeBrew installation directory
Submodule arrangements/ExternalLibraries/hwloc aec50bd..3fb3343:
  > hwloc: search in HomeBrew installation directory
Submodule arrangements/ExternalLibraries/pciutils a23991c..5fe51b1:
  > pciutils: abort with useful error message on Darwin
  > pciutils: use BEGIN / END MESSAGE for output
Submodule arrangements/ExternalLibraries/pthreads 22af19e..554c0bb:
  > pthreads: search in HomeBrew installation directory
Submodule arrangements/ExternalLibraries/zlib 873fa19..d15d828:
  > zlib: search in HomeBrew installation directory
Submodule flesh 019d841..b39b9f8:
  > Cactus: Implement scalars default to everywhere
  > Cactus: Use `std::shared_ptr` in Piraha
  > Cactus: search in /opt/hombrew in find_standardlib
  > Merged in rhaas/move_genargs (pull request #147)
  > Merged in eschnett/buffer-overflow (pull request #151)
  > Merged in eschnett/parameters-init (pull request #150)
  > Cactus: make pseudo thorn Cactus known to test system
  > Cactus: update config.guess and config.sub
Submodule manifest c59fe7b..11caccf:
  > Merged in fuka_manifest_inclusion (pull request EinsteinToolkit#12)
  > Revert "einsteintoolkit.bib: reformat list of Canuda authors"
  > einsteintoolkit.bib: reformat list of Canuda authors
Submodule repos/FLRWSolver_public 130ee99..f7665db:
  > made parameters restricted so that other thorns can use our parameters if need be (e.g. NewtonEvolve)
Submodule repos/NRPyElliptic 976786d..8bd6375:
  > NRPyEllipticET/test/test.ccl: fixed test name
  > NRPyEllipticET/test/NRPyEllipticET_test_conformally_flat_BBH.par: removed 'Cactus' from the ActiveThorns list
  > NRPyEllipticET/test/test.ccl: updated tolerances
  > NRPyEllipticET/test/test.ccl: updated tolerances
Submodule repos/RePrimAnd f1cf4d9..9826da2:
  > Release version 1.6 * Breaking change in spline EOS file format   EOS of type eos_barotr_spline are now interpolating the soundspeed as   function of density instead pseudo-enthalpy, because otherwise   phase transitions cannot be represented. This required a change in   the file format for this EOS type as well. Old files of type   eos_barotr_spline cannot be read anymore. Files of all other EOS types   are unaffected. * The Python API can now be build also for Python 3.11
  > Service release 1.5.1 This fixes issues EinsteinToolkit#26, issue EinsteinToolkit#27, and issue EinsteinToolkit#28
  > Release version 1.5 -Various fixes of 1.5beta -Improved docstrings of Python interface -Improved HTML documentation -Spline EOS creation does not need pseudo-enthalpy anymore,  can be computed via numerical integration. Similarly, specific  energy is not required for creating isentropic spline EOS. -EOS interface offers description string for logging etc -Tabulated EOS (linear interpolation EOS) is now deprecated in favour  of new spline EOS. Loading (and direct creation) still supported for  reproducability, but there is no saving functionality. -Added some more example EOS files for testing
Submodule repos/Scalar 93ad063..11418fc:
  > Merged in development (pull request EinsteinToolkit#3)
Submodule repos/cactusnumerical dcfeca3..8e80b5c:
  > Slab: support running without MPI
Submodule repos/cactusutils 4080798..71de192:
  > Formaline: correct option name to prevent background gc
Submodule repos/nrpytutorial c6bdddd..44665ed:
  > Merge pull request EinsteinToolkit#63 from zachetienne/scupp/CIchanges
  > Merge pull request EinsteinToolkit#62 from zachetienne/shock_tests
  > Added apt-spy2 for more robust apt-get behavior
  > Added explanation for choice of \tilde{tau}
  > small changes to the erf2D function
  > outputC.py: minor bug fix to Makefile generation routine
  > .github/workflows/github-actions-ubuntu22.yml: Do not install ffmpeg in NRPy+ "UnitTesting" tests, as these tests don't run any notebooks.
  > reference_metric.py: fix CoordSystemName parameter.
  > reference_metric.py: CoordSystemName[100] is a glb_Cparam not a glb_param.
  > github-actions-ubuntu22.yml: run apt-get update before installing things
  > CurviBoundaryConditions/CurviBoundaryConditions.py: internal functions to bcstruct_set_up() should be declared static
  > BSSN/ADM_Initial_Data_Reader__BSSN_Converter.py: Fix compilation warnings. Tutorial-Start_to_Finish-BSSNCurvilinear-Exact_Initial_Data.ipynb: Choose Shifted KerrSchild by default, so we get better code coverage (BrillLindquist is already checked within Tutorial-Start_to_Finish-BSSNCurvilinear-Two_BHs_Collide.ipynb.
  > Merge branch 'master' of github.com:zachetienne/nrpytutorial
  > ADM_Initial_Data_Reader__BSSN_Converter.py: Call Cart_to_xx_...() instead of regenerating its code inline. Also update corresponding tutorial notebook
  > CurviBoundaryConditions/CurviBoundaryConditions.py: Remove unused Cparameter has_outer_boundary
  > Tutorial-Start_to_Finish-Curvilinear_BCs.ipynb: Synchronize with CurviBoundaryConditions/ Python module.
  > CurviBoundaryConditions/CurviBoundaryConditions.py: Call compute_Jacobian_and_inverseJacobian_tofrom_Spherical() from reference_metric.py, not the duplicate version in CurviBoundaryConditions/CurviBoundaryConditions.py; remove duplicate version.
  > Move Tutorial-NS_radial_oscillations.ipynb to in_progress, as this notebook was never quite completed.
  > Move deprecated Sommerfeld directory to Deprecated. Also replace last remaining link to deprecated Sommerfeld notebook with new CurviBC notebook
  > README.md: Add GitHub Actions CI badges for all workflows
  > Major NRPy+ update: Add GiRaFFE_NRPy tests to GitHub Actions; deprecate SemaphoreCI.
  > Major NRPy+ update: Make in_progress-GiRaFFE_NRPy/Tutorial-Start_to_Finish_UnitTest-* run again.
  > Major NRPy+ update: Make in_progress-GiRaFFE_NRPy/Tutorial-Start_to_Finish_UnitTest-GiRaFFEfood_NRPy-Curved_Spacetime_Tests.ipynb run again.
  > Major NRPy+ update: Make in_progress-GiRaFFE_NRPy/Tutorial-Start_to_Finish-GiRaFFE_NRPy-1D_tests-staggered.ipynb work again, with suitable references to Deprecated/.
  > Major NRPy+ update: Update broken links in documentation due to renaming of core Jupyter notebooks. Also deprecate Sommerfeld notebook, as it's completely documented in S2F curviBCs notebooks. Modernize ADM initial data notebook validations. Also several fixes.
  > Major NRPy+ update: Fix notebooks that adopted/documented old ADM spacetime initial data interface.
  > Major NRPy+ update: Fix BaikalETK.
  > Major NRPy+ update: Fix NRPy+ UIUCBlackHole unit test, to reflect the updated default lapse from alpha=1.0 to alpha=W=exp(-2 phi).
  > Major NRPy+ update: Fix some of the BSSN initial data unit tests.
  > Major NRPy+ update: Update ADM spacetime initial data notebooks to be consistent with their respective, updated Python modules.
  > Major NRPy+ update: Move deprecated notebooks and Python modules to Deprecated. _new_way is now the default way!
  > new_way TOV ID S2F and Exact ID S2F notebooks: Make default; move "old way" to Deprecated/
  > UnitTesting/run_NRPy_UnitTests.sh: Comment-out Maxwell for now.
  > NRPyPlus_Tutorial.ipynb: Remove NRPyCritCol temporarily. Will readd after modernization effort completed
  > Move *ScalarField* to in_progress-NRPyCritCol
  > Move in_progress/*SEOBNR* to in_progress-SEOBNR/
  > Move GiRaFFE_NRPy from in_progress/ to in_progress-GiRaFFE_NRPy/
  > Move all Maxwell notebooks to in_progress-Maxwell. Remove from main NRPy+ menu for now. Maxwell notebooks are in serious need of modernization and revision.
  > Tutorial-Start_to_Finish-BSSNCurvilinear-Two_BHs_Collide_new_way.ipynb: Fix a couple typos
  > Tutorial-Start_to_Finish-BSSNCurvilinear-Neutron_Star-Hydro_without_Hydro_new_way.ipynb: Fix documentation, plots, formatting, etc.
  > Tutorial-Start_to_Finish-BSSNCurvilinear-Neutron_Star-Hydro_without_Hydro_new_way.ipynb & Tutorial-Start_to_Finish-BSSNCurvilinear-TOV_Initial_Data_new_way.ipynb: Update/improve documentation
  > Tutorial-Start_to_Finish-BSSNCurvilinear-Neutron_Star-Hydro_without_Hydro_new_way.ipynb: Update function calls to latest version of BSSN/ADM_Initial_Data_Reader__BSSN_Converter.py
  > Tutorial-Start_to_Finish-BSSNCurvilinear-TOV_Initial_Data_new_way.ipynb: Update to latest ADM_Initial_Data_Reader__BSSN_Converter interface
  > Tutorial-ADM_Initial_Data_Reader__BSSN_Converter.ipynb & ADM_Initial_Data_Reader__BSSN_Converter.py: Do not register C functions automatically, as this removes the possibility for parallel codegens
  > Tutorial-ADM_Initial_Data_Reader__BSSN_Converter.ipynb & BSSN/ADM_Initial_Data_Reader__BSSN_Converter.py: Update driver function name
  > Tutorial-ADM_Initial_Data_Reader__BSSN_Converter.ipynb & BSSN/ADM_Initial_Data_Reader__BSSN_Converter.py: Overhaul documentation. Minor tweaks to Python module.
Submodule simfactory f0aaf8c..92578fd:
  > Hard-code libs for ADIOS2
  > Add gfortran
  > Fix cfg file for db-sing-nv
  > Updates to running CarpetX
  > Add the ability to use the singularity image on db to compile and run with the cpu
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