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

Parallel Studio integration with VS

Eldhuset__Knut
Beginner
840 Views

Dear Steve

 

Thankyou very much. The integration is OK !

I have got the debugger.

 

Only one simple start problem:

 

Compilation using command line

 

I have the Command Prompt in the black window ‘Intel Compiler 19.0 Update 5 Intel® 64 Visual Studio 2017’

C:\Program Files (x86)\IntelSWTools>

 

I want to compile a Fortran program fort.f  on the Z drive. How do I set the prompt to the Z drive ?

 

Z:\FORTRAN PROGRAMS\

 

and then compile with ifort command:

 

ifort fort.f

 

Kind regards Knut Eldhuset

FFI

0 Kudos
2 Replies
mecej4
Honored Contributor III
840 Views

The command to change to a directory on a different drive is CD with a /d option:

     cd /d Z:\"FORTRAN PROGRAMS"

0 Kudos
Eldhuset__Knut
Beginner
840 Views

Thanks, everything is OK now

 

 

0 Kudos
Reply