atwhaley / cfast

Automatically exported from code.google.com/p/cfast
0 stars 2 forks source link

output cfast version, revision info #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I propose that if a user types either
cfast or cfast -v (your choice)
that the command line version of cfast outputs info about the release - perhaps 
when it was built, the version and the revision.  With this, I can 
automatically (from a batch file) output what version of cfast ran a 
verification case that I include in my guide.

Original issue reported on code.google.com by gfor...@gmail.com on 26 May 2012 at 1:47

GoogleCodeExporter commented 9 years ago
I added a place holder in the main routine (commented out) for detecting when a 
"-v" option is passed to cfast. I'll add code for outputting version  and svn 
info. 

Original comment by gfor...@gmail.com on 29 May 2012 at 2:53

GoogleCodeExporter commented 9 years ago
-v is already used so the no option variant is best.  I'll add code to your 
stub in cast.f to generate the output.

Original comment by cfastdev@gmail.com on 30 May 2012 at 12:34

GoogleCodeExporter commented 9 years ago
I think my stub does the no option variant

Original comment by gfor...@gmail.com on 30 May 2012 at 12:39

GoogleCodeExporter commented 9 years ago
Should be resolved in revision 421.  See if this this works.

Original comment by cfastdev@gmail.com on 30 May 2012 at 1:11