Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.18 KB

Driver Program for FAST v8

I plan to use this repository to build a lightweight driver program for FASTv8 in C++. I will build on FAST_Prog.c developed by Bonnie Jonkman at NREL and various other programs shown below.

This is configured to run only on Linux systems with the gnu compiler for now. When this project is complete, it will be an example to couple with any simulation package in C++ with FASTv8.

To compile this on NREL Peregrine, do

git clone https://USERNAME@github.com/gantech/fastv8DriverProgram.git
cd fastv8DriverProgram
COMPILER=<gnu/intel> BUILD=<debug/release> LAPACK=<lapack/mkl> install.sh

This repo also contains some development notes using Python Sphinx at fastv8DriverProgram/fastv8/doc/