Mantevo / miniFE

MiniFE Finite Element Mini-Application
http://www.mantevo.org
GNU Lesser General Public License v3.0
29 stars 32 forks source link

How to build MiniFE #20

Open hello-sources opened 1 year ago

hello-sources commented 1 year ago

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?

maherou commented 1 year ago

The basic makefile is here: https://github.com/Mantevo/miniFE/blob/master/ref/basic/makefile

There are others in the same directory

keitaTN commented 3 months ago

Is there any instructions to build the Kokkos version?

maherou commented 3 months ago

There is a makefile in kokkos/src/Makefile but I don’t know if it is up to date