Thanks for the info, but I still failed to run julia.
Yup `dpkg -l | grep llvm` showed me llvm-3.2 installed, but I don't know how to uninstall it. `sudo apt-get remove llvm-3.2` showed me package llvm-3.2 not installed, so I simply try `sudo apt-get install llvm-3.3`.
Then `dpkg -l | grep llvm` show me these (also the 1st line exists before I install llvm-3.3):
ii libllvm3.2:amd64 3.2-2ubuntu5 amd64 Low-Level Virtual Machine (LLVM), runtime library
ii libllvm3.3:amd64 1:3.3-3~raring1 amd64 Low-Level Virtual Machine (LLVM), runtime library
ii llvm-3.3 1:3.3-3~raring1 amd64 Low-Level Virtual Machine (LLVM)
ii llvm-3.3-dev 1:3.3-3~raring1 amd64 Low-Level Virtual Machine (LLVM), libraries and headers
ii llvm-3.3-runtime 1:3.3-3~raring1 amd64 Low-Level Virtual Machine (LLVM), bytecode interpreter
To Viral Shah: I tried `cat /proc/cpuinfo`, I got these:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
stepping : 11
microcode : 0x1
cpu MHz : 2299.998
cache size : 4096 KB
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx1
6 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
bogomips : 4599.99
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
Seems like it support AVX?