Skip to content
Snippets Groups Projects
user avatar
Franck Pérignon authored
- set precision kind as a input parameter; fix f2py bug
- update fftw interface (fortran) and diffusion op
f07ca9ac
History

Basics

Download last hysop version:

git clone git@gitlab.com:LJK/hysop.git

build

mkdir build
cd build
cmake path-to-hysop
make -j N
make install

N number of available mpi processes.

run in python interactive session:

import hysop

or using command-line:

mpirun -np 4 python yourfile.py

check examples directory for complete simulation cases.