Grabbing log files from TACC
Login to TACC
Navigate to the directory specified in your ANSYS log paths
Peferences → Settings to find the location
Navigation tools
ls → shows you what's in the current directory
cd → FILEPATH change directory to the listed filepath
cd .. → go back one directory
cd ~ →
check if the file exists where you are
when in the directory for your ansys, type "ls -la" which will list all folders/files in your current directory
compress file - Run the command below in your appropriate folder
The screenshot is zipping my entire ansys folder, if you just want the log files, fill out the highlighted command
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file-name
Grab the file off of TACC
Navigate to where you want the command to dump the zipped file, then run the 2nd line in the screenshot below
from terminal in your pc, grab the compressed file with the command in the screenshot(last line)
Replace:
jacobyan → your username
099768/jacobyan → filepath to your ansys folder/log file location