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

Porting from Intel Visual Compiler 17 to new for f90gl libraries

SumitMuk
Beginner
608 Views

Hi,

I have a legacy application that uses the f90gl libraries from the NIST site. I moved to a new Windows 11 laptop from 10 and the also upgraded to the Visual Studio 2022 with Intel Classic and IntelOne compiler options. My legacy programs that dont use f90gl all compiled ok. The one with f90gl.lib and glut32.lib give me error below

Error error #7011: The module file for the module is obsolete. Please recompile the module. [OPENGL_GL] 

So I am trying to recompile the f90gl modules and if I remember right, I had to use the Fortran command prompt and run the make file

:: initializing oneAPI environment...
Initializing Visual Studio command-line environment...
Visual Studio version 17.11.5 environment configured.
"C:\Program Files\Microsoft Visual Studio\2022\Community\"
Visual Studio command-line environment initialized for: 'x86'
: compiler -- latest
: debugger -- latest
: mpi -- latest
:: oneAPI environment initialized ::

C:\Program Files (x86)\Intel\oneAPI>cd\

I navigated to the directory where the batch files were and tried to run 

C:\Users\user1\Documents\Modeling\IVF10\f90gl-1.2.12>mf8npo all
'mf8npo' is not recognized as an internal or external command,
operable program or batch file.

 

C:\Users\user1\Documents\Modeling\IVF10\f90gl-1.2.12>mf8njob
'mf8njob' is not recognized as an internal or external command,
operable program or batch file.

Any help would be appreciated.

Thanks

0 Kudos
3 Replies
andrew_4619
Honored Contributor III
579 Views

mf8npo is a make file not a batch file. 

0 Kudos
SumitMuk
Beginner
572 Views

Thanks Andrew!

What would be the proper commandline argument to use the make file and recompile the code 

0 Kudos
andrew_4619
Honored Contributor III
569 Views

Not a clue, I would have to read the documentation and look at some file contents. At a glance Digital Visual Fortran was one of the offerings available, a for runner in Intel but old. I would expect you would needs some tweaks to get it to work. It also needs a companion C compiler by the looks.

 

Reply