Ben Cumming

Results 25 comments of Ben Cumming

@sekelle, these issues are not related. In your case, the environment in `environments.yaml` requests a specific version of `[email protected]`. Spack v0.21 will build [email protected] (because in `compilers.yaml` simply requires `gcc@11`)....

Hello @j-ogas. Sorry for the slow reply, I missed this issue. To summarise, you are trying to provide your own `packages/cray-mpich` because the default one provided by Stackinator refers to...

In this case, `dt > min_delay/2` will lead to invalid output because spikes won't be delivered on time. I see that the desire is to "simulate" a zero-delay connection by...

Do you need the model to know about execution parameters? Instead, the `simulation` object could throw during model initialisation, or when `simulation::run` is called, based on all runtime information. This...

The work in this PR was used as the basis for #256, which was merged.