Skip to content

DARMA-tasking/spack-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spack-package

This repository is a spack repo for DARMA/vt and its required dependencies.

Installing

Make sure spack is installed.

spack repo add /path/to/spack-package/

Note about spack on clusters

It's important that spack uses the right version of mpi or it may try to build mpi from source. Similarly, it may be useful for it to be configured to use the system's cmake.

Edit ~/.spack/packages.yaml. For example:

packages:
  openmpi:
    paths:
      openmpi@3.1.3%gcc@8.2.0: /path/to/system/openmpi
  cmake:
    paths:
    cmake@3.13.2: /path/to/system/cmake

This avoids spack trying to build openmpi and cmake from source. To check what a particular install command will install, use:

spack install --fake <package_name>

However, you will have to uninstall the packages afterwards.

Usage

Now, darma-vt is accessible to your spack instance.

spack install darma-vt

By default it will install version 1.0. You can specify darma-vt@develop to install the latest development version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages