We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
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.