COmpute CLUster TOols utilities python library
Go to file
Guillaume Raffy 381ec9f1af cocluto v1.0.18 - fixed a bug that caused submodules to be excluded from install
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]
2026-04-10 10:18:06 +02:00
ci added continuous integration to cocluto 2026-04-02 18:09:17 +02:00
cocluto cocluto v1.0.18 - fixed a bug that caused submodules to be excluded from install 2026-04-10 10:18:06 +02:00
test cocluto v1.0.17 - added json option to quman so that the user can choose to get results in machine friendly (json) or human friendly format 2026-04-03 18:08:58 +02:00
.gitignore fixed a missing import error (time) that was detected by one of the applications that used cocluto 2023-06-07 18:23:46 +02:00
README.md fixed a missing import error (time) that was detected by one of the applications that used cocluto 2023-06-07 18:23:46 +02:00
pyproject.toml cocluto v1.0.18 - fixed a bug that caused submodules to be excluded from install 2026-04-10 10:18:06 +02:00
setup.py started to develop quman, a tool to handle multiple disable requests on the same queue 2026-04-01 16:12:17 +02:00

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