axom
axom copied to clipboard
CS infrastructure components for HPC applications
# Simplify communication loop in DistributedClosestPoint class - This PR is a refactoring - It does the following (modify list as needed): - Removes the "skip" messages in the communication...
A user requested the ability to read in Pro-E tet meshes for our shaping capability. The ascii format for this is supposed to be: ``` … … ``` For MPI-based...
We should benchmark the performance of `axom::Array`, `axom::ArrayView` and `sidre::Array` against other array libraries, e.g. `std::vector` (and possibly `mfem::Array`), to make sure there are no bottlenecks.
We began CI testing of a subset of our installed examples in PR #225. Specifically, we are now testing our `using-with-cmake` and `using-with-blt` examples for all CPU-based host-configs. To further...
Tasks from #778 that still remain: - [x] The shared TPLs are currently located at /usr/WS1/axom/libs/toss_4_x86_64_ib_cray_temp_dir/. The expected build_src.py default, /usr/WS1/axom/libs/toss_4_x86_64_ib_cray/, is a private user-only directory from someone that has...
From LC: We are planning to switch most of Tioga from Slurm to Flux for workload management on Tuesday, 8/30, at 8:00 AM. We will leave a few nodes in...
This PR migrates the gpu porting confluence page into the Developer Guide sphinx docs. Link to this branch's ReadTheDocs: https://axom.readthedocs.io/en/docs-han12-porting/docs/sphinx/dev_guide/gpu_porting.html
[axom-tests.log](https://github.com/LLNL/axom/files/9388826/axom-tests.log)
``` /disk-samsung/freebsd-ports/science/axom/work/axom-0.6.1/src/axom/quest/interface/signed_distance.cpp:37:23: error: no type named 'OMP_EXEC' in namespace 'axom' using ExecOMP = axom::OMP_EXEC; ~~~~~~^ /disk-samsung/freebsd-ports/science/axom/work/axom-0.6.1/src/axom/quest/interface/signed_distance.cpp:38:47: error: use of undeclared identifier 'ExecOMP' using SignedDistance3DOMP = SignedDistance; ^ /disk-samsung/freebsd-ports/science/axom/work/axom-0.6.1/src/axom/quest/interface/signed_distance.cpp:39:47: error: use...
When -DAXOM_ENABLE_TESTS=ON cmake reconfigures the project but then it says that there is nothing to compile and no 'test' target: ``` -- Configuring done -- Generating done -- Build files...