00001 /** @file pslib.h 00002 * 00003 * @brief Contains the complete list of header files for pslib. 00004 * 00005 * This header file includes all the necessary header files for a user to 00006 * user all public functions within the pslib library. 00007 * 00008 * @author Eric Van Alst, MHPCC 00009 * 00010 * @version $Revision: 1.1.1.1 $ $Name: $ 00011 * @date $Date: 2005/09/14 20:42:48 $ 00012 * 00013 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 00014 */ 00015 00016 #ifndef PS_LIB_H 00017 #define PS_LIB_H 00018 00019 #include "pslib_strict.h" 00020 00021 #endif // #ifndef PS_LIB_H
1.4.2