Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Visual studio on mac editing and running Intel fortran on linux

T__Varun
Beginner
1,783 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 II
1,785 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
1,785 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 II
1,785 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