Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condor with threads
My question is that if it is not possible to run
proccesses with condor in a paralell mode like with
Openmosix???
Please go through the manual page for job submission in Condor:
http://www.cs.wisc.edu/condor/manual/v6.7/2_5Submitting_Job.html
It should answer most of your questions, especially with respect to
heterogeneous pools. In sum it is possible to submit batch jobs to
heterogeneous nodes, if you have a binary for each of the architectures.
Condor works on the granularity level of executable binaries - it is not
a single-system-image solution like OpenMOSIX.
What do i have to do ??? use MPI and PVM??? or if i
program with threads the system would catch them and
proccess them in diferent computers????
If you want to coordinate the distributed execution of your program, MPI
is a good idea:
http://www.cs.wisc.edu/condor/manual/v6.7/2_10MPI_Applications.html
Regards,
Peter.