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.
Clone KVS.fortran repository from GitHub as follows:
$ git clone https://github.com/vizlab-kobe/KVS.fortran.git
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