Dimitrios Bellos

Results 5 comments of Dimitrios Bellos

To help this is the script we run on the HPC ``` #!/bin/bash #SBATCH --qos=rfi #SBATCH --account= #SBATCH --time=0-01:00:00 #SBATCH --ntasks=3 #SBATCH --cpus-per-task=4 #SBATCH --gpus-per-task=1 module purge module load baskerville...

The problem is after the completion of CTF estimation process. A directory is created in the `/CTFFind/job003/` location that has the same structure as the data directory that exists on...

No problem, we can perform the symlink delete part, if the delete of the links is supposed to be executed by the GUI. We are currectly writing production scripts so...

Thank you for answer. The issue does not have to do with the number of MPI procs, or the number of threads per MPI proc (aka slurm task) or what...

Our use case is multi-node since due to size of data using more than 4 GPUs at a time is necessary. Regarding your prior reply. "But in general, I don't...