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

[condor-users] multiple cpu's




i am unable to simultaneously use both CPU on my machines (intel/linux). my guess that this is a result of the nature of my jobs (see below). i'll appreciate if someone would verify my guess, and suggest a possible workaround.


my job is a perl script that spawns another process using the "system" command. its quite likely that the spawned process will run on the second CPU. this "fools" condor into thinking that the new process is NonCondorLoad, with the result that the second CPU is never allocated (the first one is idle, since the original script is waiting for the spawned process to finish).

is the above behavior expected with condor, or i am missing something? whats the best way to deal with it (run multiple virtual machines per CPU?)?

thanks,
	-- ratul

Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>