This repository was archived by the owner on Apr 6, 2026. It is now read-only.
ExaGO ChatGrid Dynamic Loading of JSON Files#202
Closed
maksud wants to merge 3 commits into
Closed
Conversation
* Upgrade to Spack v1.1.1 and related fixes. * Increment registry version. * depend on spdlog and fmt when exago@develop. * Spack repo add in CI. * Try ghcr.io/ornl instead of ghcr.io/pnnl. * Always freshly build ExaGO in CI. * Add 'testing' option to ExaGO Spack package (independent from Spack's --run-tests. * Update HiOp Spack package to default to sparse build. * Only test objective with PBPOLRAJAHIOP if EXAGO_ENABLE_RAJA. * Set TESTING_MAX_NUMPROCS. * Remove ipopt~mumps requirement from ExaGO package. * GREATER --> GREATER_EQUAL in MAX_NUMPROCS comparison. * fail-fast: false in GH-Actions to ensure all jobs in the matrix run. * Use TESTING_MAX_NUMPROCS in functionality tests. * Guard FUNCTIONALITY_TEST_SOPFLOW_SCENARIO_*_GPU with EXAGO_ENABLE_GPU. * Fix model/dependency combination for objective unit test. * Use TESTING_MAX_NUMPROCS in run_test_logger. * Fix solver/model/dependency combination for objective unit test. * Verbose spack install package in GH-Actions. * Print message with TESTING_MAX_NUMPROCS. * Fix FUNCTIONALITY_TEST_SOPFLOW_SCENARIO3 dependencies. * Use exago_add_test built-in utility to fix dependency requirements. * Fix EXAGO_ENABLE_HIOP_SPARSE definition scope. * mumps+mpi in GH-Actions. * Fix EXAGO_ENABLE_HIOP_SPARSE definition scope. * Use the same PETSc configuration in GH-Actions as Frontier. * Remove --verbose from spack install in GH-Actions. * CMAKE_SOURCE_DIR/build --> CMAKE_BINARY_DIR in CTEST_CUSTOM_PRE_TEST and CTEST_CUSTOM_POST_TEST.
Collaborator
|
I suggest this branch is rebased first and PR reopened then. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge request type
Relates to
This MR updates
Summary
This MR adds the feature of loading JSON Files into the ChatGrid visualization tool. A user can see a set of pre-configured compatible JSON files for visualization and also an user can upload the json file for visualization.