Home
last modified time | relevance | path

Searched +full:linux +full:- +full:hip +full:- +full:double (Results 1 – 9 of 9) 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/doc/install/
H A Dinstall.md8 See {ref}`quick-start tutorial <tut_install>` for a step-by-step walk-through of the installation p…
25 $ ./config/examples/arch-ci-osx-dbg.py
30 your recommendations to <mailto:petsc-maint@mcs.anl.gov>. See bug report {ref}`documentation
34 - If you do not have a Fortran compiler or [MPICH](https://www.mpich.org/) installed
38 $ ./configure --with-cc=gcc --with-cxx=0 --with-fc=0 --download-f2cblaslapack --download-mpich
41 - Same as above - but install in a user specified (prefix) location.
44 …$ ./configure --prefix=/home/user/soft/petsc-install --with-cc=gcc --with-cxx=0 --with-fc=0 --down…
47 - If [BLAS/LAPACK], MPI sources (in "-devel" packages in most Linux distributions) are already
49 via `$PATH` - configure does not require any additional options.
55 - If [BLAS/LAPACK], MPI are already installed in known user location use:
[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…
19 self.precisions = ['single', 'double', '__float128']
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…
38 self.hip = framework.require('config.packages.HIP',self)
47 self.odeps = [self.cuda,self.hip,self.openmp,self.umpire,self.caliper]
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?]
[all …]
H A DCUDA.py16 # - fully functional compile, runtime libraries installed with the GPU driver
18 # - stub library - usable only for compiles
20 …# We are preferring this stub library - as it enables compiles on non-GPU nodes (for ex: login nod…
21 … # Using RPATH to this stub location is not appropriate - so skipping via libraries.rpathSkipDirs()
25 self.stubliblist = [['libcuda.so','libnvidia-ml.so']]
26 …my' # existence of self.liblist is used by package.py to determine if --with-cuda-lib must be prov…
27 self.precisions = ['single','double']
39 'CUDA', '-with-cuda-arch',
43 'packages). A comma-separated list can be passed to target multiple architectures (e.g. '
45 '"all-major", and "native" (see documentation of the nvcc "--gpu-architecture" flag)'
[all …]
/petsc/config/BuildSystem/config/
H A DsetCompilers.py36 isARM_value = -1
82 self._setupCompiler('HIP',desc)
116 …help.addArgument('Compilers', '-with-cpp=<prog>', nargs.Arg(None, None, 'Specify the C preprocesso…
117 …help.addArgument('Compilers', '-CPP=<prog>', nargs.Arg(None, None, 'Specify the C prepr…
118 …help.addArgument('Compilers', '-CPPFLAGS=<string>', nargs.Arg(None, None, 'Specify the C only …
119 … help.addArgument('Compilers', '-with-cc=<prog>', nargs.Arg(None, None, 'Specify the C compiler'))
120 …help.addArgument('Compilers', '-CC=<prog>', nargs.Arg(None, None, 'Specify the C compi…
121 …help.addArgument('Compilers', '-CFLAGS=<string>', nargs.Arg(None, None, 'Overwrite the defau…
123 …help.addArgument('Compilers', '-CFLAGS+=<string>', nargs.Arg(None, None, 'Add to the default …
124 …help.addArgument('Compilers', '-CC_LINKER_FLAGS=<string>', nargs.Arg(None, [], 'Specify the C lin…
[all …]
H A Dcompilers.py10 if not line.startswith('ld: warning: text-based stub file'): retbuf.append(line)
41 self.skipdefaultpaths.append(os.path.join(loc,arch+'-linux-gnu'))
51 …help.addArgument('Compilers','-with-clib-autodetect=<bool>', nargs.ArgBool(None,1,'Autodetect…
52 …help.addArgument('Compilers','-with-fortranlib-autodetect=<bool>',nargs.ArgBool(None,1,'Autodetect…
53 …help.addArgument('Compilers','-with-cxxlib-autodetect=<bool>', nargs.ArgBool(None,1,'Autodetect…
54 …help.addArgument('Compilers','-with-dependencies=<bool>', nargs.ArgBool(None,1,'Compile wi…
64 names['HIPC'] = 'No HIP compiler found.'
65 names['HIPPP'] = 'No HIP preprocessor found.'
77 for language in ['C', 'CUDA', 'HIP', 'SYCL', 'Cxx', 'FC']:
89 names['HIPPPFLAGS'] = 'No HIP preprocessor flags found.'
[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 …]
/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},
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},
77 pages = {371-375},
[all …]