Mathematics good first issues

42 open issues currently match Mathematics with the default 10+ star filter. This is the homepage feed limited to repositories tagged Mathematics.

All issues · Browse projects · How to find good first issues

Showing 3 of ~42 matching filters (10+ stars · Mathematics)

List
LLNL/spheral

CMake Spheral configuration flag name convention.

AI summary

Rename existing CMake configuration options in the Spheral++ project that follow the pattern `ENABLE_XXX` to `SPHERAL_XXX`. Additionally, ensure that compile-time definitions referenced in the source code match the corresponding CMake variable names, maintaining consistency with changes made in issue #379. This involves reviewing and updating CMakeLists.txt files and source code.

good first issuebuild system
66Mathematics · Geometry
Difficulty
3/5
LLNL/spheral

Flattening C++ Instantiation Files

AI summary

Investigate if compiling Spheral's 1D, 2D, and 3D instantiations into a single file significantly improves parallel build times on Lawrence Livermore National Laboratory (LLNL) systems. This involves measuring compile times with the current separate instantiation files and comparing them to compile times with a consolidated file.

enhancementgood first issuebuild system
66Mathematics · Geometry
Difficulty
3/5
LLNL/spheral

Change ENABLE_CXXONLY to SPHERAL_ENABLE_PYTHON

AI summary

Rename the CMake variable `ENABLE_CXXONLY` to `SPHERAL_ENABLE_PYTHON` and refactor the codebase to use the new variable consistently. This improves code readability by making the conditional logic for Python bindings more explicit.

enhancementgood first issuebuild system
66Mathematics · Geometry
Difficulty
3/5

Also browsing: Software Development , AI/ML , Uncategorized