- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I run into a output conversion problem with Intel Visual Fortran Composer XE 2011. The following is the code:
"
WRITE(6,7330) II,IVCONST,DUMMY
WRITE(25,7330) II,IVCONST,DUMMY
7330 FORMAT(1X,' Row#,Constraint#= ',2I10,2X,A55,
& ' cannot be satisfied but is in the sufficient set.')
"
32 bit executable, the variable values at run time:
II = 1, IVCOST=1,DUMMY='MYCON1' (Microsoft Visual Studio 2008)
II = 4232582, IVCOST=1, DUMMY='MYCON1a' (Screen output)
II = 1, IVCOST=52445245, DUMMY='MYCON1' (Unit 25, file output).
This subroutine has calls to a 3rd party Linear Optimization software LINDO libraries.
Does anyone else run into this type of problem?
Thanks in advance.
JW.
"
WRITE(6,7330) II,IVCONST,DUMMY
WRITE(25,7330) II,IVCONST,DUMMY
7330 FORMAT(1X,' Row#,Constraint#= ',2I10,2X,A55,
& ' cannot be satisfied but is in the sufficient set.')
"
32 bit executable, the variable values at run time:
II = 1, IVCOST=1,DUMMY='MYCON1' (Microsoft Visual Studio 2008)
II = 4232582, IVCOST=1, DUMMY='MYCON1a' (Screen output)
II = 1, IVCOST=52445245, DUMMY='MYCON1' (Unit 25, file output).
This subroutine has calls to a 3rd party Linear Optimization software LINDO libraries.
Does anyone else run into this type of problem?
Thanks in advance.
JW.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IVCONST? IVCOST?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, IVCOST should have been IVCONST.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page