Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

undefined address

fobermaier
Beginner
525 Views
Hello,

in a program i'm calling a subroutine which receives 3 arguments with it. This works fine for a couple of times but after a while one of the variables has the status of an undefined address.
The subroutine seems to work with a value of a former call and in turn runs into an arraybounds exceeded error.
The arguments are simple integer(4).
I'm using CVF66A.

Who can help?
Thanks
Felix Obermaier
0 Kudos
2 Replies
james1
Beginner
525 Views
You'll need to post your code for anyone to have an idea, this isn't enough to go on.

James
0 Kudos
rodrigowsemb
Beginner
525 Views
I had the same problem.

Anybody solve this problem?

I had this problem only with character declaration.
This argument lost the memory address.

Thanks
Rodrigo Sumocoski
0 Kudos
Reply