AIFM-sys / AIFM

AIFM: High-Performance, Application-Integrated Far Memory
MIT License
104 stars 34 forks source link

Update README.md #13

Closed kiyoakii closed 1 year ago

kiyoakii commented 1 year ago

This PR fixes following issues appeared while setting up environment on CloudLab.

  1. The default shell is not shell, and fails to interpret annotations of line
    sudo ./mlnxofedinstall --add-kernel-support --dpdk --upstream-libs # it's fine to see 'Failed to install libibverbs-dev DEB' 
  2. After upgrading kernel version, without an apt-get upgrade performed, gcc-9 cannot be found.
  3. pip needs to be upgraded to install cmake.
zainryan commented 1 year ago

Thanks!