mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
14f6472d34
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
16 lines
507 B
Text
16 lines
507 B
Text
MFEM is a free, lightweight, scalable C++ library for finite element
|
|
methods.
|
|
|
|
|
|
Building options that can be set using the environment variable:
|
|
- OMP=yes, use OpenMP.
|
|
- MPI=yes, use MPI (requires a MPI implementation either mpich or
|
|
openmpi and the hypre and metis package.
|
|
- CUDA=yes, requires the CUDA toolkit.
|
|
- TESTS=yes, to run the tests.
|
|
|
|
Compiling the examples:
|
|
# mkdir mfem-examples; cd mfem-examples
|
|
# cp -av /usr/share/mfem-4.5/{data,examples} .
|
|
# make -C examples
|
|
# make
|