[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::fortran

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

1279.0. "PSE with memory channel" by TPOVC::SIMONLEE () Thu May 01 1997 01:15

    
    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.RTitleUserPersonal
Name
DateLines
1279.1just MC is fine with IP runningHPCGRP::BENSONFri May 02 1997 15:436
    
    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