Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor & OpenMP (for Core2Duo)
- Date: Fri, 16 Feb 2007 16:37:30 +0100
- From: "Thomas Bauer" <tombauer@xxxxxxxxxxxxxxx>
- Subject: [Condor-users] Condor & OpenMP (for Core2Duo)
Greetings,
Does anybody know an elegant way how to add Core2Duo machines to a
Condor-Pool? I've added a few of them to my pool, but I ran into a problem I
don't know how to solve.
On the one hand I want these machines to be availabe for users with
sequential programs, so that one might start his two jobs on just one
Core2Duo machine, but on the other hand I want the users to be able to start
OpenMP-jobs on these machines. This is a problem, because with standard
configuration it would be possible, that user A's sequential job is startet
at vm1@machine and user B's OpenMP job is startet at vm2@machine. In that
case, vm1@machine would be stressed by two jobs.
Does anybody know an elegant way how to avoid this scenario?
Thank in advance,
Thomas Bauer