software:tecplot:tecplot

This is an old revision of the document!


Tecplot

Tecplot 360 is commercial software that may only be used by research workgroups that have purchased a license and are running a private license server. You must know the license server name and port number to use Tecplot.

To determine the available versions of Tecplot installed use

$ vpkg_versions tecplot
Available versions in package (* = default version):

[/opt/shared/valet/2.0.1/etc/tecplot.vpkg_xml]
tecplot    TecPlot 360: A CFD visualization software tool that helps you quickly plot and animate your data
  2012     alias to tecplot/2012-r1
  2012-r1  Version 2012, R1
* 2013     alias to tecplot/2013-r1
  2013-r1  Version 2013, R1
  2016     Version 2016

If your workgroup has purchased a Tecplot license, then the tecplot.lic file containing the license server name and port number should be located in a shared workgroup directory such as $WORKDIR/sw/tecplot/licenses. In the example tecplot.lic below, lm.udel.edu and port would be replaced with your private license server name and port number.

HOST lm.udel.edu 0 port

Next install a tecplot startup script in a shared workgroup directory such as $WORKDIR/sw/bin which will load the current default version of tecplot denoted by the * above and configure the environment variable RLM_LICENSE to find the correct license server information for your workgroup.

#!/bin/bash
source /etc/profile.d/valet.sh
vpkg_require tecplot
export RLM_LICENSE="$WORKDIR/sw/tecplot/licenses"
tec360 "$@"
  • software/tecplot/tecplot.1519748849.txt.gz
  • Last modified: 2018-02-27 11:27
  • by sraskar