pi_examples
pi_examples copied to clipboard
A lot of ways to run the same way of calculating pi. Some of them are dumb.
I haven't dug into the code, but I noticed that running the `c_hybrid_mpi+openmp_dir` example on a Grace-Grace system it doesn't seem to use multiple threads, setting the environment variable `OMP_NUM_THREADS`...
Hello! It looks like this repository is still active and being used. This request is to get ready to [transfer this repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository) to @UCL-ARC. If you have admin privileges here...
[`OhMyThreads.jl`](https://github.com/JuliaFolds2/OhMyThreads.jl) is a new-ish package which provides user-friendly threading constructs, for example it comes with a multithreaded map reduce, which is perfect for this program. Compare the implementation in this...