/* TAPE config file -- this is included by all of 
   the Imakefiles in the source tree. Note that
   the '#' are instructions to cpp, NOT comments
 */

/***********************************************
 * => Tape Fortran interface (YES/NO)
 ***********************************************/

#define TapeFortran YES


/*************************************************
 * => anything special about your architecture 
 *************************************************
 * SP1          :  uses IBM's PVMe on SP1 (exper.)
 * DefaultArchi :  default ORNL PVM
 *************************************************/

 ARCHI = DefaultArchi

 /* ARCHI=SP1 */
 /* #define SP1 */


