Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Welcome to Modeling!

ROSS comes loaded with one model Phold. This model is often used to test the speed of ROSS in new systems, specially HPC systems. To find out more ROSS example models, please check out the repos below:

Creating Your Own Model

As you develop your model, the best practice is to do it in a separate git repostroy. Sym-link your model into this folder and CMake will automatically find it for building.

cd ~/Projects/ROSS/models
ln -s ~/Projects/my-model ./

For more details on creating a model please check out ROSS' documentation page.