Home
last modified time | relevance | path

Searched +full:linux +full:- +full:gcov (Results 1 – 8 of 8) 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 …]
H A D.gitignore3 *.gcov
9 */.auctex-auto/*
19 unix-opt/*
20 unix-gcov/*
21 package-*/*
23 linux*/*
25 arch-*/*
26 *-arch-*/*
27 petsc-install/*
28 batch-test
[all …]
/petsc/config/examples/
H A Darch-ci-linux-matlab-ilp64.py4 petsc_hash_pkgs=os.path.join(os.getenv('HOME'),'petsc-hash-pkgs')
9 # Note: regular BLAS [with 32-bit integers] conflict with
10 # MATLAB BLAS - hence requiring -known-64-bit-blas-indices=1
14 # Some versions of MATLAB [R2013a] conflicted with -lgfortan - so the following workaround worked.
15 # export LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/4.6/libgfortran.so
28 '--package-prefix-hash='+petsc_hash_pkgs,
29 …'--download-mpich=1', # /usr/bin/mpicc does not resolve '__gcov_merge_add'? and gcc-4.4 gives gcov
30 '--with-display=140.221.10.20:0.0', # for MATLAB example with graphics
31 '--with-blaslapack-dir='+matlab_dir,
32 '--with-matlab=1',
[all …]
/petsc/config/BuildSystem/config/
H A DcompilerFlags.py20 …help.addArgument('Compiler Flags', '-optionsModule=<module name>', nargs.Arg(None, 'config.compile…
21 …help.addArgument('Compiler Flags', '-with-debugging=<bool>', nargs.ArgBool(None, 1, 'Specify debug…
22 …help.addArgument('Compiler Flags', '-C_VERSION=<string>', nargs.Arg(None, 'Unknown', 'The versio…
23 …help.addArgument('Compiler Flags', '-CXX_VERSION=<string>', nargs.Arg(None, 'Unknown', 'The versio…
24 …help.addArgument('Compiler Flags', '-FC_VERSION=<string>', nargs.Arg(None, 'Unknown', 'The versio…
25 …help.addArgument('Compiler Flags', '-CUDA_VERSION=<string>',nargs.Arg(None, 'Unknown', 'The versio…
26 …help.addArgument('Compiler Flags', '-HIP_VERSION=<string>',nargs.Arg(None, 'Unknown', 'The version…
27 …help.addArgument('Compiler Flags', '-SYCL_VERSION=<string>',nargs.Arg(None, 'Unknown', 'The versio…
28 …help.addArgument('Compiler Flags', '-COPTFLAGS=<string>', nargs.Arg(None, None, 'Override the de…
29 …help.addArgument('Compiler Flags', '-CXXOPTFLAGS=<string>', nargs.Arg(None, None, 'Override the de…
[all …]
H A DcompilerOptions.py17 output = self.executeShellCommand(compiler + ' -show', log = self.log)[0]
28 flags.extend(['-Wall', '-Wwrite-strings', '-Wno-unknown-pragmas'])
30 # gcc does not support -Wno-implicit-float-conversion so -Wconversion is always noisy
31 …flags.extend(['-Wconversion', '-Wno-sign-conversion', '-Wno-float-conversion', '-Wno-implicit-floa…
33 flags.extend(['-fno-stack-check'])
35 flags.extend(['-Wno-lto-type-mismatch'])
37 flags.extend(['-Wno-stringop-overflow'])
39 … flags.extend(['-mfp16-format=ieee']) # ARM for utilizing 16 bit storage of floating point
40 # skip -fstack-protector for brew gcc - as this gives SEGV
42 flags.extend(['-fstack-protector'])
[all …]
/petsc/lib/petsc/bin/maint/
H A Dgenerateetags.py3 # Generates etag and ctag (use -noctags to skip generation of ctags) files for PETSc
20 """Implementation from Python-2.7 subprocess.check_output for use with
21 Python-2.6 which does not provide check_output.
61 # split up the flist into blocks of 1000 - and call etags on each chunk
67 for i in range(len(blocks)-1):
76 …response = subprocess.run('etags -a -o '+etagfile+' '+' '.join(frlist), capture_output = True, she…
85 …# linux can use '--tag-relative=yes --langmap=c:+.cu'. For others [Mac,bsd] try running ctags in r…
87 …status = subprocess.call('ctags --fields=+l --tag-relative=yes --langmap=c:+.cu -I PeNS,PeOP -a -f…
89 …status = subprocess.call('/usr/local/bin/ctags -a -f '+ctagfile+' '+' '.join(frlist), shell=True, …
91 …status = subprocess.call('ctags -a -f '+ctagfile+' '+' '.join(frlist), shell=True, stdout=DEVNULL,…
[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/lib/petsc/conf/
H A Drules1 # -*- mode: makefile-gmake -*-
10 # See https://petsc.org/release/docs/manual/getting_started/#writing-c-c-or-fortran-applications
14 clean-legacy:
15 @-${RM} ${CLEANFILES} ${TESTS} *.o *.lo *~ \
16 ex[0-9] ex[0-9][0-9] ex[0-9][0-9][0-9] \
17 ex[0-9]f ex[0-9][0-9]f ex[0-9][0-9][0-9]f \
18 ex[0-9]k ex[0-9][0-9]k ex[0-9][0-9][0-9]k \
19 ex[0-9]f90 ex[0-9][0-9]f90 ex[0-9][0-9][0-9]f90 \
20 ex[0-9]cu ex[0-9][0-9]cu ex[0-9][0-9][0-9]cu \
21 ex[0-9].exe ex[0-9][0-9].exe ex[0-9][0-9][0-9].exe \
[all …]