Hi,
I have a little problem when compiling.
I have a very long fortran code from someone else and I need to compile it for linux. The code compiles ok in windows using the old Microsoft Developer Studio, but it does not compile with gfortran or g77.
The problem are these type of format lines:
FORMAT(' node',5X,<nmin>a12)
For example, in this case I want the code to write a certain string as many times as the value of the variable <nmin> with the format a12, but gfortran or g77 don´t like it.
How shall I do to be able to fix this problem and compile the script for linux?. It may be something easy, but I'm not a fortran expert.
Thanks a lot for your help.
I have a little problem when compiling.
I have a very long fortran code from someone else and I need to compile it for linux. The code compiles ok in windows using the old Microsoft Developer Studio, but it does not compile with gfortran or g77.
The problem are these type of format lines:
FORMAT(' node',5X,<nmin>a12)
For example, in this case I want the code to write a certain string as many times as the value of the variable <nmin> with the format a12, but gfortran or g77 don´t like it.
How shall I do to be able to fix this problem and compile the script for linux?. It may be something easy, but I'm not a fortran expert.
Thanks a lot for your help.