miniAMR
miniAMR copied to clipboard
MiniAMR Adaptive Mesh Refinement (AMR) Mini-App
Hello, I am from Samsung Semiconductor, Inc. and analyzing proxy apps that are of interest to Sandia. I am able to build and run the reference MPI version of miniAMR....
 I want to run miniAMR with 64 or 512 processors, but when i submit the job, it will be killed due to some unkown reasons. I guess it is...
 application called MPI_Abort(MPI_COMM_WORLD, -1) - process 0 number of processors used does not match number allocated I meet a problem that MPI_Abort failed , I cannot solve it ,...
https://github.com/Mantevo/miniAMR/issues/10
This branch just changes the bp->array data structure from a float**** to a float*. This makes miniAMR run faster thanks to working with contiguous data.
This fix is for the stencil_calc function, the one executed by default. This should fix issue #6 for stencil_calc
In the readme, miniAMR versions are described as miniAMR_ref and miniAMR_serial. However, in the directory there is only openmp and ref folders. In the README, miniAMR_ref is defined as self-contained...
I was able to test it on Openmpi-3.0.0 and it worked fine. However, when I moved my system to 4.0.0 I was hit with an error at this line. ierr...