mclInitializeApplication sometimes will hangs forever
Calling mclInitializeApplication will hang,
it will not return 0 or 1.. just hangs in there.
Sometimes it will hang forever,
Sometimes hang for few minutes and that return success.
Sometimes works correctly and return success immediately.
So I suspect it’s a ‘system’ error, while other users also running matlab on the same servers
I’m using matlab as ‘C Shared Library Integration’,
included at my project via DPI-C, with Xcelium simulator (used for Hardware RTL simulation)
Runing at Unix servers.
from the documentation it says:
" mclInitializeApplication must be called once only per process."
I’m running the my program which is Xcelium simulator, which for every run should be ‘single’ process.
it will be allocated to a server on the grid, and run there. so from my point of view it’s a new and fresh instance of the program, and I can’t see how it’s cross contaminating other job that is already running.
Thanks !Calling mclInitializeApplication will hang,
it will not return 0 or 1.. just hangs in there.
Sometimes it will hang forever,
Sometimes hang for few minutes and that return success.
Sometimes works correctly and return success immediately.
So I suspect it’s a ‘system’ error, while other users also running matlab on the same servers
I’m using matlab as ‘C Shared Library Integration’,
included at my project via DPI-C, with Xcelium simulator (used for Hardware RTL simulation)
Runing at Unix servers.
from the documentation it says:
" mclInitializeApplication must be called once only per process."
I’m running the my program which is Xcelium simulator, which for every run should be ‘single’ process.
it will be allocated to a server on the grid, and run there. so from my point of view it’s a new and fresh instance of the program, and I can’t see how it’s cross contaminating other job that is already running.
Thanks ! Calling mclInitializeApplication will hang,
it will not return 0 or 1.. just hangs in there.
Sometimes it will hang forever,
Sometimes hang for few minutes and that return success.
Sometimes works correctly and return success immediately.
So I suspect it’s a ‘system’ error, while other users also running matlab on the same servers
I’m using matlab as ‘C Shared Library Integration’,
included at my project via DPI-C, with Xcelium simulator (used for Hardware RTL simulation)
Runing at Unix servers.
from the documentation it says:
" mclInitializeApplication must be called once only per process."
I’m running the my program which is Xcelium simulator, which for every run should be ‘single’ process.
it will be allocated to a server on the grid, and run there. so from my point of view it’s a new and fresh instance of the program, and I can’t see how it’s cross contaminating other job that is already running.
Thanks ! mclinitializeapplication hangs MATLAB Answers — New Questions