FIX: add hash to make sure every installation is unique
This commit is contained in:
8
env/merlin/all/spack.yaml
vendored
8
env/merlin/all/spack.yaml
vendored
@ -582,10 +582,10 @@ spack:
|
||||
link: all
|
||||
link_type: symlink
|
||||
projections: &unified_projections
|
||||
^mpi: '{name}/{version}/{^mpi.name}/{^mpi.version}/{compiler.name}/{compiler.version}'
|
||||
all: '{name}/{version}/{compiler.name}/{compiler.version}'
|
||||
~mpi: '{name}_serial/{version}/{compiler.name}/{compiler.version}'
|
||||
threads=openmp: '{name}_OMP/{version}/{compiler.name}/{compiler.version}'
|
||||
^mpi: '{name}/{version}/{^mpi.name}/{^mpi.version}/{compiler.name}/{compiler.version}/{hash}'
|
||||
all: '{name}/{version}/{compiler.name}/{compiler.version}/{hash}'
|
||||
~mpi: '{name}_serial/{version}/{compiler.name}/{compiler.version}/{hash}'
|
||||
threads=openmp: '{name}_OMP/{version}/{compiler.name}/{compiler.version}/{hash}'
|
||||
root: /afs/psi.ch/sys/spack-rhel7/Batchsystem
|
||||
select: *Batchsystem_pckgs
|
||||
Compiler:
|
||||
|
Reference in New Issue
Block a user