I'm trying to use gfortran with Abaqus 2016 on Ubuntu 16.04. I've already modified the .env file accoring to that : http://home.iitk.ac.in/~saiwal/computing/abaqus2016-2017-gfortran-compiler/

So the gfortran itself does not throw any errors at me anymore. But after using

abaqus -verify -user_std -verbose

I get :

Begin Compiling Abaqus/Standard User Subroutines Sun Dec 17 20:08:48 2017 Compiling std_user.f Current directory: /tmp/konrad_std_user_15200 File to compile: /tmp/konrad_std_user_15200/std_user.f >>> gfortran -c -fPIC -I/home/konrad/verify -I. -I/home/konrad/Simulia/solver/linux_a64/code/bin/SMAExternal/pmpi-9.1.2/include std_user.f End Compiling Abaqus/Standard User Subroutines Begin Linking Abaqus/Standard User Subroutines Abaqus Error: The Abaqus user subroutine library could not be found. This may indicate a problem with the Abaqus installation. Please contact your system Administrator for further assistance. Exception: (, UserSubroutineLibraryError(), ) Traceback (most recent call last): File "SMAPyaModules/SMAPyaDriverPy.m/src/driverAnalysis.py", line 201, in run File "SMAPyaModules/SMAPyaDriverPy.m/src/driverStandard.py", line 80, in analyze File "SMAPyaModules/SMAPyaDriverPy.m/src/driverSharedLibrary.py", line 344, in run File "SMAPyaModules/SMAPyaDriverPy.m/src/driverSharedLibrary.py", line 571, in link UserSubroutineLibraryError Abaqus/Analysis exited with errors Running: /home/konrad/Simulia/solver/linux_a64/code/bin/eliT_CheckLicense Arguments: ['-standard', '-location'] License for standard is available.

Similar questions and discussions