mache.deploy.spack.SpackSoftwareEnvResult

class mache.deploy.spack.SpackSoftwareEnvResult(compiler: str, mpi: str, env_name: str, spack_path: str, view_path: str, path_setup: str)[source]

Result of deploying a Spack “software” environment.

This environment is intended to provide executables, so load scripts should add its view’s bin directory to PATH rather than activating it.

__init__(compiler: str, mpi: str, env_name: str, spack_path: str, view_path: str, path_setup: str) None

Methods

__init__(compiler, mpi, env_name, ...)

Attributes

compiler

mpi

env_name

spack_path

view_path

path_setup