Skip to content

Test scripts with mex fails #2

@fordanic

Description

@fordanic

Whenever I try to run any of the test scripts making use of a mex-implementation, they crash with the following error message:

Error using asetsBinaryMF2D_mex
Requested 274877907008x174 (178176.0GB) array exceeds maximum array size preference. Creation of arrays greater than
this limit may take a long time and cause MATLAB to become unresponsive. See array size limit or preference panel
for more information.

Error in runTestBinaryMF (line 51)
    [u, erriter, numIt, timet] = asetsBinaryMF2D_mex(single(Cs), single(Ct), single(alpha), single(pars));
Error using asetsIshikawa2D_mex
Requested 274877907008x5x59430737212648 (17179869184.0GB) array exceeds maximum array size preference. Creation of
arrays greater than this limit may take a long time and cause MATLAB to become unresponsive. See array size limit
or preference panel for more information.

Error in runTestIshikawa (line 52)
    [u, erriter, i, timet] = asetsIshikawa2D_mex(single(Ct), single(alpha), single(pars));
Error using asetsPotts2D_mex
Requested 274877907008x10x250201691684286 (17179869184.0GB) array exceeds maximum array size preference. Creation
of arrays greater than this limit may take a long time and cause MATLAB to become unresponsive. See array size
limit or preference panel for more information.

Error in runTestPotts (line 53)
    [u, erriter, i, timet] = asetsPotts2D_mex(single(Ct), single(alpha), single(pars));

No issues encountered during compilation.

Any suggestions for what the issue might be?
Thanks,
Daniel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions