Robert Chisholm

Results 78 comments of Robert Chisholm

I honestly don't see the value in pausing before agents. But sure, will get around to it when I have time, need to remind myself of all these changes.

![image](https://user-images.githubusercontent.com/742154/196653506-fdef14c2-9031-4510-a56c-38343ec6a2b9.png) Tried logging in with ORCID, but it failed after I told ORCID to authorize me.

Fujitsu raised interest in simulation checkpointing.

Full RelWithDebug stack trace, from a build of the [v2.0.0-rc](https://github.com/FLAMEGPU/FLAMEGPU2/releases/tag/v2.0.0-rc) tag. ``` #0 0x00002aaac2bd6cb5 in ?? () from /lib64/libcuda.so.1 #1 0x00002aaac2ca4cb5 in ?? () from /lib64/libcuda.so.1 #2 0x00002aaabe6046f3 in destroy_module...

I could potentially modify the erroring case to make it seeded, and see whether that makes it deterministic. All that is changing in each case is the body of an...

> Possibly pack the include headers into the executable? (this seems daft) It's certainly unusual, however current headers dir is 503kb, size of the smallest debug executable on windows is...

That's a good shout, I didn't consider it tbh. I'd just need to check each platform's way of getting binary location. Trivial addition. https://stackoverflow.com/a/1528493/1646387

Worth noting, the Python wheel now includes the RTC headers. Though C RTC binaries don't.

#1074 Adds GLM headers to Python wheels (as this seems compliant with the license as that's packaged too) and setups up `GLM_INC_DIR` environment variable to override path.

^ Have added that now (albeit not bothered changing built in examples)