Skip to content
Snippets Groups Projects
Jean-Matthieu Etancelin's avatar
EXT Jean-Matthieu Etancelin authored
rollback the OpenCL advection kernel to previous version (standard + bilinear velocity interpolation in bilevel configuration). Need to improve the cache line and the interpolation order (see #35)
3a2d689d
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.