miniqmc
miniqmc copied to clipboard
QMCPACK miniapp: a simplified real space QMC code for algorithm development, performance portability testing, and computer science experiments
For intel offload targets, OpenMP initialization is stuck in hanging state if the user has 'libomp-dev' package installed on system. The package adds a symbolic link 'libiomp5.so -> libomp.so'. The...
Attempting to build the Kokkos branch of miniqmc on OLCF Summit gives the following error: ``` /gpfs/alpine/csc452/proj-shared/perf_port_builds/kokkos/core/src/Kokkos_View.hpp(848): error: static assertion failed with "" detected during: instantiation of "void Kokkos::View::check_operator_parens_valid_args(Is...) [with...
Hi, Sorry if that issue already exists, I have not found it. I am working with J. Kim on the optimization of QMC-pack, which supports the new, LLVM-based, Intel compiler...
Hi, I open this issue to discuss the possibility of extracting key miniQMC kernels into standalone files. Indeed having some standalone kernels will help the collaboration between QMCPACK and other...
1. both CPU and CUDA implementation will be ported. 2. unit tests are ported.
My rough ideas for incorporating asynchronous computation but hide the detail at the lowest possible level. Since we have limited confidence in applying a tasking programming model to the whole...
Assuming we have learned all we need for the Exascale project from the current version of the miniapp, we need to ask whether we need to make a new version...
configuration for miniqmc pycicle CI https://cdash-minimal.ornl.gov/cdash/index.php?project=miniqmc using https://github.com/PDoakORNL/pycicle/tree/forked_repo_handling
Needed by #239. The CUDA infrastructure will be need. One way of doing this is copying everything from QMCPACK. However, I noticed one_code branch has some CUDA infrastructure as well....