I have been trying to run an analysis with the user subrouting UMAT in abaqus 6.12. I have microsoft visual studio 10.0.40219.1 and fortran 10.1.034. I think I linked the compiler correctly, and the path variable should have all the necessary adresses. However, when I run the verification cpp_make, fortran_make, and std_user show errors. here is the fortran_make.txt file:
main_4000.C
Abaqus JOB fortran_make
Begin Compiling User Post-Processing Program
7/15/2013 3:50:22 PM
Compiling: C:\Temp\verify\fortran_make.for
End Compiling User Post-Processing Program
7/15/2013 3:50:22 PM
Begin Compiling User Post-Processing Program
7/15/2013 3:50:22 PM
Compiling: C:\Temp\verify\main_4000.C
End Compiling User Post-Processing Program
7/15/2013 3:50:26 PM
Begin Linking User Post-Processing Program
7/15/2013 3:50:26 PM
Linking: C:\Temp\verify\fortran_make.exe
7/15/2013 3:50:26 PM
End Linking User Post-Processing Program
Abaqus JOB fortran_make COMPLETED
Traceback (most recent call last):
File "SMAPyaModules\SMAPyaDriverPy.m\src\abauserapp.py", line 67, in <module>
File "SMAPyaModules\SMAPyaDriverPy.m\src\application.py", line 149, in run
File "SMAPyaModules\SMAPyaDriverPy.m\src\abauserapp.py", line 58, in execute
File "SMAPyaModules\SMAPyaUtiPy.m\src\uti.py", line 15, in Spawn
IOError: IOError: : Unknown error
and here is the"run standar.exe" section of the std_user.txt file:
Run standard.exe
Command: C:\Users\mesantan.AD\AppData\Local\Temp\mesantan_std_user_3736\standard.exe -standard -academic RESEARCH -messaging_mechanism DIRECT -job std_user -input std_user -indir C:\Temp\verify -outdir C:\Temp\verify -tmpdir C:\Users\mesantan.AD\AppData\Local\Temp\mesantan_std_user_3736 -inputFormat inp -resultsFormat odb -sim C:\Temp\verify\std_user.sim -memory 80 -memory_parameter AUTOMATIC -lmsuspend -umbrella_port 53537 -umbrella_host LCS-208-138 -std_parallel -dmp_solver
<type 'exceptions.IOError'> IOError: : Unknown error
File "SMAPyaModules\SMAPyaDriverPy.m\src\driverPhase.py", line 394, in _run
File "SMAPyaModules\SMAPyaUtiPy.m\src\uti.py", line 15, in Spawn
Abaqus Error: Abaqus is unable to execute the command:
Abaqus/Standard Analysis
Please check the validity of the command on this computer.
Exception: (<class 'driverExceptions.SpawnError'>, SpawnError('Abaqus/Standard Analysis',), <traceback object at 0x000007FFFF3A7C88>)
Traceback (most recent call last):
File "SMAPyaModules\SMAPyaDriverPy.m\src\driverAnalysis.py", line 177, in run
File "SMAPyaModules\SMAPyaDriverPy.m\src\driverStandard.py", line 106, in analyze
File "SMAPyaModules\SMAPyaDriverPy.m\src\driverStandard.py", line 149, in runStd
File "SMAPyaModules\SMAPyaDriverPy.m\src\driverPhase.py", line 441, in run
File "SMAPyaModules\SMAPyaDriverPy.m\src\driverPhase.py", line 413, in _run
SpawnError: Abaqus/Standard Analysis
Abaqus/Analysis exited with errors
I've been playing around with the environment variables, and changing the installation order but I still can't figure out why I'm getting the error. Can anyone help?