Skip to content
Snippets Groups Projects
Commit 2b8b59b2 authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Update README.md

parent af14b29e
No related branches found
No related tags found
No related merge requests found
Basics
======
Download last hysop version :
code::
Download last hysop version:
git clone git@gitlab.com:LJK/hysop.git
build::
build
mkdir build
cd build
cmake path-to-hysop
make
make install
cd build
cmake path-to-hysop
make -j N
make install
N number of available mpi processes.
run in python interactive session::
run in python interactive session:
import hysop
or using command-line::
or using command-line:
mpirun -np 4 python yourfile.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment