PROGRAM big.sis: illustrates the bidirectional mixed language interface with 
		 Fortran and OSC module compilation system.

COMPILATION:
   osc -noload big.sis -forFORTRAN -db foo
   osc -noload -module check.sis -db foo
   osc check.o big.o bigmain.f -forFORTRAN -db foo

SINGLE PROCESSOR EXECUTION:    f.out < big.input1
FOUR PROCESSOR EXECUTION:      f.out < big.input4
