home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / parallel / 3032 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.0 KB  |  31 lines

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!destroyer!gatech!hubcap!fpst
  3. From: cedelle@yin.irisa.fr (Alain Cedell)
  4. Subject: MPfortran performance question.
  5. Message-ID: <22JAN199315132248@yin.irisa.fr>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@irisa.fr
  8. Organization: IRISA, Rennes (Fr)
  9. Date: 22 Jan 1993 15:13 -0700
  10. Approved: parallel@hubcap.clemson.edu
  11. Lines: 18
  12.  
  13.  I would be interested to share experience with MPFortran users, especially
  14. about this point of vector/array performance:
  15.  I'm currently using MPFortran on a DECMPP-12000 (1K processors), and i meet
  16. many performance problems: The shape of arrays seem affecting the computing
  17. time. For instance the statement : 
  18.                 Sb = SUM(Tb,MASK=Mb .eq. 1)
  19.  
  20.  Or even the statement :
  21.                 Tb = Mb + 1
  22.  
  23.  Are much more quickly evaluated when Tb and Mb are vectors (array(1:900)), than
  24. when they have 2 dimensions (array(1:3,1:300)). This for same number of elements
  25.  
  26.  Is this a general rule to always prefer vectors than multi dimension arrays ?
  27.  
  28. a.c.
  29. cedelle@irisa.fr
  30.  
  31.