Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Tests

Setup

Create a Python virtual environment:

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

To run strong and weak scaling tests, submit the Slurm job script on a GPU cluster:

sbatch cluster.slurm

Before running, adjust the Slurm header in cluster.slurm for your system.


Springer Contractions Tests

Setup

Create and activate a Python virtual environment:

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Run the Springer contraction script

cd src/
python3 springer_main.py

For best performance, update the autotune configuration in src/backend.py using the configs in autotuner_configs/springer.configs.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages