Skip to content

gantech/fastv8DriverProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://[email protected]/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/