Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 643 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 643 Bytes

KVS.fortran

KVS.fortran is a Fortran interface implemented by using KVS. By using fortran modules provided from KVS.fortran, visualization applications can be esily developed for scientific simulation dataset.

Installation

Pre-requisities

Build

Clone KVS.fortran repository from GitHub as follows:

$ git clone https://github.com/vizlab-kobe/KVS.fortran.git

Lib

Build KVS.fortran library required to compile each application in App.

$ cd KVS.fortran
$ cd Lib
$ ./kvsmake.py

If necessary, rebuild the library as follows:

$ ./kvsmake.py rebuild