Skip to content

Interface for MultiGrid deflation using QUDA on nVIDIA GPUs

Notifications You must be signed in to change notification settings

ckallidonis/mugiq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuGiq

An interface to perform MultiGrid deflation in nVIDIA GPUs using the QUDA library, for the efficient computation of disconnected diagrams and other measurements related to Lattice QCD applications.

External dependencies

This interface depends on:

Installation

This package uses CMake for the installation process. It is recommended to install MuGiq in a separate directory from the source directory. Below are the steps for installing MuGiq using CMake:

  • Create an install directory separate from the MuGiq source directory.
  • cd <path-to-install-dir>
  • Perhaps the most convenient way to configure installation options is to run ccmake <path-to-MuGiq-src> in order to set the options in an interactive manner.
  • Alternatively one can run cmake <path-to-MuGiq-src> -D<option1>=value -D<option2>=value ... instead.
  • run make -j<N> to install the package using N parallel jobs.

Author and Contact

About

Interface for MultiGrid deflation using QUDA on nVIDIA GPUs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published