summaryrefslogblamecommitdiffstats
path: root/academic/mfem/README
blob: 96f8496889b17a9847a3d1060c3141ab43804103 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                      
  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