The following steps cover the simplest way to download, install and run OpenRadioss from pre-compiled binaries with scripts
How to download and install OpenRadioss
todownload the latest pre-compiled OpenRadioss binaries: (download to /home/user)
...
This will create a directory called ‘OpenRadioss’ containing the executables
Running OpenRadioss
The script below can be used to run a Radioss model (if OpenRadioss has been extracted into OpenRadioss directory in /home/user as described above)
...
to use it, the syntax is ./runscript.sh jobname_0000.rad n
where 'n' is the number of threads to run in SMP mode, the script sets all required environment variables and runs both the starter and engine for the model
...