bitpit icon indicating copy to clipboard operation
bitpit copied to clipboard

Open source library for scientific HPC

Results 96 bitpit issues
Sort by recently updated
recently updated
newest added

Address warning up to safe level /W3 for MSVC bitpit building

enhancement
P3 - Low

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...

enhancement
P3 - Low

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...

enhancement
P3 - Low

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...

enhancement

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...

enhancement
P1 - High

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...

enhancement
P1 - High

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...

enhancement
P1 - High

Rework the provided findPETSC.cmake package to be safely used on VS cmake generated projects. Issue connected to #270

enhancement
P1 - High

This ensures that memory hold by empty alteration flags will be released when the patch is squzeed.

enhancement
M - patchkernel

The problem has been identified by GCC 12.

bug
M - discretization