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

RUNQQ question

milan777
Beginner
580 Views

Hello,

I havea QuickWinapplicationcompiled in the latest version of Intel Fortran under Microsoft Visual Studio 2005 (prof. edition), running under Windows XP (latest updates).

Wihin the code, therearesubsequentcallsto anexternal application using RUNQQ:

res = RUNQQ('c:..........ASReml.exe',command)

ASReml reads in theinput data, executes, and outputs data to files that are then retrieved by my program etc...

I purchased a new version of the ASReml.exe, and it no longer works with the RUNQQ calls. Actually, it does, but during certain calls it runs all over again (infinite loop of runs). I am thinking whether this could be explained by some interaction with sharing the same resources as my QuickWin program? I do not know what else mightbe causing this. Could it be a newer version (updates) of Intel Fortran, Visual Studio, or Windows? I can only compare to my older version compiled about a year ago.

I very appreciate your help,

Thank you,

Milan

0 Kudos
1 Reply
Steven_L_Intel1
Employee
580 Views
RUNQQ hasn't changed at all. The program you specify runs in a separate process, so there should be no interaction with QuickWin.
0 Kudos
Reply