Eigenvalues
Ubuntu 19.10 x64
下载安装FEAST_3.0
1apt update
2wget http://www.ecs.umass.edu/~polizzi/feast/m3-0/feast_3.0.tgz
3tar -xvf feast_3.0.tgz
4
sudo apt-get install libc6-dev
gcc helloworld.c -o helloworld -I/root/FEAST/3.0/include -L/root/FEAST/3.0/lib/x64 -llibfeast_dense -llibfeast
gcc helloworld.c -o helloworld -I/root/FEAST/3.0/include -L/root/FEAST/3.0/lib/x64 -lfeast -lfeast_dense
-lfeast sparse -lfeast banded -lfeast
gcc helloworld.c -o helloworld -I/root/FEAST/3.0/include -L/root/FEAST/3.0/lib/x64 -lfeast -lfeast_dense -Wl,–start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,–end-group -liomp5 -lpthread -lm
单
全
Ubuntu 18.04
1apt update
2apt install build-essential
3
4http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16225/parallel_studio_xe_2020_cluster_edition_online.tgz
5
6
7
8
9To install GTK3 library, execute one of the following commands specific to your
10operating system:
11- Ubuntu / Debian:
12sudo apt-get install libgtk-3-0
13- Red Hat Enterprise Linux / CentOS:
14sudo yum install gtk3
15- Fedora:
16sudo dnf install gtk3
17- SUSE Linux Enterprise Server:
18sudo zypper install gtk3
19
20
21- Ubuntu / Debian:
22sudo apt-get install libxss1
23- Red Hat Enterprise Linux / CentOS:
24sudo yum install libXScrnSaver
25- Fedora:
26sudo dnf install libXScrnSaver
27- SUSE Linux Enterprise Server:
28sudo zypper install libXss1
29
30
31To install NSS library, execute one of the following commands specific to your
32operating system:
33- Ubuntu / Debian:
34sudo apt-get install libnss3
35- Red Hat Enterprise Linux / CentOS:
36sudo yum install nss
37- Fedora:
38sudo dnf install nss
39- SUSE Linux Enterprise Server:
40sudo zypper install mozilla-nss
41
42
43To install GTK2 library, execute one of the following commands specific to your
44operating system:
45- Ubuntu / Debian:
46sudo apt-get install libgtk2.0
47- Red Hat Enterprise Linux / CentOS:
48sudo yum install gtk2
49- Fedora:
50sudo dnf install gtk2
51- SUSE Linux Enterprise Server:
52sudo zypper install gtk2
53
54
55To install ALSA library, execute one of the following commands specific to your
56operating system:
57- Ubuntu / Debian:
58sudo apt-get install libasound2
59- Red Hat Enterprise Linux / CentOS:
60sudo yum install alsa-lib
61- Fedora:
62sudo dnf install alsa-lib
63- SUSE Linux Enterprise Server:
64sudo zypper install libasound2
65
66
67
68
69apt install -y libgtk-3-0 libxss1 libnss3 libgtk2.0 libasound2
export LD_LIBRARY_PATH="/opt/intel/lib" export DYLD_LIBRARY_PATH="/opt/intel/lib" export MANPATH="/opt/intel/man" export PATH=/opt/intel/bin:$PATH
make ARCH=x64 LIB=feast all
/root/FEAST/3.0/src
/root/FEAST/3.0/example/Hermitian/C/1_dense
apt install libscalapack-mpich2.0/bionic
source /opt/intel/bin/compilervars.sh intel64
gcc driver_cfeast_heev.c -o driver_cfeast_heev -I/root/FEAST/3.0/include -L/root/FEAST/3.0/lib/x64 -lfeast -lfeast_dense -Wl,–start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,–end-group -liomp5 -lpthread -lm -lirc
https://software.intel.com/en-us/forums/intel-c-compiler/topic/310493
gcc driver_cfeast_heev.c -o driver_cfeast_heev -I/root/FEAST/3.0/include -L/root/FEAST/3.0/lib/x64 -lfeast -lfeast_dense -Wl,–start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,–end-group -liomp5 -lpthread -lm -lirc
./helloworld
gcc helloworld.c -o helloworld -I/root/FEAST/3.0/include -L/root/FEAST/3.0/lib/x64 -lfeast -lfeast_dense -Wl,–start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,–end-group -liomp5 -lpthread -lm -lirc