conf updated, log updated
This commit is contained in:
parent
8a43dacd3b
commit
d9c436cd98
|
@ -284,4 +284,4 @@ d_kde_rbf_conf: &d_kde_rbf_conf
|
|||
DATASET_TARGET: CCAT
|
||||
|
||||
|
||||
exec: *sld_lr_conf
|
||||
exec: *kde_lr_conf
|
||||
|
|
|
@ -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
2303
remote.log
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue