Skip to content

Spack recipe for Samurai AMR software based on the xtensor stack

Notifications You must be signed in to change notification settings

sbstndb/samurai_spack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spack Recipe for Samurai

This repository contains spack recipes for installing Samurai, a High-Performance Computation mesh library.

Prequisities

Before guietting started, ensure that Spack is intalled on your system. Follow the official Spack documentation for detailed installation instructions.

Installation steps

  1. Clone this repository Clone the repository to a directory of your choice:
git clone git@github.com:hpc-maths/spack_samurai.git
cd spack_samurai
  1. Add the repository to Spack Add the repository to your local Spack setup :
spack repo add . 
  1. Explore available options Display information about the Samurai recipe and its configuration options:
spack info samurai
  1. Install Samurai To install with default options (recommanded), run:
spack install samurai

For advanced users, you can specify build options or dependencies. For example: For example:

spack install samurai +openmp +demos %gcc@14.2

Usage

  1. Load Samurai After installation, load the Samurai module into your environment:
spack load samurai
  1. Unload Samurai: To unload Samurai module from your environment, use:
spack unload samurai

About

Spack recipe for Samurai AMR software based on the xtensor stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages