KVS.fortran

May 2, 2023 ยท View on GitHub

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