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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Visual studio on mac editing and running Intel fortran on linux

T__Varun
Beginner
1,729 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,731 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,731 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,731 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