After having posted regarding access violation, then employing
gflags.exe to further pinpoint the location and nature of the issue, I
think we located where it is.
Here's the function in question. We're breaking on the last line in
the function, deallocate(). Anywhere else we deallocate, we also
return. I don't know why that should be an issue? Should we also
return?
We're using the Intel Fortran compiler for Microsoft Visual Studio
2005. Intel(R) Fortran Compiler Integration for Microsoft Visual
Studio 2005,
10.1.3885.2005, Copyright (C) 2002-2007 Intel
Corporation.
integer function read_variables_projparams()
implicit none
character (len=len_attr_str), allocatable, dimension(:) ::
names
character (len=len_longattr_str), allocatable, dimension(:) ::
values
integer :: np, error_code
read_variables_projparams = 0