Tonto | ||
---|---|---|
<< Previous | Next >> |
Once you have written your fortran code with the above requirements, you will want to link it with TONTO to make an executable.
the chapter called How TONTO builds executables> describes the linking procedure.
If you want TONTO to automatically compile your module, you will need to
place the files for your Fortran code into the f90files directory.
manually edit the dependfile to insert the commands for your fortran module and its dependents.
place the object file corresponding to your fortran module in the cocrrect hierarchical position in the module file list
type make to make your executable, (assuming it is run_mol.x; otherwise type make and the name of your executable whose dependent line you should have already defined in the dependfile).