miniFE icon indicating copy to clipboard operation
miniFE copied to clipboard

MiniFE Finite Element Mini-Application

Results 12 miniFE issues
Sort by recently updated
recently updated
newest added

Kokkos is typically built with CMake these days

I want to build a docker image that contains MiniFE, and I try to download the v2.1.0.But the source code doesn't contain make file,so how to build MiniFE?

Fixes #18 overlapping send and recv buffers. Now different buffers for MPI send and Irecv are used that happen at the same time. I compiled and tested only a limited...

Hi, I ran miniFE's ref version with Intel MPI under the message checker from ITAC (Intel Trace Analyzer and Collector). The message checker detected issues [LOCAL:MEMORY:OVERLAP](https://www.intel.com/content/www/us/en/docs/trace-analyzer-collector/user-guide-reference/2022-2/overlapping-memory.html) and further [LOCAL:MEMORY:ILLEGAL_MODIFICATION](https://www.intel.com/content/www/us/en/docs/trace-analyzer-collector/user-guide-reference/2022-2/how-the-collection-works.html) in...

I am trying to build miniFE with clang-16, but I am getting errors of various kinds. For example: Include. nested too deeply, or, for all ofthe math functions: error: no...

The analytic solution defined in `fem/analytic_soln.hpp` corresponds to a case where the internal heat source term `Q` is zero. In the miniapp code, however, the source term is set to...

For the following codes in miniFE, the comments show that __syncthreads() are not needed in a warp. However, I think __syncthreads() are actually needed to produce correct sum results. I...

From the commit history, I can tell that one major difference between the `openmp-opt` and `openmp` versions is the use of `MPI_THREAD_MULTIPLE` in `openmp-opt`. Are there any other differences between...

Running on a 192 GB dual socket machine. Using the MPI + OMP version in miniFE_openmp_opt export OMP_NUM_THREADS=11 mpirun -n 4 -ppn 4 ./miniFE.x nx=682 ny=682 nz=682 throws an exception...

openmp flag deprecated. Recommended use is qopenmp but fopenmp has backward compatibility.