-*- Mode: indented-text -*- 
README Authors: Alexey Vaysburd & Mark Hayden
Last updated: 11/97

This directory contains C interface to Ensemble.

FILES

  hot_error.c	    error handling
  hot_sys.c	    "system" functions (hot_sys_panic)
  hot_msg.c	    messages
  hot_util.ml	    utility functions
  hot_appl.ml	    application interface management
  hot_inboard_c.c   C side of the inboard Ensemble interface 
  hot_inboard.ml    ML side of the inboard Ensemble interface
  hot_output_c.c    C side of the outboard Ensemble interface 
  hot_outboard.ml   ML side of the outboard Ensemble interface
  hot_test.c	    sample C demo application  
  ntthread.c	    NT thread interface
  solaris_thread.c  Solaris thread interface
  pthread_intf	    Pthreads interface

  include/hot_thread.h  implementation-independent thread interface
  include/hot_ens.h	Ensemble interface
  include/hot_error.h	errors
  include/hot_sys.h	system support
  include/hot_msg.h	HOT messages
