ExtremeFLOW / neko

/ᐠ. 。.ᐟ\ᵐᵉᵒʷˎˊ˗
https://neko.cfd/
Other
166 stars 29 forks source link

README with JSON-Fortran #1254

Closed MartinKarp closed 5 months ago

MartinKarp commented 5 months ago

To make life easier, removed some more advanced options from the readme and added how to compile json-fortran.

Easier than looking into https://github.com/ExtremeFLOW/neko/blob/develop/.github/workflows/develop.yml for how to compile as I am doing now.

Not perfect, but I think this would be a significant improvement, in particular it's rather easy to copy-paste and get something up and running.

timofeymukha commented 5 months ago

very nice!

MartinKarp commented 5 months ago

Updated a little bit

MartinKarp commented 5 months ago

@timfelle The new lines with more modern cmake command do not work for me it seems, when I do the conventional make && make install it works.

MartinKarp commented 5 months ago

Seems it something do to with --parallel, now it works

timfelle commented 5 months ago

I think i might have swapped them arround, parallel should apparently be after the other one.