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

Visual studio on mac editing and running Intel fortran on linux

T__Varun
Beginner
769 Views

I have Intel fortran running on a linux machine. I also have Visual Studio running on  a mac. Is it possible to use the mac to remotely edit, debug, compile and run Fortran applications on a Linux machine? 

0 Kudos
3 Replies
Juergen_R_R
Valued Contributor I
771 Views

Sure. Log in to a shell on the Linux machine from the machine, open a shell-based editor (vi, vim, emacs -nw), edit your code, debug it, and compile it.

0 Kudos
T__Varun
Beginner
771 Views

ha! I incorrectly stated my question. I wanted to use visual studio as a remote IDE for intel fortran (my main goal was GUI for debugging and editing)

 

 

0 Kudos
Juergen_R_R
Valued Contributor I
771 Views

I might be wrong, but I don't think that's possible, because the X Windows System on Linux doesn't support the graphical frontends of MAC OS X, the other way works running XQuartz.

0 Kudos
Reply