Skip to content

UDC-GAC/fiuncho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Christian Ponte
Nov 1, 2021
af02d56 · Nov 1, 2021

History

4 Commits
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Mar 20, 2020
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021

Repository files navigation

Fiuncho

CTest Documentation Status

Fiuncho is an epistasis detection program, implementing an exhaustive search of epistasis interactions of any given size. Fiuncho uses a SPMD (Single Program, Multiple Data) approach to accelerate the computation, exploiting the multiple cores available to a processor, or the multiple processors available in a cluster environment. Furthermore, Fiuncho takes advantage of the SIMD (Single Instruction, Multiple Data) vector operations available to each CPU core, offering multiple AVX implementations to support a wide variety of x86_64 processors.

Documentation

Fiuncho's documentation is hosted in RTD: https://fiuncho.readthedocs.io/en/latest/

Reporting problems

If you find any problem using Fiuncho, an error in the documentation or something that can be improved, please open an Issue describing the problem.