Ticket #236 (closed task: fixed)
XOP version of MonteCarlo
| Reported by: | srkline | Owned by: | srkline |
|---|---|---|---|
| Priority: | major | Milestone: | General Package Release Tasks |
| Component: | SASCalc | Keywords: | |
| Cc: | Task: | ||
| Blocking: |
Description
Monte Carlo XOP needs:
Add to SVN Port to Windows
currently can use only two processors. need to look deeper into thread-safe random numbers to allow more processors and more transparent threading in the ipf.
Change History
comment:3 Changed 3 years ago by srkline
build for windows now works after replacing round() calls. not supported, but maybe I didn't include the right libraries on VC8. round was probably the wrong choice on both platforms anyways. converted to a function that properly returns (long).
need one last test of the functionality before the final OK.
Note: See
TracTickets for help on using
tickets.

Added support for up to 4 processors in r622 and r623. Still adding processors by multiple copies of the function.