Searched +full:mswin +full:- +full:uni (Results 1 – 2 of 2) sorted by relevance
| /petsc/ |
| H A D | .gitlab-ci.yml | 2 # 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 …]
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPI.py | 45 # defaults to --with-mpi=yes 54 # support MPI-3 process shared memory 68 …nt('MPI', '-with-mpiexec=<prog>', nargs.Arg(None, None, 'The utility … 69 …t('MPI', '-with-mpiexec-tail=<prog>', nargs.Arg(None, None, 'The utility y… 70 …help.addArgument('MPI', '-with-mpi-compilers=<bool>', nargs.ArgBool(None, 1… 71 …help.addArgument('MPI', '-known-mpi-shared-libraries=<bool>', nargs.ArgBool(None, N… 72 …help.addArgument('MPI', '-with-mpi-ftn-module=<mpi or mpi_f08>', nargs.ArgStr… 106 raise RuntimeError('--download-mpich libraries cannot be used') 109 raise RuntimeError('--download-openmpi libraries cannot be used') 113 dirExp = re.compile(r'mpi(ch)?(-.*)?') [all …]
|