wimvanderbauwhede / RefactorF4Acc

An Automated Fortran Code Refactoring Tool to Facilitate Acceleration of Numerical Simulations
Other
57 stars 9 forks source link

refactoring source files with subroutines only #23

Open jaadt7 opened 7 months ago

jaadt7 commented 7 months ago

I'm trying to refactor a library that has source files with only subroutines and no main programs. I'm trying to refactor each file separately but the algorithm only refactors the TOP subroutine specified. Is there a configuration option I should set?

wimvanderbauwhede commented 6 months ago

There is an option -s that lets you specify the sources that you want to refactor. Or you can specify SOURCEFILES in the config file.