Skip to content
Stefano Zaghi edited this page Jan 8, 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 download a zip archive from the right Download ZIP button on the GitHub repository.

Requirements

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