Next: Compiling Standard DPMTA
Up: Compiling the Code
Previous: Setting Configuration Flags
The following flags are used by the different Makefiles to create
specific variations of the general DPMTA library to support serial
or embedded applications.
- -DSERIAL
- compiles DPMTA as a single serial process
without PVM calls. This is used in conjunction with
src/Makefile.serial to create a serial version of the DPMTA
library.
- -DWIN32
- compiles DPMTA for Windows NT platforms
with PVM calls. This is used in conjunction with several Makefile.win32 files to create a serial version of the DPMTA that
will run in a Win32 environment. This port has not been tested in
several releases and is not guaranteed to work.
Bill Rankin
2002-04-04