Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.58 KB

File metadata and controls

36 lines (24 loc) · 1.58 KB

A Python interface to QUDA for Lyncs

license pylint black

QUDA is a library for performing calculations in lattice QCD on GPUs.

Installation

This package at the moment is not distrubuted via pip! (because we do not have a CI/CD for GPUs in place)

For installing the packages from source code, follow the following steps:

# Set the following variables appropriately		
export QUDA_GPU_ARCH=sm_60		
export QUDA_MPI=OFF		


# Clone and install		
git clone https://github.com/Lyncs-API/lyncs.quda		
cd lyncs.quda		
pip install -e .