Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fortran: don't generate temporary files when not necessary.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Mon, 25 Oct 2021 09:17:53 +0000 (11:17 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Mon, 25 Oct 2021 09:31:30 +0000 (11:31 +0200)
commite8de474753d8d27d42aaedfc6c5766813768c4a4
treed152cc23e015c0665ee6e88a2608708324eed1df
parent35f51948dd0ec61bd91d0bf7338a4b89bd874b4e
fortran: don't generate temporary files when not necessary.
It's only necessary for files with "program xxx" clause, so one for each executable (it can be necessary for all files, but only when trace_call_location is set).
This should help with debugging, as gdb cannot find temporary files which are deleted
src/smpi/smpif90.in
src/smpi/smpiff.in