Skip to content

ROSS-org/template-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

If you are creating your own model feel free to fork this repository. As you develop, please replace "model" with appropriately descriptive names for your variables, files, and functions.

Installation

This model can be built by ROSS by sym-linking it into the ROSS/models directory and building with -DROSS_BUILD_MODELS=ON

git clone https://github.com/ROSS-org/ROSS
git clone https://github.com/ROSS-org/template-model
cd ROSS/models
ln -s ../../template-model ./
cd ../
mkdir build
cmake ../ -DROSS_BUILD_MODELS=ON
make

About

Model template for ross-org/ROSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published