Gianr Lazz

Results 38 comments of Gianr Lazz

Hi, I moved to CopyQ, which seems to no issues (until now), but for the sake of debugging, I can tell you that these were my settings ![image](https://user-images.githubusercontent.com/15370425/154940731-aefd5a15-16e6-40ee-9a25-372161186b17.png) and that...

> PostgreSQL YUM repo has pgloader RPMs. You don't need to build it: > > ``` > yum -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm > yum -y install epel-release > yum -y install...

I am running 2 N executions, with N = n_processes, and between the 2 'waves ' of cpus loads there was more waiting time (wt) then expected ... (like, I...

Thanks -- feel free to close it, as it's not probably really an issue... (I am wondering if this delay depends for instance on the n_processes involved, or similar ...)

ok, I had another run and I can see now that after 8 min I still have only 1 cpu...so, clearly there is an issue here... I can see from...

Yes, correct. The weird think is that I always run on notebook and sometimes it works, sometimes it doesn't (the waiting time, like in that case it's just too long,...

well, I did it in the past, and it worked ( there were 2 nested parallelization loops)...I will check again in case...

I was wondering... are you shutting down the mp pool after it's done with the `multi_runs`? I see you are using `from contextlib import closing` -- don't know it... I...

not sure...as nothing starts...in `htop` I see only 1 cpu running, and all others n_process _on but 'silent'_... no idea what's going on....

I am running some simulations again and I noticed that there are large period of time ( up to few min) in which there is no parallelization happening... is it...