Decapodes.jl icon indicating copy to clipboard operation
Decapodes.jl copied to clipboard

use pmap in literate examples

Open jpfairbanks opened this issue 1 year ago • 3 comments

The examples might not have been updated to component arrays, but this will compute all the examples in parallel if you have multiple threads of julia running

jpfairbanks avatar Jan 25 '24 16:01 jpfairbanks

@quffaro Are our actions launched with julia --threads=auto, or some environment variable accomplishing the same set?

lukem12345 avatar Jan 25 '24 17:01 lukem12345

Currently, the .github repo does not pass a thread flag. Our branch for standing up buildkite #186 (feature-buildkite) is currently passing a request to srun for 32 cores and julia -t 32 in the script it executes.

quffaro avatar Jan 25 '24 17:01 quffaro

This will likely close issue #174 on merging

lukem12345 avatar Jan 25 '24 17:01 lukem12345