COmpute CLUster TOols utilities python library
Go to file
Guillaume Raffy 9305967d10 cocluto v1.0.32 - added quman option --disable-sync
- the db synchronization mechanism needs some requirements that are not always available (sge commands such as qmod and qstat, write access on quman's database), as for example on simpaweb; in such environments, --disable-sync allows quman to work for query-only actions such as show-disable-requests

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3093]
2026-06-03 09:37:19 +02:00
ci cocluto v1.0.30 - rewrote SimpaDbUtil.ISqlConnection as sqldb.ISqlConnection for performance reasons 2026-05-29 20:11:28 +02:00
cocluto cocluto v1.0.32 - added quman option --disable-sync 2026-06-03 09:37:19 +02:00
test - fixed pylint warnings 2026-05-29 20:24:16 +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.30 - rewrote SimpaDbUtil.ISqlConnection as sqldb.ISqlConnection for performance reasons 2026-05-29 20:11:28 +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