Add likwid and pylikwid to collectd
This commit is contained in:
@@ -5,3 +5,14 @@ pip install requests
|
||||
useradd collectd
|
||||
usermod -aG sudo collectd
|
||||
echo 'collectd ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/collectd
|
||||
|
||||
apt_install_temporary -y gcc python-dev make
|
||||
git clone https://github.com/RRZE-HPC/likwid.git
|
||||
cd likwid && make -j && make install
|
||||
|
||||
git clone https://github.com/RRZE-HPC/pylikwid.git
|
||||
cd pylikwid
|
||||
python setup.py build_ext
|
||||
python setup.py install
|
||||
|
||||
export_env LD_LIBRARY_PATH /usr/local/lib
|
||||
|
||||
Reference in New Issue
Block a user