How can I run the example problems in UBUNTU 20.04.2?
Hello, I am new to using ToughReact (V3.32), and I have no idea how to run the executable already read the installation file but, I have not been able to solve the problem.
Use ubuntu 20.04.2
Thanks so much!
2 replies
-
Hi Gustavo,
1. Open a terminal window, cd into a folder with input files (e.g., one of the Sample problems).
2. Type (preferably add to your .bashrc file):
ulimit -s unlimited
3. Type the path to the executable:
For example (use the correct paths and executable name)
/home/username/toughreact/executables/linux/treact_v332_eos1.exe
cheers,
Eric
-
Hello Erick I appreciate your answer, but I have tried (for several weeks), without favorable results. I have also followed the instructions in the documentation, having the same result.
To run TOUGHREACT V3.32, one must either:
b. Copy all executables into a separate, permanent folder, then create a system path to this folder:
Linux and Mac: Edit the .bashrc file, such as:
TREACT332HOME= /opt/TOUGHREACT_V332/
PATH=$PATH:$TREACT332HOME/treactv332omp_eos1_mac
os:export PATHIs there another way to run the executables of the examples?
I currently have ifortran, to compile do you need a specific version of ifortran?
Note: For the installation I only have the folder called "TOUGHREACT_V332" with its respective documentation
best regards