Skip to content
Snippets Groups Projects
Commit f597af50 authored by Daniele Di Bari's avatar Daniele Di Bari Committed by Eleni Mathioulaki
Browse files

Added G100 site-config files (tested on version 23.02)

parent 416f1344
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
module load profile/global
module load spack/preprod-0.18.1-01
export SYSTEMNAME='g100'
#mkdir -p ../../../ebrains-spack-builds_cineca
#spack-python ../ymerge.py ../../spack.yaml spack.yaml > ../../../ebrains-spack-builds_cineca/spack.yaml
#ln -f -s $(pwd)/../../site-config ../../../ebrains-spack-builds_cineca/site-config
cd ..
cd ..
cd ..
spack env activate ebrains-spack-builds_cineca
#spack concretize -f 2>&1 | tee cineca_setup.log
rm ebrains-spack-builds_cineca/spack.lock
spack install --test root 2>&1 | tee cineca_install.log
config:
install_tree:
root: /g100_work/PROJECTS/spack/preprod/01/ccsdeploy/spack_deploy/envs/ebrains_23.02_pmi/install
modules:
default:
roots:
tcl: /g100_work/PROJECTS/spack/preprod/01/ccsdeploy/spack_deploy/envs/ebrains_23.02_pmi/modules
packages:
all:
# collab-specific settings
target: [x86_64]
compiler: [gcc@10.2.0]
openmpi:
# version from spack 0.17 with pmi
externals:
- spec: "openmpi@4.1.1"
prefix: /g100_work/PROJECTS/spack/v0.17/prod/0.17.1/install/0.17/linux-centos8-cascadelake/gcc-10.2.0/openmpi-4.1.1-xcbaflrhirzvtiy3y5cnglgyfunavtx3
buildable: false
python:
# collab-specific settings
version: [3.8.11]
r:
version: [4.1.3]
# EM: +X fixes build for collab
variants: [~X]
py-torch:
# ECM: keep at latest w.r.t. tracked upstream spack
version: [1.11.0]
# ECM: No cuda nor rocm in collab VMs.
# I did not try to minimize the specification any further.
variants: [~cuda~rocm~valgrind~mkldnn~mpi~gloo+tensorpipe~onnx_ml]
py-jax:
# ECM: No cuda in collab VMs.
variants: [~cuda]
py-jaxlib:
# ECM: No cuda in collab VMs.
variants: [~cuda]
repo:
namespace: ebrains-spack-builds
spack:
specs:
- openssl@1.1.1g~docs~shared certs=system
- openmpi@4.1.1
- openblas
- r
view: true
repos:
- ../ebrains-spack-builds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment