eth-cscs / stackinator

https://eth-cscs.github.io/stackinator/
BSD 3-Clause "New" or "Revised" License
19 stars 15 forks source link

Need help in setting up stackinator #154

Closed profkris closed 5 months ago

profkris commented 7 months ago

I am following the stackinator document but it not very clear to me.

I got stuck after executing ./bootstrap

i have created three directories "Build", "Recipe" and "Config" and executed below command stack-config --build $BUILD_PATH --recipe $RECIPE_PATH --system $SYSTEM_CONFIG_PATH

and it was showing that no compilers.yaml file in recipe directory

Kindly guide me to setup the things and explore it.

bcumming commented 7 months ago

The online documentation is a good spot to get started: https://eth-cscs.github.io/stackinator/configuring/

For your specific issue, you need to create a recipe, which is a collection of yaml files that describe the contents of your desired environment. The compilers.yaml file describes compiles that you want to provide.

More details about exactly what is expected in a recipe are documented here: https://eth-cscs.github.io/stackinator/recipes/

If that documentation doesn't help get you started, please reply below.