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

Compaq Visual Fortran with DISLIN & GINO

nherscovici
Beginner
982 Views

Hello,

I must confess that I am not an expert in Fortran. At the office, I inherited some codes that I need to get them to work and add plotting capabilities.

I am struggling with DSLIN & GINO.

I use Compaq Visual Fortran Professional Edition 6.6.0 on a 32bit XP pro virtual machine (VMware Workstation 7). I am using this compiler and not new ones because the sources (5000+ lines) do not compile right I suspect some ASCII characters are not interpreted right by the new compilers.

I started with DISLIN:

1. I installed the DISLIN package and implemented the environmental variables and path commands as requested in the installation package.

2. I created the DISLIN.MOD file for this specific compiler, using the provided batch file.

3. I created a project file for the example file exa_f90.f90 provided by the DISLIN package.

Problem: I cannot get the file to compile right and cannot figure out what I am doing wrong. I am uploading the Project file/Workspace.

Note. The DISLIN package does not include any *.lib file and no evidence on the creation of such file is in the installation package.

Then I tried GINO:

To make a long story short: same procedure, with similar results. I am uploading the Project file/Workspace.

Hopefully somebody can help me.

I apologize for the ignorance

Thank you

0 Kudos
1 Reply
Steven_L_Intel1
Employee
982 Views
Looking at your DISLIN example, I do not see where you have told CVF where to find the DISLIN.mod file nor the DISLIN library file. Looking at the DISLIN download for DVF/CVF I see four .lib files and two .mod files. You need to add the path for the .mod files to the "INCLUDE files" project setting and add the appropriate .lib file to the linker settings page for "additional dependencies". I don't have CVF installed right now so I can't give more details. I also see from the "readme.dvf" in the download that they recommend recompiling dislin.f90 to get a new .mod file. If you want to do that, then just add that .f90 file to your project.
0 Kudos
Reply