Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

testing out evaluation copy of parallel studio on linux

SUNG__THEODORE
Beginner
633 Views

I hope this is the correct forum.  I just download the 30 day trial of parallel studio xe 2020 cluster edition (online) for linux to test out the intel c/c++ compiler.

When I run the install.sh I get an error saying

CPU is not supported.

Where can I find out what CPUs are supported?  

Also, is parallel studio the only way for me to get a copy of the compiler for testing?

Thanks, Ted

uname -a shows 

Linux vlbuild1 2.6.18-164.11.1.el5 #1 SMP Wed Jan 6 13:26:04 EST 2010 x86_64 x86_64 x86_64 GNU/Linux

and /proc/cpuinfo shows

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 13
model name      : QEMU Virtual CPU version (cpu64-rhel6)
stepping        : 3
cpu MHz         : 2899.998
cache size      : 4096 KB
fpu             : yes
fpu_exception   : yes
cpuid level     : 4
wp              : yes
flags           : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm pni cx16 lahf_lm
bogomips        : 5799.99
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:
 

 

0 Kudos
4 Replies
Viet_H_Intel
Moderator
633 Views

Not sure why, but the compiler should be supported that processor you have.

0 Kudos
SUNG__THEODORE
Beginner
633 Views

In the install.sh script, the MIN_MODEL is 14 and my processor's is 13.  This is why the install fails.  Is there any work around?

Can I change  the MIN_MODEL and still hope it works?

0 Kudos
Viet_H_Intel
Moderator
633 Views

I would recommend to find a system which has CPU support. 

0 Kudos
SUNG__THEODORE
Beginner
633 Views

I've done so and things are working.  Thanks, Ted

0 Kudos
Reply