Jump to content

Peter Davies

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Peter Davies

    Problems running in 64 bit mega PC

    So you are agreeing that it should be NativeUInt not DWORD 😄
  2. Peter Davies

    Problems running in 64 bit mega PC

    I'm sorry but I don't understand? affMask receives the Result of 'Mask' which returns 'NativeUInt' not DWORD.... -- Peter.
  3. Peter Davies

    Problems running in 64 bit mega PC

    OK, so just changed line 3755 of OtlCommon.pas to: affMask: NativeUInt; instead of: affMask: DWORD; and it's off and running... This has to be a bug no? -- Peter.
  4. Peter Davies

    Problems running in 64 bit mega PC

    Well, this is weird... So I put together a test application to post... And it works... we must be pulling in something which is redefining an API call or something... I'll update if/when I find anything... -- Peter.
  5. Peter Davies

    Problems running in 64 bit mega PC

    Happens with Just 15... I'll get some code up tomorrow. -- Peter.
  6. Peter Davies

    Problems running in 64 bit mega PC

    Hi, It is 48 with 2 threads per core AWS Virtual Machine, m5a.24xlarge as specified here: AWS Specs Thanks, -- Peter.
  7. Hi, We have recently started using the OmniThreadLibrary in our software to increase our scalability. It is showing great signs of doing this so far. We have today hit a major snag however. We tried running the code on a 96vCPU machine with 360+ GB of memory... The simple loop we are trying to create fails at the first hurdle with a 'Range Check Error', I traced this to the FNumTasks assignment. I can try and code around that but the loop then doesn't execute. Any clues? I can get an example up later if required. Thanks in advance, -- Peter.
×