Skip to content

feature-vepci for v2.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare

Experimental implementation of VEOS with VE PCI feature

How to install

1. install VEOS v2.0.3 into SX-Aurora TSUBASA

VEOS v2.0.3 is released at NEC site.

https://www.nec.com/en/global/prod/hpc/aurora/ve-software/

2. download the following rpm files

libsysve-2.0.0-201905080944.el7.centos.x86_64.rpm
libsysve-devel-2.0.0-201905080944.el7.centos.x86_64.rpm
veos-2.0.3-201905080930.el7.centos.x86_64.rpm
veos-devel-2.0.3-201905080930.el7.centos.x86_64.rpm
veos-libvepseudo-headers-2.0.3-201905080930.el7.centos.x86_64.rpm
veos-libveptrace-2.0.3-201905080930.el7.centos.x86_64.rpm

3. update rpm files

# /opt/nec/ve/bin/vecmd state set off
# yum update libsysve*.rpm veos*.rpm
# /opt/nec/ve/bin/vecmd state set on

How to use VE PCI feature

See "Getting Started with VE PCI" in doxygen.zip.

  1. Download doxygen.zip
  2. Extract doxygen.zip
  3. Open doxygen/html/index.html using browser
  4. Click"Getting Started with VE PCI" in the left frame.

How to rollback to VEOS v2.0.3

# /opt/nec/ve/bin/vecmd state set off
# yum history <- Check ID when you update rpm files.
# yum history undo <ID>
# /opt/nec/ve/bin/vecmd state set on