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

how to reduce the cycle time

sreevani
Beginner
394 Views
Hi,

command_line = TRIM(temp_datafolder)//'/'//Desc_FileName

! Create new process, wait for process to terminate before returning
wStatus = RUNQQ('second',command_line)
this 'second.exe' calls another first.exe while it is running .
By which the process is taking lot of time to complete.
Could u please suggest any other method so that the time is reduced for completing the process.
0 Kudos
0 Replies
Reply