bitpit
bitpit copied to clipboard
Open source library for scientific HPC
Address warning up to safe level /W3 for MSVC bitpit building
Investigate why Link Time Optimization (in Visual Studio context known as Link Time Code Generation /LTCG option) does not work in the current solution. This issue is for potential VS...
In a Visual Studio project, selecting the target build type from cmake is shadowed by the capability of the VS-IDE to do the same. This issue to decide if it's...
Adding compliant option to activate address sanitizer also with the MSVC compiler. The only difference with respect to the current solution in main CMakeLists.txt should be to use the compiler...
In VS-MSVC context, executables linked to dynamic bitpit need dll of bitpit and its deps at disposal (near them or in the system path). This implies that Integration_tests/unit_tests cannot be...
Create a portable petsc installation built with native MSVC compiler for Windows systems. Linked to issue #273 Assess if it's possible: - [ ] from a technical point of view...
Define a way to retrieve bitpit external dependencies as native built MSVC libraries. Actual deps are : 1) libxml2/rapidjson 2) lapack suite 3) petsc 4) boost (required by unit tests...
Rework the provided findPETSC.cmake package to be safely used on VS cmake generated projects. Issue connected to #270
This ensures that memory hold by empty alteration flags will be released when the patch is squzeed.
The problem has been identified by GCC 12.