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
- sbt
- sratoolkit
- subversion
- tar
- tcl
- tk
- tmux
- trimmomatic
- valgrind
- xclip
# -------------------------------------------------------------------------
# Serial codes
# -------------------------------------------------------------------------
- serial_codes:
- hisat2
- htslib
- intel-oneapi-tbb
- jasper
- netcdf-c~mpi ^hdf5~mpi
- netcdf-fortran ^netcdf-c ~mpi ^hdf5 ~mpi
- nfft
- python
- scotch
- star
- subread
- cistem ^fftw~mpi
- ctffind ^fftw ~mpi
- ffmpeg +libx264
- glpk+gmp
- ncview ^hdf5 ~mpi ^netcdf-c ~mpi ~parallel-netcdf
- sox
- oneapi_serial_codes:
- abaqus@2023
- intel-oneapi-ipp
# -------------------------------------------------------------------------
# Empty to specialize in environments
# -------------------------------------------------------------------------
- cuda_system_codes: []
- cuda_serial_codes: []
# -------------------------------------------------------------------------
# Blas dependent codes
# -------------------------------------------------------------------------
- blas_codes:
- arpack-ng ~mpi
- superlu
- suite-sparse
- gcc_blas_codes:
- armadillo +hdf5 ^arpack-ng ~mpi ^hdf5 ~mpi
- octave
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# -------------------------------------------------------------------------
# Python packages
# -------------------------------------------------------------------------
- python_codes:
- bedtools2
- bowtie2
- cairo
- mercurial
- prinseq-lite
- py-absl-py
- py-astunparse
- py-backports-entry-points-selectable
- py-certifi
- py-charset-normalizer
- py-cycler
- py-cython
- py-distlib
- py-filelock
- py-gast
- py-google-pasta
- py-h5py
- py-idna
- py-kiwisolver
- py-mpmath
- py-packaging
- py-pillow
- py-pip
- py-platformdirs
- py-ply
- py-protobuf
- py-pybind11
- py-pyparsing
- py-python-dateutil
- py-pytz
- py-requests
- py-semver
- py-six
- py-sympy
- py-termcolor
- py-urllib3
- py-virtualenv
- py-wheel
- py-wrapt
- samtools
- scons
- snakemake
- python_blas_codes:
- boost
- gmsh ~mpi +hdf5 +cgns +eigen ~opencascade +openmp ~fltk ~med
- iq-tree
- py-biopython
- py-keras-preprocessing
- py-macs2
- py-matplotlib
- py-numpy
- py-opt-einsum
- py-pandas
- py-pybigwig
- py-xarray
- gcc_python_codes:
- blast-plus
- caffe +python
- gatk
- gdb +tui +source-highlight +xz
- julia+openlibm
- libgd
- mesa
- mummer
- node-js
- openbabel +python
- r
- spades
- xgboost
- gcc_python_blas_codes:
- polymake ^cddlib@0.94h
- py-deeptools
- py-scikit-learn
- py-scipy
- py-statsmodels
- py-theano +cuda cuda_arch=70
- py-cryolobm
- py-pymol
# -------------------------------------------------------------------------
# Parallel codes
# -------------------------------------------------------------------------
- mpi_codes:
- osu-micro-benchmarks +graphing
- parmetis
- phylobayesmpi
- scotch +mpi
- netcdf-c
- netcdf-fortran
- gcc_mpi_codes:
- wrf ~pnetcdf build_type=dm+sm
- hypre@2.31.0
- mumps@5.6.2
- superlu-dist@8.2.1
#- quantum-espresso +mpi +scalapack +gipaw
#- quantum-espresso +mpi +scalapack +gipaw hdf5=parallel
- gmsh +mpi +eigen +openmp +hdf5 ~fltk ~opencascade ~med ^mmg ~vtk
- cpmd ~openmp
- elmerfem +mumps +openmp +hypre
- netlib-scalapack
- yambo +mpi io=iotk,etsf-io
- boost +mpi
- cgal
- iq-tree@1.6.12+mpi
- neuron +mpi +python
- petsc@3.21.1
- plumed
- py-petsc4py
- slepc
- adios2
- cp2k +mpi +plumed +openmp smm=blas
# - fenics +parmetis +hdf5 +scotch +suite-sparse ~vtk ~trilinos
- paraview +shared +python +hdf5 ~osmesa +opengl2 +egl
- py-fenics-basix
- py-fenics-dolfinx
- py-fenics-ffcx
- py-fenics-ufl
# -------------------------------------------------------------------------
# External packages
# -------------------------------------------------------------------------
- external_packages: []
- when: env['environment_type'] != 'cloud'
external_packages:
- ansys
- cfdplusplus
- comsol
- fdtd
- gurobi
- gaussian
- matlab
- maple
- mathematica
- molpro
- smr
- when: env['environment_type'] != 'cloud'
- vasp +hdf5 +scalapack +shmem +wannier90
# -------------------------------------------------------------------------
# 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]
- matrix:
- [$oneapi_serial_codes]
- [$%compiler_oneapi]
- matrix:
- [$cuda_serial_codes]
- [$%compiler_gcc]
- matrix:
- [$^blas_gcc]
- [$%compiler_gcc]
- matrix:
- [$^blas_oneapi]
- [$%compiler_oneapi]
- matrix:
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
- [$gcc_blas_codes]
- [$^blas_gcc]
- [$%compiler_gcc]
- matrix:
- [$python_codes]
- [$^python_gcc]
- [$%compiler_gcc]
- matrix:
- [$gcc_python_codes]
- [$^python_gcc]
- [$%compiler_gcc]
- matrix:
- [$python_codes]
- [$^python_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$python_blas_codes]
- [$^python_gcc]
- [$^blas_gcc]
- [$%compiler_gcc]
- matrix:
- [$python_blas_codes]
- [$^python_oneapi]
- [$^blas_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$gcc_python_blas_codes]
- [$^python_gcc]
- [$^blas_gcc]
- [$%compiler_gcc]
- [$^mpi_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$mpi_codes]
- [$^mpi_gcc]
- [$%compiler_gcc]
- matrix:
- [$gcc_mpi_codes]
- [$^mpi_gcc]
- [$%compiler_gcc]
- [$^blas_oneapi]
- [$^mpi_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$^blas_gcc]
- [$^mpi_gcc]
- [$%compiler_gcc]
- [$^blas_gcc]
- [$^mpi_gcc]
- [$^python_gcc]
- [$%compiler_gcc]
view: false
# default:
# root: /stack/packages/