Changeset b3b1f89f in OpenModelica


Ignore:
Timestamp:
2013-12-11T11:45:15+01:00 (10 years ago)
Author:
Volker Waurich <volker3189@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, master, omlib-staging
Children:
cb9f6f32
Parents:
ee71ffb1
Message:
  • added hpcom test

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18460 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/BackEnd/HpcOmSimCode.mo

    r42f44f6e rb3b1f89f  
    941941        vars = BackendVariable.listVar1(varLst);  // !!! BackendVariable.listVar outputs the reversed order therefore listVar1
    942942        eqs = BackendEquation.listEquation(eqLst);     
    943         print("number of equations added: "+&intString(listLength(eqLst))+&" and the size of the linear torn system: "+&intString(listLength(tvarIdcs))+&"\n");
     943        Debug.fcall(Flags.HPCOM_DUMP,print,"number of equations added: "+&intString(listLength(eqLst))+&" and the size of the linear torn system: "+&intString(listLength(tvarIdcs))+&"\n");
    944944        //print("new systemsize:"+&intString(listLength(varLst))+&" vars. and "+&intString(listLength(eqLst))+&" eqs\n");
    945945               
Note: See TracChangeset for help on using the changeset viewer.