2022-01-28 18:14:09 +01:00
|
|
|
# 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
|
2023-06-07 18:23:46 +02:00
|
|
|
|
|
|
|
|
|
|
|
## how to test
|
|
|
|
|
|
|
|
```sh
|
|
|
|
(cocluto.venv) graffy@graffy-ws2:~/work/simpaweb/cocluto.git$ python3 -m unittest test.test_cocluto
|
|
|
|
```
|