CaiuaMelo
Materials
- Jun 13, 2013
- 5
I'm using Ubuntu 14.10, i had really hard time trying to get Abaqus 6.14 and gfortran to work together.
Finally, i want to share my settings of abaqus_v6.env file that make it possible. It is in attachment.
ps: This is where abaqus_v6.env is << (Abaqus path)/6.14-1/SMA/site/ >>
steps to use gfortran:
1) See if gfortran package is installed: << sudo apt-get install gfortran >>.
2) Make a backup of your abaqus_v6.env file.
3) In your backup file, copy the last line. it should seems like:
abaquslm_license_file="27000@example.com"
replace the line of the downloaded abaqus_v6.env for it.
4) Replace your abaqus_v6.env file for the downloaded file.
5) Run the command in terminal << abaqus verify -user_std >> to see if everything is working.