Basic HTML version of Foils prepared August 7 98

Foil 36 Mapping Options for Dummy Arguments

From DoD HPF Training -- 4. HPF Data Mapping Facilities DoD Training and Others -- 1995-98. by Chuck Koelbel -- Rice University


1 Three classes of mappings for dummy arguments
  • Prescriptive: ³Wherever the actual is, remap it here²
    • Syntax: DISTRIBUTE A (BLOCK)
    • Note: Remapping is undone on return
  • Descriptive: ³The actual should be here²
    • Syntax: DISTRIBUTE A *(BLOCK)
    • Note: If actual is not there, a warning is suggested but not required
  • Transcriptive: ³Leave the actual where it is²
    • Syntax: DISTRIBUTE A *
    • Or: INHERIT A
2 Sorting some of these cases out requires doing special things in the caller
  • When this is needed, an explicit interface is required
  • Explicit interfaces are a good idea in other cases too

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Aug 9 1998