| 96583f1d | 19-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
fix valgrind errors
not ok diff-vec_vscat_examples-ex4_2 # 0a1,56 # > ==12021== Conditional jump or move depends on uninitialised value(s) # > ==12021== at 0x521A35B: VecScatterSetFromOptions (vs
fix valgrind errors
not ok diff-vec_vscat_examples-ex4_2 # 0a1,56 # > ==12021== Conditional jump or move depends on uninitialised value(s) # > ==12021== at 0x521A35B: VecScatterSetFromOptions (vscreate.c:141) # > ==12021== by 0x521B3CE: VecScatterCreate (vscreate.c:316) # > ==12021== by 0x40C455: main (ex4.c:57) # > ==12021== Uninitialised value was created by a stack allocation # > ==12021== at 0x5219D9D: VecScatterSetFromOptions (vscreate.c:118)
show more ...
|
| d48f1713 | 13-Jun-2018 |
Satish Balay <balay@mcs.anl.gov> |
fix function name mangling to be call-able form fortran
Fixes:
arch-freebsd-cxx-cmplx-pkgs-dbg/tests/vec/vec/examples/tutorials/ex43f.o: In function `MAIN__': /usr/home/balay/petsc.next/src/vec/vec
fix function name mangling to be call-able form fortran
Fixes:
arch-freebsd-cxx-cmplx-pkgs-dbg/tests/vec/vec/examples/tutorials/ex43f.o: In function `MAIN__': /usr/home/balay/petsc.next/src/vec/vec/examples/tutorials/ex43f.F90:48: undefined reference to `fillupvector'
show more ...
|
| fe9b9654 | 10-Jun-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Yet another attempt to make portable the Fortran example that uses a bind C function with PETSc object
Commit-type: bug-fix, portability-fix, testing-fix, example Reported-by: nightly build |
| 39d35803 | 08-Jun-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for Fortran example: no return in main, 5 must be passed as variable for 64 bit indices, need to link with Fortran compiler
Commit-type: bug-fix, portability-fix, testing-fix Reported-by: nigh
Fixes for Fortran example: no return in main, 5 must be passed as variable for 64 bit indices, need to link with Fortran compiler
Commit-type: bug-fix, portability-fix, testing-fix Reported-by: nightly tests
show more ...
|