FORTRAN STOP

what is the mean?

pgf90 -r8 -O -g -o dtform.e dtform.f
dtform.e
FORTRAN STOP
pgf90 -r8 -O -g -o sproc4.e sproc4.f
cp sproc4_0.par sproc.par
sproc4.e
FORTRAN STOP
pgf90 -r8 -O -g -o cal_f0.e cal_f0.f
cal_f0.e
FORTRAN STOP
cp sproc4_1.par sproc.par
sproc4.e
FORTRAN STOP

Hi choingjoo,

Somewhere in your Fortran source code there is a “STOP” statement that, when executed, causes your program to print the “FORTRAN STOP” message and then stop execution.

  • Mat

Is it not a install problem?
In fedora2 environment, there is no problem to excute the command.

Is it not a install problem?

No. These statement are part of your program.

In fedora2 environment, there is no problem to excute the command.

You’ll need to look at the source to determine why your executing the STOP statement.

  • Mat