- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The command to change to a directory on a different drive is CD with a /d option:
cd /d Z:\"FORTRAN PROGRAMS"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, everything is OK now
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page