User Tools

Site Tools


qcl:advanced_settings

This is an old revision of the document!


Advanced settings

Parallelization

The number of threads can be controlled using the command <Maximum_Number_of_Threads>

<Simulation_Parameter>
  ...
  <Maximum_Number_of_Threads>12</Maximum_Number_of_Threads>
  ...
</Simulation_Parameter>

Parallization in case of combined Temperature-Voltage sweep

In the case where a combined Temperature-Voltage sweep is used, there are two levels of parallelization. The first is at the level of the command <Threads> in the <SweepParameters> section.

<SweepParameters>   
  <SweepType>Temperature-Voltage</SweepType>
  ...
 <Threads>6</Threads> <!-- Parallelization for Temperature-Voltage sweep -->
 </SweepParameters>

The second level of parallelization occurs in the <Simulation_Parameter> section:

<Simulation_Parameter>
  ...
  <Maximum_Number_of_Threads>2</Maximum_Number_of_Threads>
  ...
</Simulation_Parameter>

In this example, the total number of threads will be <Threads>* <Maximum_Number_of_Threads> = 6*2 = 12.

Output format

By default, the 2D plots are output in VTK format][www.vtk.org. To output 2D plots in VLD format, the following command has to be added in the Output section of the input file:

<Output>
...
<FLD_format>yes</FLD_format>
...
</Output>
qcl/advanced_settings.1513247258.txt.gz · Last modified: 2017/12/14 10:27 by thomas.grange