** ERROR RADFLEX EXECUTION ERROR
Altair Forum User
Altair Employee
Hello.
I use command <installation directory>/scripts/radioss -gui in CentOs 6.4
When I click to run it. It shows the message** ERROR RADFLEX EXECUTION ERROR CHACK RADFLEX BINARY
Please see the attached file
Thank you.
0
Answers
-
Solution:
Set the RADFLEX_PATH to the location of location of 'radflex_12_linux64' For example: '/altair/hw/12.0/altair/hwsolvers/common/bin/linux64'
export RADFLEX_PATH=/altair/hw/12.0/altair/hwsolvers/common/bin/linux64 # in case of bash shell, correct the path to suit your install path
setenv RADFLEX_PATH /altair/hw/12.0/altair/hwsolvers/common/bin/linux64 # in case of c shell , correct the path to suite your install path
Otherwise: copy radflex_12_linux64 to the location of your input files (starter and engine files)cp /altair/hw/12.0/altair/hwsolvers/common/bin/linux64/radflex_12_linux64 /path/to/your/engine/starterfiles0