--- title: Tecplot360 published: true taxonomy: category: - docs external_links: process: true no_follow: true target: _blank mode: active --- [toc] ## Environment Settings{#enviroment} ### Software Version and System Requirements{#version} The Modules software package can dynamically switch and set the environment settings required to use the application by executing the module command. And you can change the environment settings easily when you switch to the different version of the application. Please refer to [Modules](/config/modules) for details. You can check a list of available module files with the module avail command. Version | Module File Name | SystemA | System B/C/G | Cloud System ------------------ | -------------------- | ----- | ----- | --- 2022 R2 (default) | tecplot360/2022R2 | - | KU | - 2022 R1 | tecplot360/2022R1 | - | KU | - KU : Available for Kyoto University members only \- : Not available ### Available number of licenses{#license_limit} The number of users available at the same time is three licenses. ## Software Overview{#overview} Tecplot 360, a visualization tool for numerical simulation and CFD, allows you to easily and flexibly create plots and animations from various scientific and engineering data. Tecplot 360 automates routine tasks of data analysis and plotting to ease your work load and time cost with its various capabilities including analysis and search of complex data, creation of charts that combine plot types of XY, 2D, and 3D, exchange of research results, creation of high-resolution images. ## How to Use{#usage} Since Tecplot360 is a GUI application, it requires an X Window environment. Login to the system using [FastX](/login/fastx), [NICE DCV](/login/nice-dcv) or using SSH client software that supports X11 Forwarding (e.g. [MobaXterm](/login/mobaxterm)) and X11 servers available on Windows, which can start GUI applications. ### Environment settings(Executing the module command){#env-set} Execute the module command to set up the environment. (Load the version of the module file you want to use). ```nohighlight $ module load tecplot360 ``` ### How to Start{#start} #### When you start on a computing node It is possible to start a process on the computing node with the tssrun command and transfer only the GUI screen to the login node. Please refer to [Interactive Processing](/run/interactive) for details on the tssrun command. ```nohighlight $ tssrun --x11 tec360 ``` #### When you start on an application server Start directly on the node after logging in to the GPU-equipped application server, app.kudpc.kyoto-u.ac.jp. Pelase use NiceDCV if you want to use server-side rendering using a GPU on the server. ```nohighlight $ tec360 ``` #### Start-up screen and how to exit If the start-up is successful, the following screen is displayed. ![](tecplot_example_01.png) Click on 'Exit' in 'File' in the 'Menu bar' to exit the tecplot. ### When Dealing With A Large-Scale Data With Tecplot {#tmp_dir} Tecplot outputs a temporary file during processing. By default, a directory named “tecplot_[USER NAME]” is generated in “/tmp”, and it includes the temporary file. When dealing with a large-scale data of several tens GB or more, the default /tmp directory capacity may not be enough, and it may cause an abnormal termination. Thus, a storage that has enough space such as the LARGE disk space must be specified. You can change the saving location of the temporary file to the LARGE disk space by using the following commands. #### In the case of tcsh ```nohighlight $ setenv TMPDIR /LARGE0/gr19999/b59999 ``` #### In the case of bash/zsh ```nohighlight $ export TMPDIR=/LARGE0/gr19999/b59999 ``` ### When Tecplot Does Not Work Normally{#error} If the following errors occur, tecplot sometimes works normally by using -mesa option on startup. * Tecplot does not start up. (The prompt says “Failed to create OpenGL Context.”) * The error occurs when exporting to TIFF or BMP. The -mesa option emulates the features of OpenGL graphics library through the software. Thus, it decreases the rendering speed a little. If the transparency display of exported images is not correct, it may work correctly if the settings are changed according to the following procedure. 1. Select Options => Performance in the top menu to open the settings screen. 2. Change Image Export Options to 'Fast'. 3. OK button to reflect changes. ## References{#references} ### In Japanese{#ref_ja} * [Tecplot 日本語ガイド (HULINKS, Inc.)](http://www.hulinks.co.jp/support/tecplot/guide.html) * [Tecplot Tips (HULINKS, Inc.)](http://www.hulinks.co.jp/support/tecplot/tips.html) ### In English{#ref_en} * [Tecplot 360 Support Product Documentation(Tecplot, Inc.)](http://www.tecplot.com/support/360/docs.aspx) ## Links{#link} ### External Links{#ex_link} * [Tecplot(Tecplot, Inc.)](http://www.tecplot.com/) * [Tecplot(HULINKS)](http://www.hulinks.co.jp/software/tecplot/)