Benchmark: Corrected processing of parallel flops
Benchmark: Improve interaction with batch system- Look at environment for some qsub options
Benchmark: Get size of parallel mesh properly
Benchmark: Use PETSC_DIR to run generation script
Benchmark: Adding cwd to path since summary module is written there
Benchmark: Added plotEventScaling() to benchamrkExample
SNES ex52: Added option to switch between OpenCL and CUDA backends.
Changed PetscTime(), PetscTimeSubtract(), PetscTimeAdd() to inline functions from macrosremoved PetscGetTime()
minor cleanup of unneeded included filesHg-commit: a1ec1768809a9512ac930c5b664efd3036507774
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
show more ...
Fixed style violations around else-keyword.Hg-commit: d968d568a12dd2dcbf75c442cf3335bec0ab2047
Added uncrustify-script for src/. Uncrustified src/benchmarks.Hg-commit: ae6cbb60850c98732ed9a7293e04d30948a9f830
Partially unified indentation to two spaces rather than 3, 5, etc.Hg-commit: 72aceb82fa10cae79a777f91c00d187d4e02f4f6
Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
if, for, while, switch now have consistently a space prior to the opening parenthesis.Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e
Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb
Carefully replaced more '){' by ') {', added checker scriptHg-commit: a0037010be00b56a68354d942365c8f8df63198a
Style improvements: braces around 'else', partial '){' -> ') {'Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
Removed \t in src/benchmarks/ and src/contrib/. Makefiles left untouched.Hg-commit: 3995c88e59f8f05f673df8c3360587b725e92540
removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
added NoMPI version of streams benchmarkHg-commit: cec13cf27390de545a608355ce9ba3c096021db8
removed trailing blanks from examples, code formattingchanges to uncrustify.cfgHg-commit: 5b64e59d6c6818c2b462782e9308e7fa49e0c338
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
Fix bug in streams pthreads benchmarkHg-commit: b8e3a1c265f38fc52503140c7535637b20d3c946
12345678910>>...16