Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!snorkelwacker.mit.edu!stanford.edu!agate!usenet.ins.cwru.edu!gatech!prism!mailer.cc.fsu.edu!bind!sharieh From: sharieh@bind.cs.fsu.edu (a sharieh) Newsgroups: comp.hypercube Subject: Question: Ratio of communication to calculation time Message-ID: <1991Apr11.111316.6298@mailer.cc.fsu.edu> Date: 11 Apr 91 15:30:09 GMT Article-I.D.: mailer.1991Apr11.111316.6298 Reply-To: sharieh@bind.UUCP (a sharieh) Organization: Florida State Universiy Computer Science Department Lines: 16 Dear thinkers, I am running a Fortran code on the Intel iPSC/2. If I define T_com to be the time to send a data unit of type floating point from one processor to another, and T_stu to be the time to start up a message( sending a message of length 0), and T_cal to be the time to do one floating point operations such as a=b*c or a=b+c, then what are the values of the following ratios: T_com/T_cal, T_stu/T_cal? Thank you in advance. A. Sharieh