GenCase4_win64 fail

I have a simulation that I am working on.

The dimensions of the case limits is -5 m, -25 m, -20 m for pointmin in my XML file, and 5 m, 25 m, 10 m for my pointmax. (10 m length, 50 m width, 30 m height).

My dp right now is 0.01 and I get an error message that GenCase4_win64.exe fails and crashes.

Here's what the console output is:

[Draw]
Mk size = 1 bytes
Case limits: (-5,-25,-20) - (5,25,10)
Distance between points: 0.01
Case domain: (0,0,)-(999,4999,2999)
Domain points: 1000 x 5000 x 3000 = 15000000000
Case parts: 6 x 429z + 426z
Memory: 13.97Gb 14305.11Mb (15000000000)
...
[PreparePoints]
Computing Vtk-Cells data... (time:163.681s)
BitsizeTot: 37 (2 + 10+13+12)

I am running on an Intel Xeon E5-2690 (v1), 8-core, 2.9 GHz stock, Hyperthreading disabled and 128 GB of DDR3-1600 ECC Registered RAM, with a Quadro K6000, and Windows 7 64-bit Professional. My Nvidia driver version is 430.64.

Here is what Windows spits out for the "problem signature":

Problem signature:
Problem Event Name: APPCRASH
Application Name: GenCase4_win64.exe
Application Version: 0.0.0.0
Application Timestamp: 5c9a3f3d
Fault Module Name: GenCase4_win64.exe
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 5c9a3f3d
Exception Code: c0000005
Exception Offset: 000000000009f716
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 0f89
Additional Information 2: 0f89f4096f245c3a26db942fd701a947
Additional Information 3: debd
Additional Information 4: debd10e08f8d29fb4e778c8423f8172a

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt

What do I do and/or how can I fix/resolve this, if anything at all?

Thank you.

Comments

  • Your GPU has not enough memory:

    Memory: 13.97Gb 14305.11Mb (15000000000)

    Increase dp

    Kind regards
  • @Asalih3d
    But this is GenCase. It doesn't use the GPU at this point. GenCase is all CPU based/bound at this point.
Sign In or Register to comment.