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

IMSL Assurance Test failed

skravoof
Beginner
629 Views
Dear all,
I have install intel fortran compiler with imsl64 bit on win7 64 bit version. Mpich2 also installed. When I run the IMSL Assurance Test through commond prompt usingrun_eiat.bat most of them come as Access is deined. And I can't figure out whats wrong?
Thanks in advance
skravoof
0 Kudos
3 Replies
Steven_L_Intel1
Employee
629 Views
Can you show the log of the commands and results? I don't know what you mean by "most of them come as Access is denied". Can you build and run the "validate" program?
0 Kudos
skravoof
Beginner
629 Views
I had the similar problem when I used build_eiat at the command prompt. error is something like: 'ifort' not recognized as internal or external command. Any suggestions?
Regards,
Ravoof
0 Kudos
mecej4
Honored Contributor III
629 Views
When you installed Intel Fortran and IMSL, did you allow the installers to modify the environment? If not, which is what I suspect from the error message 'ifort not recognized', you need to use the command window under Start-Programs-Intel...-Command.., rather than an ordinary command window from Windows-Accessories. The former is run from a batch file that sets the correct environmental variables to allow the Intel Fortran compiler to be run.

As a first step, forget about IMSL and make the changes needed to allow the compilation and running of a Hello World Fortran program. Then add the IMSL capability.
0 Kudos
Reply