Kernels icon indicating copy to clipboard operation
Kernels copied to clipboard

This is a set of simple programs that can be used to explore the features of a parallel platform.

Results 39 Kernels issues
Sort by recently updated
recently updated
newest added

I just came across an issue with the stencil code (Fenix version, using OpenMPI 1.7.1 on a 4-node, 64 rank Xeon cluster). Problem size was 3584 and the number of...

enhancement

@bradcray Please let me know how we can help here.

Chapel

Need to investigate but the recent commits have shown a massive regression in some cases.

C++

It will improve the quality of the code if we try to make it Valgrind-clean. Once we get close, we can start running this in Travis.

enhancement

We worked very hard to get everything working in Travis. this demonstrates how to build and run everything, but it would be ideal if we translated this information into documentation...

Travis
build system
documentation

In Stencil, AMR, and Branch some code snippets are written by scripts. These are included in the main program. When you build the code with new command line parameters (for...

PGI has released [Flang](https://github.com/flang-compiler/flang) based on the PGI front-end. We know that the PRKs work with this compiler, thanks to https://github.com/ParRes/Kernels/pull/153 and https://github.com/ParRes/Kernels/pull/154. The only challenge here is building the...

Travis
Fortran

This issues will be closed when the PRK can be built with `CFLAGS=-Wformat -Werror`. We have an enormous number of cases where we pass `long` or a `long long` to...

bug

## What type of issue is this? - [build Error ] Bug in the code or other problem I copyed the make.defs.gcc to make.defs,use g++-11 to make allcxx. I get...

Hello, I'm trying to run the Cxx11 kokkos programs, but when I write "make kokkos" I get the following error: "/usr/bin/ld: cannot find -lkokkos", any chance you have experience compiling...