conf updated, log updated

This commit is contained in:
Lorenzo Volpi 2023-12-29 13:13:57 +01:00
parent 8a43dacd3b
commit d9c436cd98
3 changed files with 2314 additions and 4 deletions

View File

@ -284,4 +284,4 @@ d_kde_rbf_conf: &d_kde_rbf_conf
DATASET_TARGET: CCAT
exec: *sld_lr_conf
exec: *kde_lr_conf

View File

@ -34,8 +34,17 @@ dash = "gunicorn qcdash.app:server -b ilona.isti.cnr.it:33421"
shell = """
scp {$HOST}:~/tesi/quacc.log ~/tesi/remote.log &> /dev/null
ssh {$HOST} tail -n 0 -f /home/volpi/tesi/quacc.log >> ~/tesi/remote.log
"""
interpreter="fish"
[tool.poe.tasks.logrf]
shell = """
scp {$HOST}:~/tesi/quacc.log ~/tesi/remote.log &> /dev/null
ssh {$HOST} tail -n 500 -f /home/volpi/tesi/quacc.log | bat --paging=never --language log
"""
interpreter = "fish"
env = { HOST = "volpi@ilona.isti.cnr.it" }
[tool.poetry.group.dev.dependencies]
@ -60,5 +69,3 @@ addopts = "--cov=quacc -rA --cov-report html"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

2303
remote.log

File diff suppressed because it is too large Load Diff