replace use/mention of depreciated -log_summary in many placesReported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-t
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-to: Andreas Mang <andreas@ices.utexas.edu>
show more ...
replace uses of PetscMalloc() with PetscNew() or PetscMalloc1() where appropriate
fix a variety of set but not used variables in examples detected by clang static analyzerminor code formatting as well
Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()Formatting fixes for many C examples including removing extra linesFixed a few set but not used variables detected
Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()Formatting fixes for many C examples including removing extra linesFixed a few set but not used variables detected by the clang static analyzer
Changed the C examples to return the error code in main()
streams: precompute NPMAX - and use this value. And now user can use it optionally as:make streams [NPMAX=no_of_cores]
Merge branch 'master' into barry/petscoptions-object
run hwloc with MPIEXEC and binding so it runs on the correct machine
added MPI_BINDING variable for running streams and display exact options used to run streams
Complete update to new PetscOptions interface
changed outdate mpirun and -np to mpiexec and -n
PetscGetCPUTime benchmark: fix outdated include
Index benchmark: add missing semicolon
stripped out all PETSc threadcomm code
streams: fix compile warnings with mpiuni
updated PETSc directory layout to match standard packaging strategiesinclude/petsc finclude,private,mpiunilib/petsc confbin/petsc*
manual merge of conflict
MPI version of streams should just include mpi.h instead of unneeded petscsys.hthis may remove complaints on some systems of computed but not used values
Git branch management tools absolutely suck!Merge branch 'barry/reuse-hwloc'
simply output from make streams benchmark test
Look for hwloc by default before downloadingAllows turning off whloc with the usual --with-hwloc=0
download hwloc by default if not a batch systemtry to use hwloc to print information on the machine when make streams is run
added run of hwloc with make streams when possible
with with -> with the the -> the
12345678910>>...16