Changeset 3924
- Timestamp:
- May 13, 2005, 11:27:12 AM (21 years ago)
- Location:
- branches/pap_branch_050513/psLib/src
- Files:
-
- 4 edited
-
sys/psConfigure.c (modified) (2 diffs)
-
sys/psConfigure.h (modified) (2 diffs)
-
sysUtils/psConfigure.c (modified) (2 diffs)
-
sysUtils/psConfigure.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_050513/psLib/src/sys/psConfigure.c
r3264 r3924 12 12 * @author Robert DeSonia, MHPCC 13 13 * 14 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 2-17 19:26:24$14 * @version $Revision: 1.7.8.1 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-05-13 21:27:12 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 32 32 } 33 33 34 void psLibInit( bool predictable,const char* timeConfig)34 void psLibInit(const char* timeConfig) 35 35 { 36 36 // Still needs error codes to be set 37 37 // Still needs random number generator initialization 38 38 // Please code me, Robert and George. 39 // PAP: RNG seeding not required --- this is done in psRandom. 39 40 40 41 if(!p_psTimeInit(timeConfig)) { -
branches/pap_branch_050513/psLib/src/sys/psConfigure.h
r3264 r3924 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $16 * @date $Date: 2005-0 2-17 19:26:24$15 * @version $Revision: 1.3.8.1 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-05-13 21:27:12 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 46 46 */ 47 47 void psLibInit( 48 bool predictable,49 48 const char* timeConfig 50 49 ); -
branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.c
r3264 r3924 12 12 * @author Robert DeSonia, MHPCC 13 13 * 14 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 2-17 19:26:24$14 * @version $Revision: 1.7.8.1 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-05-13 21:27:12 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 32 32 } 33 33 34 void psLibInit( bool predictable,const char* timeConfig)34 void psLibInit(const char* timeConfig) 35 35 { 36 36 // Still needs error codes to be set 37 37 // Still needs random number generator initialization 38 38 // Please code me, Robert and George. 39 // PAP: RNG seeding not required --- this is done in psRandom. 39 40 40 41 if(!p_psTimeInit(timeConfig)) { -
branches/pap_branch_050513/psLib/src/sysUtils/psConfigure.h
r3264 r3924 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $16 * @date $Date: 2005-0 2-17 19:26:24$15 * @version $Revision: 1.3.8.1 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-05-13 21:27:12 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 46 46 */ 47 47 void psLibInit( 48 bool predictable,49 48 const char* timeConfig 50 49 );
Note:
See TracChangeset
for help on using the changeset viewer.
