The Calling Name is the name of the subroutine
within a Fortran file. This name appears immediately after the SUBROUTINE
statement in a Fortran file. It is usually
in upper case in the Fortran file, but should always be entered in
lower case. It must not include spaces but may contain underscores
(this is different from the usual naming rules).