General

General

How to obtain Model specific CPU time?

    • FAQFAQ
      Participant

      The following text command can be used to find out the cpu time taken in solving each model equation: (print-model-timers -1) For parallel, -1 is replaced by 0,1..(compute node id ) to find out the time taken on a given compute node for each equation.