To whom it may concern,
I am compiling the IOAPI-3.2 with the up-to-date master branch.
And I found that the code ioapi/init3.F90 is different from the previous version, which would cause problems.
In line 142,
CHARACTER *80, PARAMETER :: IOAPILIBVER =
There is no "&" at the end, which causes the code at this line not to finish correctly.
Also, in line 181,
This variable was not declared, which also cause problems.
I am using GNU, but I am not familiar with the compiler, so I am not sure if this problem would be fixed by other compiler/flag/option.
If so, please ignore this problem,
Sincerely,
To whom it may concern,
I am compiling the IOAPI-3.2 with the up-to-date master branch.
And I found that the code ioapi/init3.F90 is different from the previous version, which would cause problems.
In line 142,
There is no "&" at the end, which causes the code at this line not to finish correctly.
Also, in line 181,
This variable was not declared, which also cause problems.
I am using GNU, but I am not familiar with the compiler, so I am not sure if this problem would be fixed by other compiler/flag/option.
If so, please ignore this problem,
Sincerely,