Skip to content
Snippets Groups Projects
JM Etancelin's avatar
EXT Jean-Matthieu Etancelin authored
Improve tasks operators and graph handle. Improve inter-tasks automatic inserting of RedistributeInter. Better profiling  and task profiler report (statistics over ranks). Add nested problems better graph creation and interaction across levels. Fix overlapping bridges and redistributes. Fix io_utils FS type process safety (deadlock issue with tasks)
4b3b2505
History

Platform Python 2.7 Licence Pipeline Status Docker Pulls

Basics

Download last hysop version:

git clone git@gricad-gitlab.univ-grenoble-alpes.fr:particle_methods/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.