Job Configuration

The job configuration for this example consists of a configuration file for the computational nodes to use.

The example is executed on one single node with hostname karlsruhe. Two CPU’s are used on the host. The content of the nodes.cfg file in the working directory looks as follows:

# The nodes used for the solver calculation
# (and parallel optimization)
nodes = [
  ['karlsruhe', 2]
]