Skip to content
Snippets Groups Projects
Commit 16bb35ac authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

move lab config file into site-config dir

parent a1c91bcf
No related branches found
No related tags found
No related merge requests found
packages:
all:
# collab-specific settings
target: [x86_64]
compiler: [gcc@10.3.0]
python:
# collab-specific settings
require: "@3.8.11"
r:
# EM: +X fixes build for collab
require: "@4.1.3+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]
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
*/ */
# un-exclude the configs tracked in this repository # un-exclude the configs tracked in this repository
!ebrainslab
!g100 !g100
!jurecadc !jurecadc
!jusuf !jusuf
packages:
all:
# collab-specific settings
target: [x86_64]
compiler: [gcc@10.3.0]
python:
# collab-specific settings
require: "@3.8.11"
r:
# EM: +X fixes build for collab
require: "@4.1.3+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]
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