Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 604 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 604 Bytes

spack_recipes

Spack recipes for Arcane and Alien

You need at least spack version 0.21.2

Before using spack, you have to add this directory to the spack repo list with the following command:

spack repo add /path/to/this/repository

To compile Arcane in Debug mode:

spack install arcane build_type=Debug build_mode=Debug

To compile Arcane in Check mode:

spack install arcane build_mode=Check

To compile Arcane in Release mode:

spack install arcane build_mode=Release

To compile Arcane with Alien

spack install arcane +alien