Next: Basic paratec usage
Up: How to get and
Previous: How to change paratec
  Contents
On the whole, paratec 5.0 uses the same input files as earlier
versions of paratec. However, because the input code was
completely rewritten in FORTRAN 90, several of the input
structures have changed. This is where you look to find
out what changes you will have to make to your input files. A more
comprehensive list can be found on the home
pagehttp://www.nersc.gov/projects/paratec
- The file formerly named OUT._0 is now simply OUT. This
is only an issue if you have scripts that assume it is called OUT._0.
- All block inputs (i.e. inputs that start with begin blah now
must close with end blah. Formerly some of these structures were
closed with simply end.
- The statement coordinates absolute has acquired an underscore,
so it is now coordinates_absolute.
Jonathan Yates
2001-05-10