-
A user has encountered a compilation error within RapidJSON on a HPC system
+ CentOS 7.9
+ CUDA 11.6
+ GCC 11.3.0
```
[ 76%] Building CXX object _deps/flamegpu2-build/FLAMEGPU/CMakeFiles/flam…
-
I get the error:
```
.../build/_deps/flamegpu2-src/include/flamegpu/detail/cuda.cuh(111): error: namespace "std" has no member "uint64_t"
```
when I follow the build according to the instructions.…
-
+ [x] Bump version number to 2.0.0-rc.3 https://github.com/FLAMEGPU/FLAMEGPU2/pull/1257
+ [x] Update tutorial
+ [x] Update c++ template repo
+ [ ] Maybe update python template repo - readme is old,…
-
WP 2.4 of the BBR grant is to "Enhance GPGPU functionality using FLAME GPU":
> We will also significantly enhance Chaste GPGPU functionality by utilising [FLAME GPU](https://github.com/FLAMEGPU/FLA…
-
In the past few months Google Collab has updated the Python version twice, in both cases breaking the pyflamegpu install.
Would be nice if wheel selection could be automated.
https://github.com/…
-
> Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-0…
-
`PrettyWritter` extends the `Writer` class but the base class methods are not virtual and as such if a pointer to a `PrettyWriter` is cast to a `Writer` the default behaviour is that output is not wri…
-
Cmake uses the appropriate compiler based on the extension of teh file. i.e `.cpp` files will use `g++` while `.cu` files will use `nvcc`.
Visual studio with cuda enabled will pass all files through…
-
The RSE COM Newsletter now includes a section on software that has been released.
This was something @ns-rse suggested and has taken responsibility for.
A [form](https://forms.gle/9vsUxzZiTtByX8…
-
Currently 2 environment variables are required to jitify/rtc compilation:
+ `CUDA_PATH` pointing to the root of the relevant CUDA version
+ `FLAMEGPU2_INC_DIR` pointint to `flamegpu2_dev/include`
…