core
core copied to clipboard
parallel finite element unstructured meshes
We need to that a case where the first argument, the input model, is not `none`: https://github.com/SCOREC/core/blob/d7cc6c8341e8154a3e33f4746a044d4ebfd84178/test/testing.cmake#L231-L244 This caused problems with a downstream tool: https://github.com/SCOREC/gmshToPumi/issues/2 Note, the `test/gmsh.cc` (`from_gmsh`) command...
[log](https://freebsd.org/~yuri/scorec-core-2.2.8-tests.log) Version: 2.2.8 clang-16 FreeBSD 14.0 STABLE
Errors/warnings: ``` /usr/ports/math/scorec-core/work/core-2.2.8/pcu/reel/reel.c:62:13: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'const char *' [-Wincompatible-pointer-types] reel_fail(stderr, "reel_protect only supported on Linux and OS...
This issue is to document functionality and features added to PUMI 2.2.9 since the [2.2.8 release](https://github.com/SCOREC/core/issues/383). New functionality or feature support: - Capstone mesh and model API support: https://github.com/SCOREC/core/pulls?q=label%3Av2.2.9+label%3Acapstone -...
There are memory leaks in the capCyl, capCube, and capWing tests. I think most of them are confined to the capstone library. There is one that might be associated with...
environment ``` module use /opt/scorec/spack/rhel9/v0201_4/lmod/linux-rhel9-x86_64/Core/ module load gcc/12.3.0-iil3lno mpich/4.1.1-xpoyz4t cmake module load simmetrix-simmodsuite module load zoltan ``` cmake configure command ``` cmake -S core -B buildPumiOptoffSimonOmegaoff -DBUILD_SHARED_LIBS=on -DCMAKE_C_COMPILER=mpicc -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_Fortran_COMPILER=gfortran...
Hi, I'm trying to generate large meshes (e.g. the one that I just generated had 657117285 tetra cells) with SimModeler. The SimModeler parallel generation uses ~150Gb of memory for 10...
## Prepare and write CGNS boundary connectivity and ZoneBC in one base This is a WIP as we hope to coordinate the code development through this PR. Currently SCOREC/core prepares...
This mostly consists of changing `auto` types to their actual types. This also depends on #391 for me to be able to build with CGNS enabled locally (see the `TEMP`...