miniWeather icon indicating copy to clipboard operation
miniWeather copied to clipboard

A parallel programming training mini app simulating weather-like flows

Results 8 miniWeather issues
Sort by recently updated
recently updated
newest added

Add Julia port of miniWeather. * Tested on Crusher * Requires modules: julia, cray-parallel-netcdf * Requires Julia packages: ArgParse, MPI, NCDatasets, OffsetArrays, Libdl, Printf

Support added for the C++ standard parallel algorithms. The changes have been tested with NVHPC 21.11 on both multicore CPU and GPU. To build with GPU, add `-DSTDPAR_FLAGS='-stdpar=gpu'`. To build...

Hello, I'm porting YAKL to a new platform, and I want to use this project to measure the performance of my own port of YAKL. Due to limitation of our...

There are duplicated comments mainly because of pasting code, where `z-direction second` is repeted. ```c if (direction_switch) { //x-direction first semi_discrete_step( state , state , state_tmp , dt / 3...

This PR adds several versions of the code using C++ standard parallel algorithms. In the `c` directory there are 4 new versions that are the product of Serial and MPI...

This PR introduces a new version of the MiniWeather benchmark based on the CUDASTF programming model. CUDASTF is shipped in NVIDIA's CCCL project, and implements task-parallelism as a C++ header...

Added the new link for Parallel-NETCDF

The original repository: https://svn.mcs.anl.gov/repos/parallel-netcdf has been migrated to here https://github.com/Parallel-NetCDF/PnetCDF