Skip to content
Stefano Zaghi edited this page Nov 4, 2015 · 1 revision

The tree structure of the VecFor project is the following:

├── CONTRIBUTING.md
├── fobos
├── LICENSE.bsd-2.md
├── LICENSE.bsd-3.md
├── LICENSE.gpl3.md
├── LICENSE.mit.md
├── README.md
└── src
│   ├── lib
│   │   └── vecfor.F90
│   └── tests
│       ├── fobos
│       └── simple.f90

A minimal manual installation requires the 1 module

  • vecfor.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/VecFor

Alternatively, you can directly download a release from GitHub server, see the ChangeLog.

Requirements

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

Clone this wiki locally