~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/pvm/pvm_tidtohost.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pvm_tidtohost      Scilab // Group      Scilab function       pvm_tidtohost
2
 
NAME
3
 
   pvm_tidtohost - returns the host of the specified PVM process.
4
 
  
5
 
CALLING SEQUENCE
6
 
 [dtid] = pvm_tidtohost(tid)
7
 
PARAMETERS
8
 
 tid   : integer, task identifier of the PVM process in question.
9
 
       
10
 
 dtid  : integer, the tid of the host's pvmd3 or a negative value if an
11
 
       error.
12
 
       
13
 
DESCRIPTION
14
 
    pvm_tidtohost returns the host id on which the process identified by
15
 
  
16
 
   
17
 
  
18
 
EXAMPLE
19
 
 dtid = pvm_tidtohost(pvm_mytid())
20
 
SEE ALSO
21
 
   pvm_config, pvm_tasks
22