Go to the first, previous, next, last section, table of contents.


Support for Threads

Neither the code produced by g77 nor the libg2c library are thread-safe, nor does g77 have support for parallel processing (other than the instruction-level parallelism available on some processors). A package such as PVM might help here.


Go to the first, previous, next, last section, table of contents.