You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Miles, B. <bri...@un...> - 2012-01-16 05:18:34
|
I committed the following changes to the RHESSys to the SVN repository: - Updated non-portable semantics for exit status (1 = success; 0 = failure) to use portable macros defined in stdlib.h: EXIT_SUCCESS (0 on POSIX systems), EXIT_FAILURE (1 on POSIX systems); - Updated setversion makefile target to use correct platform-specific sed syntax for Mac OS X and Linux. I tested the new code and everything appears to be working fine. Please let me know if you notice any problems. I don't anticipate this changing any model behavior. The purpose of the exit change was to allow integration of RHESSys with tools that expect POSIX exit status (e.g. the job manager on UNC's cluster). The makefile needed to be changed to allow compilation under non-Mac OS platforms. This change touched a lot of files (many files call exit for fatal errors), so please advise everyone who might soon be making changes to merge their copy of the code with what is now the current code in trunk. Please let me know if there are any questions/concerns. Thanks, Brian Miles Doctoral Student Department of Geography University of North Carolina at Chapel Hill Saunders Hall Campus Box 3220 Chapel Hill, NC 27599-3220 |
From: David G. <dg...@um...> - 2010-10-27 19:08:23
|
test |
From: David G. <dg...@um...> - 2010-10-27 18:57:12
|
Hi Aubrey |