Opened 13 years ago
Closed 12 years ago
#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: | Blocking: | ||
Task: |
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 (4)
comment:1 Changed 12 years ago by srkline
comment:2 Changed 12 years ago by ajj
Still need build for windows - AJJ working on it.
comment:3 Changed 12 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.
comment:4 Changed 12 years ago by srkline
- Resolution set to fixed
- Status changed from new to closed
as far as I can tell, it all works now.
Added support for up to 4 processors in r622 and r623. Still adding processors by multiple copies of the function.