Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi/kernel/cluster/ssi/util load_level.c,1.7.2.7,1.7.2.7.2.1: msg#00089
|
Subject: |
[SSI] openssi/kernel/cluster/ssi/util load_level.c,1.7.2.7,1.7.2.7.2.1 |
Update of /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27095/cluster/ssi/util
Modified Files:
Tag: OPENSSI-RH-1-0-STABLE
load_level.c
Log Message:
cluster/ssi/mosixll/balance.c
cluster/ssi/util/load_level.c
- modified altload() to consider # of cpus when not loaded.
- modified exec_balance() to use export_load for exec-time loadleveling
Index: load_level.c
===================================================================
RCS file:
/cvsroot/ssic-linux/openssi/kernel/cluster/ssi/util/Attic/load_level.c,v
retrieving revision 1.7.2.7
retrieving revision 1.7.2.7.2.1
diff -u -d -r1.7.2.7 -r1.7.2.7.2.1
--- load_level.c 4 Apr 2004 06:23:11 -0000 1.7.2.7
+++ load_level.c 19 Jul 2004 21:36:22 -0000 1.7.2.7.2.1
@@ -398,7 +398,7 @@
memset(&rexec_loadtable[1], 0, sizeof(int) * NSC_MAX_NODE_VALUE);
- load = altload(loadinfo[0].load, loadinfo[0].speed, loadinfo[0].ncpus);
+ load = altload(export_load, loadinfo[0].speed, loadinfo[0].ncpus);
for(l = &loadinfo[1]; l < &loadinfo[NSC_MAX_NODE_VALUE+1] ; l++) {
if(l->node && l->mem > 0 && l->speed &&
altload(l->load, l->speed, l->ncpus) <= load) {
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
|
| |