Title: | Digital Fortran |
Notice: | Read notes 1.* for important information |
Moderator: | QUARK::LIONEL |
Created: | Thu Jun 01 1995 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1333 |
Total number of notes: | 6734 |
In a system containing two system (SMP or single cpu) connected with only memory channel and without network for example, can PSE and fortran 90 work for parallel programs? I read from SPD of PSE. It says PSE can support memory channel. Does it use memory channel API or can tcp/ip operate over memory channel. Please don't ask why network is not connected? My customer just wants to separate these two systems and put them on two distinct nets.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1279.1 | just MC is fine with IP running | HPCGRP::BENSON | Fri May 02 1997 12:43 | 6 | |
There is no need for a network other than the MemoryChannel, but IP must be running over it. We use IP (rsh etc...) for process startup etc. and then use MemoryChannel directly for message passing. -Ed |