DelNov / T-Flows

Program for Simulation of Turbulent Flows
Other
113 stars 50 forks source link

Script test_build.sh adds branch name to log file #250

Closed Niceno closed 1 year ago

Niceno commented 1 year ago

Dear Hamo,

This is a very small modification. Our test_build.sh script used to create files of the form: test_build.date.time.... which is neat, but one doesn't know which branch was tested which is quite an important piece of information. This pull requests takes care of it. Script test_build.sh now creates a file of the form: test_branch_name_of_the_branch.date.time.

Also, while performing tests, I realized that generate.scr got missing from Les/Rayleigh_Benard_Convection_Ra_10e09 so I simply added it back.

On branch main

new file: Les/Rayleigh_Benard_Convection_Ra_10e09/generate.scr modified: test_build.sh