Troubleshooting
Rendering and Export Troubleshooting
As a software with high graphical and rendering requirements, Tecplot 360 has a few alternative libraries and configurations which allow use on machines which have limited graphics hardware. Some example cases where these configurations may be needed include use on HPC systems, X-Display or other remote desktop solutions.
Sample Interactive Rendering and Export Test
Try these steps. If you have any problems check the OS specific section below.
-
Start 360
-
sample data:
-
Create data from: Data → Create → Create Rectangular Zone.
-
Select defaults to create the zone
-
Turn on contour checkbox on the plot sidebar.
-
-
Try interacting with the plot:
-
<Ctrl> + right mouse drag to rotate the plot
-
click to display the context menu
-
click and drag to select multiple objects in the plot.
-
-
Go to File → Export, use default PNG settings and select a place to save a sample image. Once export is complete, ensure that the image was created as expected.
Linux Troubleshooting for Interactive Rendering and Export
The following is a set of tests to determine what are the best set of rendering command line options for a Linux system. Run each test in order and STOP when a test was successful.
-
Run tec360 without any additional command line arguments and step through the sample test above. If everything is successful and performant continue to use Tecplot 360 this way.
-
If any of the sample steps failed:
-
Ensure your graphics drivers are up to date. If you are using native Linux drivers (usually nouveau) try installing drivers supplied by your graphics card manufacturer.
-
If you are on the most up to date drivers, try tec360 --mesa, then repeat the sample test above. Mesa uses software rendering and will be slower than using graphics hardware but will be the most reliable software rendering option. See the --mesa option in Command Line Options for additional information.
-
If you struggled following these steps or none of these solutions worked, contact support@tecplot.com.
Linux Batch Mode Troubleshooting
On some systems with limited graphics resources Tecplot 360 may crash in batch mode. If this occurs run .
If you are running PyTecplot scripts in batch mode you will also need to use the Tecplot’s LLVM Mesa Vulkan drivers. For example:
tec360-env --mesa -- python myscript.py
To run these with PyTecplot see the environment setup section of the pytecplot installation notes.
Mac Troubleshooting
Most, if not all Mac systems, have stricter hardware and software requirements for running MacOS. As such Tecplot 360 does not currently supply any alternative rendering libraries or options today. Contact support@tecplot.com if you need assistance.