About FEKO's Temporary Directory
Answers
-
Hello mustaphos,
You need to change your FEKO_TMPDIR by modifying (or adding) the following line to FEKOenvironmentFromSetup.lua:
setEnv([[FEKO_TMPDIR__SETUP]], [[C:\Temp]], true);
You could also simply define an environment variable FEKO_TMPDIR and let it point to where you want to let FEKO use temporary disk space.
0 -
Hello JIF, I had the same problem so I used your suggestion:
Altair Forum User said:You need to change your FEKO_TMPDIR by modifying (or adding) the following line to FEKOenvironmentFromSetup.lua:
setEnv([[FEKO_TMPDIR__SETUP]], [[C:\Temp]], true);
So I changed the temp directory to my D drive as it has a lot more space.
To this, I got the following error:
ERROR 33867: Error (-3) checking/creating temporary directory at \Temp\
Any ideas on how to fix this?
Thanks
0 -
From the error message, it sounds like \Temp does not exist. Have you tried creating that directory? Or does it already exist?
0 -
Hello JIF,
I had created the temp directory, just had to restart the model for it to pick up the new TEMP directory location.
Thanks!
0 -
Hello,
How can i access that command window in order to change the directory? i want to change my FEKO directory because my simulation is getting larger.
0 -
Just use notepad to edit the FEKOenvironmentFromSetup.lua file in the 'feko' folder.
Save it. All new instances of Feko will use the updated file.
0 -
Copy the file to e.g. C:\Temp
Edit there.
Copy back, but you will need admin rights.
0 -
Alternately you can set this and other environment variables in CADFEKO:
0