Main Navigation

Secondary Navigation

Page Contents

Contents

Starting CFX-Jobs

We provide sbatch-cfx5solve for submitting jobs:

sbatch-cfx5solve [--jobname <name>] [--jobslots <cores>]
                 [--queue <queue>] [--project <project>] 
                 [--cpumodel <model>] [--memory <memory in MB>] 
                 [--walltime <time in hh:mm>]
               --input <infile> [--cfxoptions <more options>]

Providing an input file like Input.def is mandatory. All other parameters are optional.

The parameter --cfxoptions allows to specify options to CFX like "-double" or "-double -norun".