Skip to content

Commit

Permalink
- revision 6155 of MSL has changed "Lapack" Library annotations to "l…
Browse files Browse the repository at this point in the history
…apack"

  so we need to handle it also in the function evaluation via the internal Lapack module.
- this was the problem with the huge time taken by the tests:
  testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.In*.mos



git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15786 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 11, 2013
1 parent 667ed06 commit fd3518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Script/CevalScript.mo
Expand Up @@ -6801,7 +6801,7 @@ algorithm
annotation_ = SOME(SCode.ANNOTATION(mod)))))))
equation
SCode.MOD(binding = SOME((lib, _))) = Mod.getUnelabedSubMod(mod, "Library");
true = checkLibraryUsage("Lapack", lib);
true = checkLibraryUsage("Lapack", lib) or checkLibraryUsage("lapack", lib);
isCevaluableFunction2(fid);
then
();
Expand Down

0 comments on commit fd3518f

Please sign in to comment.