Home > Archive > Fortran > September 2005 > ........Continue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| nancy80 2005-09-21, 6:59 pm |
| Les, thanks a lot for your reply and for spending time looking closer to my
problem.The reason I want to eliminate the warnings is that the executable
produced is not working producing an error for exceeding array
bounds........I am also using DVF on Windows XP Intel processor.If you
think that you manage to create a better executable can you send it to me?
Or otherwise be more specific about the procedure you followed.To check
executable copy it to the examples file and name one of given input files
drain.inp
Thanks again for your help.Please reply so as to send you my e-mail
| |
|
|
Hi again
I am getting errors because "infel08.h" file is not found. So I can't make
an exe.
It is not in the download zip file I got.
You can email me direct on l DOT neilson @ acecad DOT co DOT uk
(note first character is lower case "ell" not a "one")
Les
"nancy80" <nkazantzi@yahoo.com> wrote in message
news:c85ec6947052d43972fcd145a5a945f9@lo
calhost.talkaboutprogramming.com...
> Les, thanks a lot for your reply and for spending time looking closer to
my
> problem.The reason I want to eliminate the warnings is that the executable
> produced is not working producing an error for exceeding array
> bounds........I am also using DVF on Windows XP Intel processor.If you
> think that you manage to create a better executable can you send it to me?
> Or otherwise be more specific about the procedure you followed.To check
> executable copy it to the examples file and name one of given input files
> drain.inp
> Thanks again for your help.Please reply so as to send you my e-mail
>
>
| |
| Herman D. Knoble 2005-09-21, 7:00 pm |
| Nancy:
For CVF try debugging compiler optios:
/list /check:all /debug:full /traceback /warn:argument_checking /warn:uninitialized
/warn:truncated_source /browser
This does compile-time checking, and some limited run-time checking.
Better yet, get Lahey LF95 and compiler options:
--chk (aesux) --chkglobal --co --nsav --pca --warn --info -stchk --trace --trap diou --nli
Running code compiled with these LF95 options will generate run-time error
messages for uninitialized variables, subscripts or strings out of range,
invalid subprogrm mappings, and give a full traceback including the line
number in the code where the error occurred.
Skip
On Wed, 21 Sep 2005 10:16:37 -0400, "nancy80" <nkazantzi@yahoo.com> wrote:
-|Les, thanks a lot for your reply and for spending time looking closer to my
-|problem.The reason I want to eliminate the warnings is that the executable
-|produced is not working producing an error for exceeding array
-|bounds........I am also using DVF on Windows XP Intel processor.If you
-|think that you manage to create a better executable can you send it to me?
-|Or otherwise be more specific about the procedure you followed.To check
-|executable copy it to the examples file and name one of given input files
-|drain.inp
-|Thanks again for your help.Please reply so as to send you my e-mail
-|
|
|
|
|
|