X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 15 Jul 2015 09:26 AM by  anon
Single Board Linux Box
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
15 Jul 2015 09:26 AM
    Hello, I am working on a project for my lab, where we need a small single board pc that can run an IDL script in the runtime environment. Originally, a raspberry pi was to be used, but I was not aware at the time that ARM CPU's had a completely different architecture from the x86 and x86_64 architectures. I am now looking at a different board. This board has an 64-bit Intel Atom E38xxx series processor clocked at 1.33 GHz and houses 2 GB of ram. I plan to have the board run Ubuntu, Arch Linux, or Linux Mint. Would this setup be able to run IDL without any problems? From what I can tell, the CPU has an x86_64 architecture so that should not be a problem for IDL like my previous attempt at this project. Thanks, -Matt

    Deleted User



    New Member


    Posts:81
    New Member


    --
    16 Jul 2015 08:20 PM
    Hello Matt, I'm not familiar with other users running IDL on 64-bit Intel Atom E38xxx series processors with X86_64 architecture. However, if the Linux version installed on it meets the minimum Linux kernel and glibc version requirements for the IDL version being used (for IDL 8.4): http://www.exelisvis.com/docs/Platfor... --as well as having all of the needed system library dependencies, I'm guessing you might be able to get IDL to run on such a system. In case it can be helpful, here's a link to a help article that discusses some common system library dependency issues for IDL on various flavors of Linux: http://www.exelisvis.com/Support/Help... Ultimately, if you have trouble getting the IDL Workbench (idlde) to work and you really only need access to IDL Runtime (RT) session to execute your compiled IDL application save (*.sav) files, you might wish to focus on getting IDL command line (idl) or IDL RT session (idl -rt) to work. Note that if you attempt to run idl -rt without proper licensing, then by default the session will launch in IDL VM (virtual machine mode) in which the interactively dismissed IDL VM splash screen will appear. You can also explicitly launch an IDL application in IDL VM mode use the idl -vm command line switch. Examples: idl -rt=/path/to/myapp.sav idl -vm=/path/to/myapp.sav Finally, here are some IDL help pages that might be of interest to you regarding IDL RT and IDL VM limitations: http://www.exelisvis.com/docs/Limitat... http://www.exelisvis.com/docs/Limitat... I hope this can help. Kind regards,
    You are not authorized to post a reply.