Skip to content
Snippets Groups Projects
README.md 1.32 KiB
Newer Older
audiffren's avatar
audiffren committed
Description:
============

Presentation
------------

This template is just here to show the way that we should present the README for a given application. 

Here I describe that this template is not performing any scientific simulation, and uses no specific library.

Technical information:
----------------------

audiffren's avatar
audiffren committed

* Scientific domain :climate
* Language : Fortran
* Parallelism : MPI + 
* GPU acceleration : No
audiffren's avatar
audiffren committed
* Scalability : high
audiffren's avatar
audiffren committed
* Vectorization: moderate
audiffren's avatar
audiffren committed


Compilation and simulation:
===========================

audiffren's avatar
audiffren committed

audiffren's avatar
audiffren committed

Download:
---------

Information (if needed) about how to get the sources.

audiffren's avatar
audiffren committed

audiffren's avatar
audiffren committed
```
./download.sh
```

Compile:
--------

audiffren's avatar
audiffren committed
See
audiffren's avatar
audiffren committed
```
audiffren's avatar
audiffren committed

audiffren's avatar
audiffren committed
./compile.sh
```

audiffren's avatar
audiffren committed

audiffren's avatar
audiffren committed

Run and validate the simulation:
--------------------------------

For each test case, given in a separate folder (e.g. testcase_small), you can find three scripts:

*  prepare.sh: prepare the simulation (move data to the right location, recompile some minor changes, ...)
*  run.sh : run the application and print out the evaluated metric
*  validate.sh: validation of the simulation on a scientific point of view

For running and validating the simulation, one should be able to do:
```
cd testcase_XXX
./prepare.sh
./run.sh
./validate.sh
```
And getting no error code returned.
Those steps can also be used in a batch file for running the simulation using a job scheduler.