You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run some code by using future.batchtools on a slurm HPC but I keep having the following error:
Error: BatchtoolsExpiration: Future ('doFuture2-1') expired (registry path /scratch/tpavan1/scripts_tommaso/test_batchtools/.future/20240710_190527-gmNN9y/doFuture2-1_1056043333).. The last few lines of the logged output:
However, the logged output changes while sometimes with a warming:
WARNING: While bind mounting '/users:/users': destination is already in the mount point list
WARNING: While bind mounting '/tmp:/tmp': destination is already in the mount point list
Some other times nothing, and rarely it runs. I haven't been able to solve or figure out the reason why it's not running since it worked for a while and now it return the error above.
This is the test code i am running:
R is loadel via module load r-full/4.4.1 which loads a container with the R installation. To make R communicate with slurm I exported the following paths:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear developers,
I am trying to run some code by using future.batchtools on a slurm HPC but I keep having the following error:
Error: BatchtoolsExpiration: Future ('doFuture2-1') expired (registry path /scratch/tpavan1/scripts_tommaso/test_batchtools/.future/20240710_190527-gmNN9y/doFuture2-1_1056043333).. The last few lines of the logged output:
However, the logged output changes while sometimes with a warming:
Some other times nothing, and rarely it runs. I haven't been able to solve or figure out the reason why it's not running since it worked for a while and now it return the error above.
This is the test code i am running:
R is loadel via module load r-full/4.4.1 which loads a container with the R installation. To make R communicate with slurm I exported the following paths:
export SINGULARITY_BINDPATH="$SINGULARITY_BINDPATH,/etc/passwd,/var/run/munge,/usr/lib64/libmunge.so.2.0.0:/usr/lib64/libmunge.so.2,/run/slurm/conf/slurm.conf:/etc/slurm/slurm.conf,/usr/lib64/slurm,/usr/bin/sbatch,/usr/bin/squeue,/usr/bin/scancel"
After which I run the test code, which ran in my initial testing but the it started throwing errors.
the template:
This is the session info:
Do you have any idea of why it stopped working?
Beta Was this translation helpful? Give feedback.
All reactions