[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] load distribution problem



Hey Abhishek,

  Even multi-threaded application will not serve your purpose, since thread can't be scheduled on remote machine as a different job coz it shares same address space as of parent. I would suggest you to exploit parallelism in your program and write it using parallel library say "MPI" or "PVM". Then using condor, you can schedule it on any number of machines (you will have to specify it in condor submit file), and this would even reduce the collective time being taken right now!!!

Cheers
Neeraj


On Wed, 07 Dec 2005 itpals wrote :
>Hi Friends,
>            I have tested a bulk of individual jobs with same input or different input on two windows machine having condor 6.6.10.I just want to know that is it possible in condor for windows platform to divide the single large executable into small executables and after execution on pool again able to join the final output  or should i write multithreaded application..........
>For this type of scenario what should i do where a have a single large exe which took almost 10-12 hours for execution.how can condor help for this?
>thanks for your support                                     
>
>_______________________________________________
>Condor-users mailing list
>Condor-users@xxxxxxxxxxx
>https://lists.cs.wisc.edu/mailman/listinfo/condor-users