array jobs accessing one binary in population genetics software
1
0
Entering edit mode
4.0 years ago
prasundutta87 ▴ 660

Hi,

I am trying to run the program SNeP (https://sourceforge.net/projects/snepnetrends/files/binaries/). I have the binary installed in my home directory of the SGE cluster I am using. I wish to run multiple instances of the program for different sets of populations. I have 10 different populations and I have a shell script that runs an array job that would run SNeP on the 10 respective populations.

I want to know if it is all right for my 10 jobs to access the single binary file of SNeP. Will it overload the usage of the local copy of SNeP and slow down the program run?

Regards, Prasun

population genetics software SGE • 757 views
ADD COMMENT
1
Entering edit mode
4.0 years ago
ATpoint 81k

That will work just fine, don't worry. I/O bottlenecks can happen if many jobs start reading or writing to disk even though a good cluster with a decent parallel file system must/should also be able to handle this.

ADD COMMENT
0
Entering edit mode

Thanks @ATpoint..that's reassuring..the program is in generally quite slow and also hogs a lot of memory..was trying to see if the binary access is a bottleneck that can be avoided..had also thought of making multiple copies of the binary and then use it for each population..

ADD REPLY

Login before adding your answer.

Traffic: 1889 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6