Comment 8 for bug 1046337

Revision history for this message
Dale Roberts (ds-roberts) wrote :

Hi All

I've been working with Rhodri trying to get Fluidity compiled on the NCI's peak machine, with the intent to run scaling tests and perform some profiling once everything is up and running.

What appears to be happening with the above issue is that the type csr_sparsity is being lost from scope from the nested subroutine, and any subsequent declarations, regardless of whether the subroutine is nested or not. Moreover, there are other types from the same module that are picked up in the same nested subroutine and further on in the code.

I currently have a small reproducer of this bug that compiles with gfortran and ifort version 13.1.3.192, but not ifort 14.0.0.080, and will be passing it on to Intel.

I look forward to working with you all.

Dale