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
Hi,
I'm trying to run mandrake on a sketch file which was calculated as: sketchlib sketch -l sketchlib_file_h10.txt -o h10 --cpus 10
and the command of mandrake was: mandrake --sketches h10.h5 --kNN 500 --cpus 10 --maxIter 1000000
but then i have this in the log file:
Number of workers less than number of available threads, increasing n_workers automatically
Calculating distances
Could not find random match chances in database, calculating assuming equal base frequencies
Calculating distances using 10 thread(s)
Progress (CPU): 0.0%
Progress (CPU): 1.0%/var/tmp/slurmd/job12552588/slurm_script: line 9: 54817 Segmentation fault (core dumped) mandrake --sketches h10.h5 --kNN 500 --cpus 10 --maxIter 1000000
Do you have any idea what can be wrong here? I installed to software with conda
Thank you,
Hien
The text was updated successfully, but these errors were encountered:
Seg faults are difficult to diagnose, but this looks like it's coming from sketchlib rather than mandrake based on the output messages. How many samples do you have, and is kNN lower than this number?
Hi,
I'm trying to run mandrake on a sketch file which was calculated as:
sketchlib sketch -l sketchlib_file_h10.txt -o h10 --cpus 10
and the command of mandrake was:
mandrake --sketches h10.h5 --kNN 500 --cpus 10 --maxIter 1000000
but then i have this in the log file:
Do you have any idea what can be wrong here? I installed to software with conda
Thank you,
Hien
The text was updated successfully, but these errors were encountered: