Fluka Parallel computing

Dear fluka experts,

I know how to implement parallel computing in flair,just like picture,but I want to know how to implement it with commands.

Li

Dear Li,

there is no automatic way to launch parallel jobs from the command line.

It is possible to write your own (bash, python, etc.) script, which would set up the separate input files for each run with different name or in a separate folder, and with different random number. Then it would start a simulation with each input file.

The post processing can be done with flair, but from the command line as well.

Cheers,
David