C++
A demo license for C++ is valid until November 1996. See the CC man page
for details. Include
setenv USE_CC
in your .cshrc. Additional environment variables of interest
include:
CCLIBDIR : path to CC lib files
CCINCDIR : path to CC include files
PVM and MPI
The PVM and MPI message passing libraries for parallel programming is
available on the VPP300. To find further details refer to the pvm
and mpi man pages on the VPP.
- PVM
-
The present version of PVM is designed for inter-PE, intra-VPP
communication, i.e. it cannot be used to make the VPP PEs part of a
large host set. As part of optimizing PVM for inter-PE communication
and tailoring PVM for the VPP system, several restrictions related to
process spawning and hosts apply. The most significant of these is
that pvmspawn cannot spawn binaries
other than the one which calls them, i.e. you can only use one
executable. This does not restrict functionality.
See the
UXP/V PVM User's
Guide V10 under the
On-line UXP/V manuals for further
details including linking procedures etc.
Include the following line in your .cshrc
setenv USE_PVM
so that you can refer to
PVMINCDIR : path to PVM include files
PVMLIBS : PVM libraries and link options
Users linking with cc should also add -J to their
link line.
- MPI
-
Details of Fujitsu's implementation of MPI can be found in the
UXP/V MPI User's Guide.
Include the following line in your .cshrc
setenv USE_MPI
so that you can refer to
MPIINCDIR : path to MPI include files
MPILIBS : MPI libraries and link options
Users linking with cc should also add -J to their
link line.