Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File error when using MPI with more than one node. #1

Open
alquraishi opened this issue Oct 12, 2016 · 0 comments
Open

File error when using MPI with more than one node. #1

alquraishi opened this issue Oct 12, 2016 · 0 comments

Comments

@alquraishi
Copy link

I'm able to run the uniclust-pipeline successfully using MPI when restricted to one node. However, once I use more than one node I get a file-related error in run_main.sh. Specifically, at this step:

+ mpirun --pernode --bind-to none mmseqs prefilter .../Apps/uniclust-pipeline/output/2016_06/tmp/input_step0 .../Apps/uniclust-pipeline/output/2016_06/tmp/input_step0 .../Apps/uniclust-pipeline/output/2016_06/tmp/pref_step0 --max-seqs 20 --comp-bias-corr 0 --k-score 145 --threads 16 --diag-score 1 --min-ungapped-score 15 --spaced-kmer-mode 1 --max-seq-len 32768
.../Apps/uniclust-pipeline/output/2016_06/tmp/pref_step0_tmp_0.0: File exists

My LSF configuration is very similar to the defaults in run_main.sh, basically:


#BSUB -n 32
#BSUB -R "span[ptile=16]"
export RUNNER="mpirun --pernode --bind-to none"
export COMMON="--threads 16"
export OMP_NUM_THREADS=16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant