Skip to content

Tecplot

In order to use Tecplot on DelftBlue, all you have to do is to load a corresponding module:

module load  tecplot/2023r1

In order to run Tecplot without a graphics card:

export TECPLOT_SDK_CONFIG="--mesa"

In order to run Tecplot in batch mode:

tec360 -b *.szplt -s stylefile.sty -m script.mcr

where:

-b runs it in batch mode

-s applies a style file (to set colors for example)

-m loads a macro script (e.g., to export an image for example)