error in envRunFile
error in envRunFile
(OP)
Hi guys,
I'm getting this error using abaqus 6.11.5.
Traceback (most recent call last):
File "SMAPyaModules/SMAPyaDriver.mpy/Lib/driverEnv.py", line 276, in envRunFile
File "/homes/abaqus_v6.env", line 148, in <module>
mp_mpi_implementation = PMPI
NameError: name 'PMPI' is not defined
Abaqus Error: Error when reading environment file /homes/sbaqus_v6.env
Abaqus/Analysis exited with error(s).
Does anyone know how to fix it?
If the "PMPI" is not defined how to define it?
Thanks in advance.
I'm getting this error using abaqus 6.11.5.
Traceback (most recent call last):
File "SMAPyaModules/SMAPyaDriver.mpy/Lib/driverEnv.py", line 276, in envRunFile
File "/homes/abaqus_v6.env", line 148, in <module>
mp_mpi_implementation = PMPI
NameError: name 'PMPI' is not defined
Abaqus Error: Error when reading environment file /homes/sbaqus_v6.env
Abaqus/Analysis exited with error(s).
Does anyone know how to fix it?
If the "PMPI" is not defined how to define it?
Thanks in advance.





RE: error in envRunFile
I'd give it a shot and see if that works.
Are you new to this forum? If so, please read these FAQ:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: error in envRunFile
would be my guess
RE: error in envRunFile
Are you new to this forum? If so, please read these FAQ:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: error in envRunFile
I solved the problem.
And yes, Native for windows
PMPI unix based systems.
I had the path to the env file wrong, once I corrected it worked.