LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   High Performance Computing (https://www.linuxquestions.org/questions/linux-newbie-8/high-performance-computing-835067/)

chj0848 09-28-2010 08:33 PM

High Performance Computing
 
Hi every Guru,

I am a newie 1st day.
I am trying to implement a CAE system on my i7 8-core machine which has 12Gb RAM, 1TB RAID0 SATA; x86_64 linux2.6.33.3-85 kernel, GNOME 2.30.

My problem is: Can I run an ELF 32-bit LSB executable (Intel 80386) on my system? because my application software vendor only has installation package which was compiled under 32-bit linux.

any clue is highly appreciated. thanks.

TobiSGD 09-28-2010 09:15 PM

To run this app you need to have the 32 bit-libraries installed. Be aware that a 32 bit-application can not benefit from the full amount of RAM you have.

syg00 09-28-2010 11:39 PM

Depends if your system is multi-lib. Which distro ?
Code:

lsb_release -a
uname -a



All times are GMT -5. The time now is 02:23 PM.