home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / transput / 1363 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.1 KB  |  41 lines

  1. Newsgroups: comp.sys.transputer
  2. Path: sparky!uunet!uchdcc!inti!maurro
  3. From: maurro@inf.utfsm.cl (Mauricio Gomez Calderon)
  4. Subject: On-chip RAM using D7205.- Help!
  5. Sender: usenet@dcc.uchile.cl (Network News)
  6. Message-ID: <1993Jan06.190526.42203@dcc.uchile.cl>
  7. Date: Wed, 06 Jan 1993 19:05:26 GMT
  8. Nntp-Posting-Host: inti.inf.utfsm.cl
  9. Organization: Informatica UTFSM
  10. X-Newsreader: TIN [version 1.1 PL8]
  11. Lines: 29
  12.  
  13.  
  14.  
  15. Hi...
  16.       In order to accelerate a numerical calculation, I'm trying to put
  17.       small code in the fast on-chip RAM, using
  18.  
  19.           SET processor (order.code := -1)
  20.       MAP logical.processor ONTO processor
  21.  
  22.       and the corresponding /RE option on the occonf.
  23.  
  24.       It works... but don't increases the speed!!!
  25.  
  26.       The small code is a small program that perform 1000000 iterations
  27.       changing only 5 REAL64 variables. This code is put into five transputers
  28.       connected like a ring. Communications take place only 3 times over the
  29.       network.
  30.  
  31.  
  32.  
  33.       What's wrong???
  34.  
  35.  
  36.  
  37.                                                             Maurro
  38.                                
  39.  
  40.  
  41.