ESPcomposites
Aerospace
- Jul 27, 2010
- 692
I am pretty clueless with Fortran, but would like to convert the following fortran code into a batch mode input
- What compiler should I use? G95 seems like a good choice.
- How do I convert it so that it accepts a batch file as input rather than command line?
- What type of modifications to source code need to done to get it to up to par (i.e. fixed format to free format, etc.)
Are there any good manuals on this kind of thing? Thanks for any help.
Brian
http://files.engineering.com/getfile.aspx?folder=2cb79806-7bfc-4809-a490-c4a1e029f8c5&file=BJSFM.FOR
- What compiler should I use? G95 seems like a good choice.
- How do I convert it so that it accepts a batch file as input rather than command line?
- What type of modifications to source code need to done to get it to up to par (i.e. fixed format to free format, etc.)
Are there any good manuals on this kind of thing? Thanks for any help.
Brian