Home
last modified time | relevance | path

Searched +full:ompi +full:- +full:cuda (Results 1 – 2 of 2) sorted by relevance

/petsc/config/BuildSystem/config/packages/
H A DOpenMPI.py8 …self.download = ['https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-'+self…
9 …'https://web.cels.anl.gov/projects/petsc/download/externalpackages/openmpi-'+self.version+'.tar.gz…
10 self.download_git = ['git://https://github.com/open-mpi/ompi.git']
14 self.downloaddirnames = ['openmpi','ompi']
22 self.cuda = framework.require('config.packages.CUDA',self)
26 self.odeps = [self.hwloc, self.cuda, self.hip, self.ucx]
31 args.append('--with-rsh=ssh')
32 args.append('--disable-man-pages')
33 args.append('--disable-sphinx')
38 args.append('--disable-mpi-f90')
[all …]
/petsc/
H A D.gitlab-ci.yml2 # stage-1 take only a few minutes; they do not run the full test suite or external packages.
4 # stage-2 runs on MCS systems and may take 10 to 15 minutes. They run the full test suite but with …
6 # stage-3 runs on MCS systems and may take an hour or more. They run the full test suite and heavil…
8 # The stage-(n) tests are only started if all of the stage-(n-1) tests run without error
13 - stage-1
14 - stage-2
15 - stage-3
16 - stage-4
19 GIT_CLEAN_FLAGS: -ffdxq
21 BASE_EXTRA_OPTIONS: -nox -nox_warning -malloc_dump
[all …]