GATK_FPGA加速器驱动安装

#Installing Required OS Packages and Components
sudo yum groupinstall 'Development and Creative Workstation'
sudo yum groupinstall 'Additional Develpment'
sudo yum groups mark install "Compatibility Libraries"
sudo yum groupinstall 'Development Tools' --setopt=group_package_types=mandatory,default,optional
sudo yum groupinstall 'Platform Development'
sudo yum groupinstall 'Python'
sudo yum groups mark install "Virtualization Hypervisor"

#########
sudo dmidecode -t bios  
cat /proc/cpuinfo   
cat /etc/redhat-release 
cat /proc/version   
#########

tar -zxf a10_gx_pac_ias_1_1_prq_rte_installer.tar.gz -C /opt/sysoft/
cd /opt/sysoft/a10_gx_pac_ias_1_1_prq_rte_installer/
mkdir /opt/sysoft/intelrtestack_1.1
./setup.sh

cd ../intelrtestack_1.1/
source init_env.sh

wget -c https://www.intel.com/content/dam/altera-www/global/en_US/others/solutions/acceleration-hub/a10_gx_pac_ias_1_1_pv_eth.patch
cp a10_gx_pac_ias_1_1_pv_eth.patch a10_gx_pac_ias_1_1_pv/hw/
cd a10_gx_pac_ias_1_1_pv/hw/
patch -s -p0 < a10_gx_pac_ias_1_1_pv_eth.patch 

#安装OPAE Framework 
sudo yum install gcc gcc-c++ cmake make autoconf automake libxml2 libxml2-devel json-c-devel boost ncurses ncurses-devel ncurses-libs boost-devel libuuid libuuid-devel python2-jsonschema doxygen hwloc-devel libpng12 rsync
#1 Install the FPGA driver
  a Remove any previous version of the OPAE framework
    sudo yum remove opae*.x86_64
  b Install the Extra Packages for Enterprise Linux (EPEL):
    #sudo yum install epel-release
  c Change to the OPAE installation software directory:
    cd /opt/sysoft/intelrtestack_1.1/a10_gx_pac_ias_1_1_pv/sw/
  d Install the driver:
    sudo yum install opae-intel-fpga*.rpm
#2 Install the latest OPAE framework:
    sudo yum install opae*.rpm
#3 Update dynamic linker run-time bindings:
    sudo ldconfig
#4 Check the Linux kernel installation:
    lsmod | grep fpga

#5 Verify your library installation:
    ls /usr/lib64/libopae-c* -l
#Run the fpgainfo tool to identify the FIM currently loaded
    sudo fpgainfo fme
cd ..
rm -rf a10_gx_pac_ias_1_1_pv_rte_installer/
此条目发表在Linux分类目录。将固定链接加入收藏夹。

发表评论

邮箱地址不会被公开。 必填项已用*标注

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

Protected with IP Blacklist CloudIP Blacklist Cloud