rookiehpc.github.io icon indicating copy to clipboard operation
rookiehpc.github.io copied to clipboard

A website covering major HPC technologies, designed to welcome contributions.

Results 42 rookiehpc.github.io issues
Sort by recently updated
recently updated
newest added

No documentation or examples for simd directives in OpenMP. simd directives are available in the OpenMP API specifications: Version 5.0 November 2018. It allows for compiler vectorization of loops. Documentation...

One can not assume `MPI_Barrier()` could synchronize the shared memory read and write. For the example, https://github.com/rookiehpc/rookiehpc.github.io/blob/main/mpi/docs/mpi_win_allocate_shared/example_1.c, a fix would be ``` MPI_Win_allocate_shared(..,&window); MPI_Win_lock_all(MPI_MODE_NOCHECK, window); *window_buffer = 100; // make...

Yours is the most readable MPI manual I've found - thank you! I was hoping to see MPI_File_write.

When accessing an exercise, such as the [MPI hello world](https://rookiehpc.github.io/mpi/exercises/exercise_1/index.html), the navigation path shows `... > Exercises > undefined`. The reason is the `rk.js` script loads the property `RK.NamePN`, which,...

bug
exercise

Hi! Thank you for the great website. I've followed the project for a long time and I really appreciate all of the work to help make HPC programming concepts more...

enhancement

The URL to say `MPI_Comm_size` has changed between the two versions of the RookieHPC website: - `/mpi/docs/mpi_comm_size.php` in the original website - `/mpi/docs/mpi_comm_size/index.html` in the website v2 When the domain...

enhancement

documentation
mpi
missing