scivision

Results 41 issues of scivision

A placeholder--may at least make this an optional `obs3_fast` module

At first thought, it seems like batch conversion of RINEX to NetCDF could be greatly sped up by using coroutines (asyncio). When time permits, let's consider this enhancement.

enhancement

I have tried this with MinGW/MSYS2, Mac/Clang, Linux/GCC, Visual Studio and in all cases when running "game" executable I get a segfault in world.cpp on updating sprite. I am using...

To help development and debugging as well as use on systems without sound hardware or sound libraries, enable option to build without sound on Windows, MacOS, Linux and similar. By...

CPack only works with relative install() paths. This ignores the absolute paths in cache. It may be that the absolute paths aren't needed anymore since this is built into CMake,...

Build Env

Fixes https://github.com/markcwill/hashpy/issues/7 concurrently updated import syntax so that I can load the test.

HDF5 builds with MPI almost completely except for `ph5diff`, on CentOS 8 with either GCC 8.5 or Intel oneAPI 2021.3. One change I made is adding the line to "src/HDF5/tools/src/h5diff/ph5diff_main.c":...

CMake >= 3.12 required for CMAKE_CXX_STANDARD 20 Actually build in release mode add -Wall This works with all compilers tried (Clang, GCC, Visual Studio, Intel oneAPI, NVIDIA HPC)

Modernize CMake: works with all compilers tried (GCC, Clang, Visual Studio, NVIDIA HPC, Intel oneAPI). Modern CMake emits warnings for minimum version < 3.5. CMake >= 3.10 has modern OpenMP...

* to set default build type, it must be done before `project()` * use simpler `list(APPEND` to avoid typos * use generator expressions rather than CMAKE_C_FLAGS * correct use of...