Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
running IDL on a linux command line
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mkmva...@gmail.com  
View profile  
 More options Oct 12 2012, 12:49 pm
Newsgroups: comp.lang.idl-pvwave
From: mkmva...@gmail.com
Date: Fri, 12 Oct 2012 09:49:54 -0700 (PDT)
Local: Fri, Oct 12 2012 12:49 pm
Subject: running IDL on a linux command line
Hello,
I am trying to use a IDL on a different machine. I logged on to the other machine using putty and type in 'idl'. But I don't know how to write or compile the program using linux based command line.

I have been using IDL on my windows computer so don't have any idea how to run or compile or edit the programs. I had used 'idlde' on  a different server before but not on a command line.
Thanks,
Mahesh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Galloy  
View profile  
 More options Oct 12 2012, 3:12 pm
Newsgroups: comp.lang.idl-pvwave
From: Michael Galloy <mgal...@gmail.com>
Date: Fri, 12 Oct 2012 13:12:56 -0600
Local: Fri, Oct 12 2012 3:12 pm
Subject: Re: running IDL on a linux command line
On 10/12/12 10:49 AM, mkmva...@gmail.com wrote:

> Hello, I am trying to use a IDL on a different machine. I logged on
> to the other machine using putty and type in 'idl'. But I don't know
> how to write or compile the program using linux based command line.

> I have been using IDL on my windows computer so don't have any idea
> how to run or compile or edit the programs. I had used 'idlde' on  a
> different server before but not on a command line. Thanks, Mahesh

I would suggest using a simple console editor on the server such as
emacs or vi. I usually have multiple terminals windows logged into the
remote machine -- one for an editor, one for an IDL command line, one
for a system command line, etc. I believe it is possible to use X (I
think even if you're local machine is on Windows, but there is extra
software you need) to run the IDL Workbench and have it show up on your
local machine, but my experience is that is a very slow and frustrating
experience.

Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Coyote  
View profile  
 More options Oct 12 2012, 3:47 pm
Newsgroups: comp.lang.idl-pvwave
From: Coyote <sageande...@gmail.com>
Date: Fri, 12 Oct 2012 12:47:21 -0700 (PDT)
Local: Fri, Oct 12 2012 3:47 pm
Subject: Re: running IDL on a linux command line

On Friday, October 12, 2012 1:12:58 PM UTC-6, Mike Galloy wrote:
> I believe it is possible to use X (I
> think even if you're local machine is on Windows, but there is extra
> software you need) to run the IDL Workbench and have it show up on your
> local machine, but my experience is that is a very slow and frustrating
> experience.

Oddly enough, I was just figuring out how to connect to a UNIX machine
from my Windows machine via a VNC client this morning. I now have a
window on my Windows machine that connects to UNIX and allows me to run
the IDLDE on the UNIX machine (I need UNIX because  the massive amount of data
we need is located there and because that machine has 32 GByte of RAM,
whereas this poor Windows machine only has 6 GByte of RAM). I like
the IDLDE because I configure it exactly like my Windows IDLDE and
I don't have to think about anything except my work.

I didn't find doing this particular operation frustrating (someone
else had installed the vncserver software on the UNIX side) or slow.
If fact, so far, it is working great!

Cheers,

David


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Galloy  
View profile  
 More options Oct 12 2012, 4:12 pm
Newsgroups: comp.lang.idl-pvwave
From: Michael Galloy <mgal...@gmail.com>
Date: Fri, 12 Oct 2012 14:12:43 -0600
Local: Fri, Oct 12 2012 4:12 pm
Subject: Re: running IDL on a linux command line
On 10/12/12 1:47 PM, Coyote wrote:

Ah, yes, VNC probably provides a better experience than X.

Of course, I am biased against the Workbench -- I use the command line
95% even on my local machine.

Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mkmva...@gmail.com  
View profile  
 More options Jan 17, 10:24 pm
Newsgroups: comp.lang.idl-pvwave
From: mkmva...@gmail.com
Date: Thu, 17 Jan 2013 19:24:27 -0800 (PST)
Local: Thurs, Jan 17 2013 10:24 pm
Subject: Re: running IDL on a linux command line
I tried to run IDL using command line. It just compiles the program but does not run it. Does anybody know how to fix this. I use ".run" to run the program.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Fanning  
View profile  
 More options Jan 17, 11:15 pm
Newsgroups: comp.lang.idl-pvwave
From: David Fanning <n...@idlcoyote.com>
Date: Thu, 17 Jan 2013 21:15:49 -0700
Local: Thurs, Jan 17 2013 11:15 pm
Subject: Re: running IDL on a linux command line

mkmva...@gmail.com writes:
> I tried to run IDL using command line. It just compiles the program but does not run it. Does anybody know how to fix this. I use ".run" to run the program.

On of the (many) secrets of IDL is that the .RUN command doesn't really
run anything. (Actually, it runs main-level programs, but most people
don't know what these are, so it's not like it counts.) RUN is a hold-
over from the BASIC language from the early 1970's, when it was used to
run a BASIC program. But, the command only compiles IDL procedures and
functions, and for that purpose it is better to use the eponymously
named .COMPILE command. :-)

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mkmva...@gmail.com  
View profile  
 More options Jan 18, 10:37 pm
Newsgroups: comp.lang.idl-pvwave
From: mkmva...@gmail.com
Date: Fri, 18 Jan 2013 19:37:31 -0800 (PST)
Local: Fri, Jan 18 2013 10:37 pm
Subject: Re: running IDL on a linux command line
Is there a way to run the program from the command line? I try to use my office machine from home. This is when I need to run IDL in terminal.
Thanks,
Mahesh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Fanning  
View profile  
 More options Jan 18, 11:25 pm
Newsgroups: comp.lang.idl-pvwave
From: David Fanning <n...@idlcoyote.com>
Date: Fri, 18 Jan 2013 21:25:21 -0700
Local: Fri, Jan 18 2013 11:25 pm
Subject: Re: running IDL on a linux command line

mkmva...@gmail.com writes:
> Is there a way to run the program from the command line? I try to use my office machine from home. This is when I need to run IDL in terminal.

Sure. Type the name of the program and pass it any required arguments.
If it is written properly, it will run as soon as it is compiled. If it
isn't written properly, compile it first, then type the name of the
program, etc.

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Russell  
View profile  
 More options Jan 20, 5:21 pm
Newsgroups: comp.lang.idl-pvwave
From: Russell <russell.g...@gmail.com>
Date: Sun, 20 Jan 2013 14:21:57 -0800 (PST)
Local: Sun, Jan 20 2013 5:21 pm
Subject: Re: running IDL on a linux command line
Compile it and then run it. Inside idl

.compile foo.pro
foo

Cheers.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chang Liao  
View profile  
 More options May 2, 2:35 am
Newsgroups: comp.lang.idl-pvwave
From: Chang Liao <loooovewill...@gmail.com>
Date: Wed, 1 May 2013 23:35:21 -0700 (PDT)
Local: Thurs, May 2 2013 2:35 am
Subject: Re: running IDL on a linux command line
Here comes another problem,  I was trying  to submit a job to the HPC cluster, since the data is massive. How can I call my idl code after I loaded the idl module?  Shall I just compiler the pro files into sav or something else?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »