Home
last modified time | relevance | path

Searched +full:linux +full:- +full:pkgs +full:- +full:opt (Results 1 – 5 of 5) sorted by relevance

/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 …]
/petsc/lib/petsc/bin/maint/ !
H A Drunjobs.py6 # runjobs.py [-f] [job1 job2 ... jobN]
10 # -f: when commits in the local "branch" are not in sync with "origin/branch" - runjobs.py will no…
11 # for the specified "jobs list". Use '-f' to force the creation of this commit [and then use '…
12 # branch's contents at GitLab] - if the intention is to overwrite these differences with your …
16 # lib/petsc/bin/maint/runjobs.py -f linux-cuda-pkgs
17 # lib/petsc/bin/maint/runjobs.py -f freebsd-cxx-pkgs-opt linux-clang-avx linux-clang-ubsan
18 …maint/runjobs.py -f $(grep -lE "download-(mpich|openmpi)" config/examples/arch-ci-*.py | cut -d '/…
20 # Note: If no jobs are listed, then all jobs in the pipeline are run but without a need to un-paus…
27 if ('-f' in jobs):
29 jobs.remove('-f')
[all …]
H A Dtoclapack.sh4 # Author: Eloy Romero (slepc-maint@upv.es)
14 # Usage: toclapack.sh [blas-src-dir] [lapack-src-dir]
15 # where blas-src-dir and lapack-src-dir are the SRC directories that
20 …able from http://www.netlib.org/f2c or as a tarball at http://pkgs.fedoraproject.org/repo/pkgs/f2c/
24 # *) sed - the sed on Apple does not work with this script so you must do "brew install gnu-sed"
29 # This script should be run with bash, because it uses the 'echo -n' option.
31 FBLASLAPACK=f2cblaslapack-3.8.0.q2
33 if [ $# -lt 2 ]
35 echo "Usage: toclapack.sh <blas-src-dir> <lapack-src-dir>"
47 LEX=/usr/local/opt/flex/bin/flex
[all …]
/petsc/doc/developers/ !
H A Dtesting.md7 - Formatted comments at the bottom of the tutorials and test source files that describes the tests …
8 - The *test generator* (`config/gmakegentest.py`) that parses the tutorial and test source files an…
10 - The *PETSc test harness* that consists of makefile and shell scripts that runs the executables wi…
35 args: -debug -fields v1,v2,v3
38 args: -foo bar
44 - A single shell script
46 - A single makefile
48 - An output file that represents the *expected results*. It is also possible -- though unusual -- t…
50 - Two or more command tests, usually:
52 - one or more `mpiexec` tests that run the executable
[all …]
/petsc/config/PETSc/ !
H A DConfigure.py27 banner_middle = '=' * (logger.get_global_divider_length() - 2 * len(banner_ends))
40 …help.addArgument('PETSc', '-prefix=<dir>', nargs.Arg(None, '', 'Spec…
41 …help.addArgument('PETSc', '-with-prefetch=<bool>', nargs.ArgBool(None, 1,'En…
42 …help.addArgument('Windows','-with-windows-graphics=<bool>', nargs.ArgBool(None, 1,'En…
43 …help.addArgument('PETSc', '-with-default-arch=<bool>', nargs.ArgBool(None, 1, 'A…
44 …p.addArgument('PETSc','-with-single-library=<bool>', nargs.ArgBool(None, 1,'Put a…
45 …help.addArgument('PETSc','-with-fortran-bindings=<bool>', nargs.ArgBool(None, 1,'Bu…
46 …help.addArgument('PETSc', '-with-library-name-suffix=<string>', nargs.Arg(None, '', 'Add …
47 …help.addArgument('PETSc', '-with-ios=<bool>', nargs.ArgBool(None, 0, 'B…
48 …help.addArgument('PETSc', '-with-display=<x11display>', nargs.Arg(None, '', 'Spec…
[all …]