Searched +full:linux +full:- +full:gcc +full:- +full:pkgs +full:- +full:opt (Results 1 – 3 of 3) 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/PETSc/ |
| H A D | Configure.py | 27 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 …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 4 # 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 …]
|