Home
last modified time | relevance | path

Searched +full:linux +full:- +full:misc +full:- +full:32 +full:bit (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/src/vec/is/sf/tests/
H A Dex5.c91 PetscCall(PetscOptionsGetInt(NULL, NULL, "-nl", &nl, NULL)); in main()
92 PetscCall(PetscOptionsGetBool(NULL, NULL, "-explicit_inverse", &inverse, NULL)); in main()
101 // disable vector tests with linux-misc-32bit and sftype window in main()
110 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_vector", &test_vector, NULL)); in main()
143 ilocalB[i] = 2 * nl - i - 1; in main()
151 PetscCall(PetscSFViewFromOptions(sfA, NULL, "-view")); in main()
152 PetscCall(PetscSFViewFromOptions(sfB, NULL, "-view")); in main()
162 for (i = 0; i < nldataA; i++) ldA[i] = -1; in main()
163 for (i = 0; i < nldataB; i++) ldB[i] = -1; in main()
181 PetscCall(PetscSFViewFromOptions(sfBA, NULL, "-view")); in main()
[all …]
/petsc/config/BuildSystem/config/packages/
H A Dhypre.py13 …e321e1d78882c62eade880dd6f3ae7' #v3.1.0 + fixes from https://github.com/hypre-space/hypre/pull/1463
14 …self.download = ['git://https://github.com/hypre-space/hypre','https://github.com/hypre-spa…
26 …help.addArgument('HYPRE', '-with-hypre-gpu-arch=<string>', nargs.ArgString(None, 0, 'Value passed…
27 …help.addArgument('HYPRE', '-download-hypre-openmp', nargs.ArgBool(None, 1, 'Let hypre use OpenMP i…
55 args.append('--disable-fortran')
57 args.append('--without-MPI')
59 … # just use the first dir - and assume the subsequent one isn't necessary [relevant only on AIX?]
60 args.append('--with-MPI-include="'+self.mpi.include[0]+'"')
66 args.append('--with-MPI-lib-dirs="'+libdirs+'"')
70 if ll.endswith('.a'): libs.append(ll[3:-2])
[all …]
/petsc/include/petsc/private/valgrind/
H A Dvalgrind.h1 /* -*- c -*-
2 ----------------------------------------------------------------
4 Notice that the following BSD-style license applies to this one
10 ----------------------------------------------------------------
15 Copyright (C) 2000-2017 Julian Seward. All rights reserved.
48 ----------------------------------------------------------------
50 Notice that the above BSD-style license applies to this one file
55 ----------------------------------------------------------------
65 little bit more slowly than they otherwise would, but otherwise
71 -DNVALGRIND) so that client requests are not even compiled in. */
[all …]
/petsc/doc/
H A Dpetsc.bib3 % bibtool petsc.bib -- expand.macros=on -- print.line.length=100 -- pass.comments=on
17 % LiteralHTML: <a name="nano"><H3><center>Nano-simulations</center></H3>
19 @Misc{ semver-webpage,
25 title = {{D}-stability and {K}aps-{R}entrop-methods},
28 volume = {32},
30 pages = {229--237},
41 pages = {93--113},
55 …title = {Generalized {R}unge--{K}utta methods of order four with stepsize control for sti…
59 pages = {55--68},
73 …gorithm for Structural Dynamics With Improved Numerical Dissipation: The Generalized-alpha Method},
[all …]