Skip to content
Stefano Zaghi edited this page Feb 3, 2015 · 5 revisions

The tree structure of the Lib_VTK_IO project is the following:

├── CONTRIBUTING.md
├── fobos
├── LICENSE.gpl3.md
├── makefile
├── mpi_benchmark.sh
├── openmp_benchmark.sh
├── README.md
└── src
    ├── IR_Precision.f90
    ├── Lib_Base64.f90
    ├── Lib_VTK_IO.f90
    └── Test_Driver.f90

A minimal manual installation requires the 3 modules:

  1. IR_Precision.f90;
  2. Lib_Base64.f90;
  3. Lib_VTK_IO.f90;

that can be manually downloaded from the GitHub repository. However, to download all the available releases and utilities (fobos, license, readme, etc...), it can be convenient to clone whole the project:

git clone https://github.com/szaghi/Lib_VTK_IO

Alternatively, you can directly download a release from GitHub server:

v1.2.0

Download ZIP ball or TAR one

Stable Release. Fully backward compatible. Modern compiler required.

v1.1.1

Download ZIP ball or TAR one

Stable Release. Fully backward compatible.

v1.1.0

Download ZIP ball or TAR one

Stable Release.

Requirements

Before the download and compile Lib_VTK_IO you must check the requirements.