Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error in envRunFile

Status
Not open for further replies.

ptsal

Mechanical
Jan 18, 2013
17
0
0
PT
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.
 
Replies continue below

Recommended for you

Thanks guys,
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.
 
Status
Not open for further replies.
Back
Top