Skip to content
forked from C2SM/spack-c2sm

Repository for mch spack config and repo files

License

Notifications You must be signed in to change notification settings

leuty/spack-c2sm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The C2SM Spack Deployment

Spack is the package manager used by C2SM and MeteoSwiss to install and deploy our software on supercomputers mostly at the Swiss Super Computing Center (CSCS)

Documentation Status

Detailed C2SM/MeteoSwiss spack documentation

More about spack in general : Official Spack documentation.

Quickly build your local cosmo with spack:

  • Tsa
module load python/3.7.4
source /project/g110/spack/user/tsa/spack/share/spack/setup-env.sh # Source spack instance
spack info cosmo # Check available options 
spack spec cosmo # Check if your spec is precised enough, else precise more options
spack devbuildcosmo cosmo@dev-build # -t option for test, -c for clean build usually cosmo@dev-build%pgi is enough
  • Daint
module load cray-python
source /project/g110/spack/user/daint/spack/share/spack/setup-env.sh # Source spack instance
spack info cosmo # Check available options 
spack spec cosmo # Check if your spec is precised enough, else precise more options
spack devbuildcosmo cosmo@dev-build # -t option for test, -c for clean build usually cosmo@dev-build%pgi is enough

About

Repository for mch spack config and repo files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%