This template is just here to show the way that we should present the README for a given application.
YALES2BIO is a red blood flow solver. It is used for the analysis of medical devices in contact with blood such as flow diverters, Ventricular Assist Devices, extra corporal circulation, artificial heart and valves, cytometers among others. Optimizing such devices requires dealing with both macroscopic (pressure loss, residence time, wall shear stress, turbulence) and microscopic (blood cells deformation and interaction with other cells or solid boundaries) features.
Here I describe that this template is not performing any scientific simulation, and uses no specific library.
@@ -28,9 +27,8 @@ Here we describe the different phases from the download to the validation of the
Download:
---------
Information (if needed) about how to get the sources.
The sources are available in a tarball and correspond to a stable release. To un-tar this release, run
For instance:
```
./download.sh
```
...
...
@@ -38,9 +36,12 @@ For instance:
Compile:
--------
Information (if needed) about how to compile the application.
To compile the code, several librairies are needed:
* hdf5 in sequential (works with the 1.8.17 version)
* parmetis
* scotch
For instance:
Then, a Makefile.in is needed. For IRENE, OCCIGEN and JEAN-ZAY platforms, this file is already made. For another platform one has to write it. An example can be found in...