richard_walsh@csi_cuny_edu
New Member
All,
Compiling CESM 1.0.4 on a Cray XE6 using Cray 8.0 compiler
release find an undeclared function in the above named routine:
microp_aero.F90
Here is some 'diff' output showing my suggested correction
to this one:
1417,1418c1417,1418
< real(r8) function derf(x)
< implicit real(r8) (a - h, o - z)
---
> function derf(x)
> implicit real (a - h, o - z)
The top two lines are the corrections and the bottom two are
the original. I have made this change to get things to compile.
If for some reason this change is not acceptable, let me know.
Richard Walsh
Parallel Applications and Systems Manager
CUNY HPC Center, Staten Island, NY
Compiling CESM 1.0.4 on a Cray XE6 using Cray 8.0 compiler
release find an undeclared function in the above named routine:
microp_aero.F90
Here is some 'diff' output showing my suggested correction
to this one:
1417,1418c1417,1418
< real(r8) function derf(x)
< implicit real(r8) (a - h, o - z)
---
> function derf(x)
> implicit real (a - h, o - z)
The top two lines are the corrections and the bottom two are
the original. I have made this change to get things to compile.
If for some reason this change is not acceptable, let me know.
Richard Walsh
Parallel Applications and Systems Manager
CUNY HPC Center, Staten Island, NY