libsc icon indicating copy to clipboard operation
libsc copied to clipboard

The "sc" auxiliary library

Results 12 libsc issues
Sort by recently updated
recently updated
newest added

Composite actions avoid duplicating YaML. In coming weeks as ubuntu-24.04 runners become available I would add more compilers. This PR lays the groundwork to avoid duplicating so much YaML via...

over time Github Actions runners change, and this fixes that change that needs libtool installed.

**Description** I don't get what the purpose of this macro is, but the compiler complains that it declares a function which is never called. ``` In file included from /Users/adutka/hopps/tpls/t8code/sc/src/sc.h:210:...

**Description** There is the process when building libsc with Cygwin: 1. clone the github code ; 2. run ./bootstrop ; 3. ./configure (without mpi) 4. make 5. make install Because...

investigate

Currently, the `sc_puff` symbol is exported, even when it is completely unused (i.e. when using zlib). 1. sc_puff.c should not be included in the library when using zlib 2. sc_puff...

question

At your convenience (nothing is depending on this) it looks like OpenMP was never really used in CMake libsc. If so, just removing it to not have unused options in...

While tinkering with libsc's CMake build system, I stumbled upon this code snippet: https://github.com/cburstedde/libsc/blob/d147b82044b3a42ae223dc7c007662e757f80994/cmake/config.cmake#L100-L106 There, the if statement is always taken as the `$` is missing before `CACHE{SC_ENABLE_MPI}` and thus...

bug

The CI fails occasionally on github workflow updates. @scivision addresses these issues on a regular basis; thanks! Considering our focus on long-term support: Can we do something to make our...

enhancement

# Change file extension of README Issue: Currently, the README uses markdown formatting that is not recognized by github. Proposed changes: By adding the .md extension to README, github will...

enhancement