Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To run the FLYA calculation, one could start CYANA and execute the 'CALC.cya' macro from the CYANA prompt, however on a computer with multiple processors it is better to speed up the calculation by running the 'CALC.cya' macro in parallel:

cyana -n 10 CALC.cya
OnThis onestarts CPU10 theindependent commandcalculations simplifyon to10 'cyana CALC.cya'

...

processors by using the MPI scheduler (if installed on your system, otherwise shared memory will be used).

It is strongly recommended that you check the MPI scheduler if your calculation is running. If you made a mistake in one of the two macros, the calculation may or may not start, or get interrupted at some point.

...

This command allows you to check whether the calculation has generated intermediary files or final results, with a time stamp.

If you have only one CPU you can start the macro with:

cyana CALC.cya

To check the general load on your local computer use:

...