Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@rupam-das-wW5CvN • Sep 10, 2011
You can. Single job may have different threads. Once or more threads may need to access or share different resources. Hence in parallelism, thread priority can be assigned and resource reservation is supported. Look closely in GridSim Example directory, you will also find a suitable example of this. -
@animesh-kuity-UQtIK0 • Sep 10, 2011
Thanks for your reply.
There is no suitable example for that situation.
First I want to know whether two resources are willing to execute that single job or not. If they will,then I will submit that job. All have to be done using Advance reservation.Actually I want negotiation between two resources to execute that job.
Is it possible? How? please give me details.