@@ -1392,12 +1392,22 @@ subroutine print_credits(l)
13921392 if (l% creditosyaprinteados) return
13931393 l% creditosyaprinteados= .true.
13941394 CALL print11 (l% layoutnumber, ' =========================' )
1395- CALL print11 (l% layoutnumber, ' SEMBA-FDTD SOLVER ' )
1395+ CALL print11 (l% layoutnumber, program_name )
13961396 CALL print11 (l% layoutnumber, ' =========================' )
13971397
13981398 WRITE (dubuf,* ) SEPARADOR // SEPARADOR // SEPARADOR
13991399 CALL print11 (l% layoutnumber, dubuf)
1400- WRITE (dubuf,* ) trim (adjustl (dataversion))
1400+ CALL print11 (l% layoutnumber, ' Compilation date: ' // compilation_date)
1401+ CALL print11 (l% layoutnumber, ' Compiler Id: ' // compiler_id)
1402+ CALL print11 (l% layoutnumber, ' git commit: ' // git_commit)
1403+ CALL print11 (l% layoutnumber, ' cmake build type: ' // cmake_build_type)
1404+ if (cmake_build_type == " Debug" ) then
1405+ CALL print11 (l% layoutnumber, ' cmake compilation flags: ' // compilation_flags_debug)
1406+ elseif (cmake_build_type == " Release" ) then
1407+ CALL print11 (l% layoutnumber, ' cmake compilation flags: ' // compilation_flags_release)
1408+ else
1409+ CALL print11 (l% layoutnumber, ' cmake compilation flags: ' // compilation_flags)
1410+ endif
14011411 CALL print11 (l% layoutnumber, dubuf)
14021412 WRITE (dubuf,* ) SEPARADOR // SEPARADOR // SEPARADOR
14031413 CALL print11 (l% layoutnumber, dubuf)
0 commit comments