eg problem visible with the command: > /usr/bin/python3 -m pip install --root=/ git+https://git.ipr.univ-rennes.fr/cellinfo/cocluto to then: ```sh root@alambix50:~# quman Traceback (most recent call last): File "/usr/local/bin/quman", line 5, in <module> from cocluto.quman import main File "/usr/local/lib/python3.11/dist-packages/cocluto/quman.py", line 13, in <module> from cocluto.ClusterController.QstatParser import QstatParser ``` work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3093] |
||
|---|---|---|
| ci | ||
| cocluto | ||
| test | ||
| .gitignore | ||
| README.md | ||
| pyproject.toml | ||
| setup.py | ||
README.md
cocluto : COmpute CLUster TOols
these are a set of common modules that are used in various compute cluster related code at Institut de Physique de Rennes
how to test
(cocluto.venv) graffy@graffy-ws2:~/work/simpaweb/cocluto.git$ python3 -m unittest test.test_cocluto