Newer
Older
Nicolas Richart
committed
- packages_stack.yaml
# -------------------------------------------------------------------------
# PE definition
# -------------------------------------------------------------------------
- python_gcc:
- python@3.11.7
- python_oneapi:
- python@3.11.7
# -------------------------------------------------------------------------
# Core packages
# -------------------------------------------------------------------------
- core_codes:
- bzip2
- cmake
- emacs +tls
- fastqc
- fio
- git
- git-lfs
- gmp
- intel-oneapi-advisor
- intel-oneapi-inspector
- intel-oneapi-vtune
- libarchive
- libjpeg-turbo
- libpng
- libtiff
- libxml2
- mpfr
- neovim
- parallel
- picard
- rclone
- sbt
- sratoolkit
- subversion
- tar
- tcl
- tk
- tmux
- trimmomatic
- valgrind
- xclip
# -------------------------------------------------------------------------
# Serial codes
# -------------------------------------------------------------------------
- serial_codes:
- bwa
- fftw +openmp ~mpi
- fftw ~openmp ~mpi
- gsl
- hisat2
- htslib
- intel-oneapi-tbb
- jasper
- mafft
- muscle
- nfft
- python
- scotch
- star
- subread
# -------------------------------------------------------------------------
# Empty to specialize in environments
# -------------------------------------------------------------------------
- cuda_system_codes: []
# -------------------------------------------------------------------------
# Parallel codes
# -------------------------------------------------------------------------
- mpi_codes:
- osu-micro-benchmarks +graphing
- hypre@2.31.0
- mumps@5.6.2
- superlu-dist@8.2.1
# -------------------------------------------------------------------------
# Generic definitions
# -------------------------------------------------------------------------
- mpis:
- matrix:
- [$compilers_specs]
- matrix:
- [$blas_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$blas_gcc]
- [$%compiler_gcc]
- [$mpi_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$core_codes]
- [$%system_compiler]
- matrix:
- [$cuda_system_codes]
- [$%system_compiler]
- matrix:
- [$serial_codes]
- [$%compilers]
- matrix:
- [$gcc_serial_codes]
- [$%compiler_gcc]
- [$^mpi_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$mpi_codes]
- [$^mpi_gcc]
- [$%compiler_gcc]
- matrix:
- [$blas_mpi_codes]
- [$^blas_oneapi]
- [$^mpi_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$blas_mpi_codes]
- [$^blas_gcc]
- [$^mpi_gcc]
- [$%compiler_gcc]
- matrix:
- [$blas_mpi_python_codes]
- [$^blas_oneapi]
- [$^mpi_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$blas_mpi_python_codes]
- [$^blas_gcc]
- [$^mpi_gcc]
view: false
# default:
# root: /stack/packages/