Ticket #236 (closed task: fixed)

Opened 4 years ago

Last modified 3 years ago

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:1 Changed 3 years ago by srkline

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

comment:2 Changed 3 years ago by ajj

Still need build for windows - AJJ working on it.

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.

comment:4 Changed 3 years ago by srkline

  • Status changed from new to closed
  • Resolution set to fixed

as far as I can tell, it all works now.

Note: See TracTickets for help on using tickets.