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

On one CPU the command simplify to 'cyana CALC.cya'

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

...