B
bpluymer
Hello,
I have a problem with my C++ code in that my code is faster in Debug
mode than in Release mode. The reason for this are calls upon
routines from a C compiled lib that I am using (Umfpack).
When I compile my code with the /RTCs option (like in Debug mode) the
Umfpack routines I call upon are fast.
When I do not use /RTCs but the "default" option of Visual Studio
.NET,
the Umfpack routines I call upon are very slow (however I link with
the same Umfpack_43.lib file).
Does anybody know what might be the problem?
Thanks,
Bert
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
I have a problem with my C++ code in that my code is faster in Debug
mode than in Release mode. The reason for this are calls upon
routines from a C compiled lib that I am using (Umfpack).
When I compile my code with the /RTCs option (like in Debug mode) the
Umfpack routines I call upon are fast.
When I do not use /RTCs but the "default" option of Visual Studio
.NET,
the Umfpack routines I call upon are very slow (however I link with
the same Umfpack_43.lib file).
Does anybody know what might be the problem?
Thanks,
Bert
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*