You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenRadioss_GUI sets all variables for Linux (OpenMPI) / Linuxa64
(OpenMPI) or Windows (IntelMPI)
Fix an issue : in the Run option box :
Previous settings stored in json config file are no more taken into account when rerunning the GUI
Copy file name to clipboardExpand all lines: openradioss_gui/README.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The D3plot converter can be found at: [Vortex-CAE GitHub repository](https://git
35
35
* Launch the **OpenRadioss_gui.vbs** on Windows
36
36
* Launch the **OpenRadioss_gui.bash** on Linux
37
37
38
-

38
+

39
39
40
40
### Launch a job
41
41
@@ -49,15 +49,38 @@ The D3plot converter can be found at: [Vortex-CAE GitHub repository](https://git
49
49
***Enter the number of MPI Domains for the job** in the -np field
50
50
***Click "Add Job"** Run Window apprears.
51
51
52
-
### Notes
52
+
### Menus
53
+
54
+
### Config
55
+
56
+
****MPI Path***: Set the ROOT directory to MPI installation. Leave it blank to use system default variables
57
+
58
+
****Windows (win64)***: ROOT directory to INTEL MPI. Usual IntelMPI installation is located at :
59
+
60
+
C:\Program Files (x86)\Intel\oneAPI\mpi\latest
61
+
62
+
****Linux X86-64 (linux64_gf)***: Path to OpenMPI. OpenRadioss guidelines for OpenMPI locates it in:
63
+
64
+
/opt/openmpi
65
+
66
+
****Linux ARM64 (linuxa64)***: Path to OpenMPI. OpenRadioss guidelines for OpenMPI locates it in:
67
+
68
+
/opt/openmpi
69
+
70
+
### Info
71
+
72
+
* Menu with usefull informations about OpenRadioss
73
+
74
+
#### Run Options
75
+
76
+
Set optional execution options
53
77
54
78
***Single Precision** in Run Options dropdown enables the OpenRadioss single precision version
55
79
***Run Starter Only** in Run Options dropdown executes Starter only.
56
80
***Anim - vtk** in Run Options dropdown invokes the Animation to VTK converter at the end of OpenRadioss Engine simulation.
57
81
***TH - csv** in Run Options dropdown invokes the TH to CSV converter at the end of OpenRadioss Engine simulation.
58
82
***Show Queue** and **Clear Queue** buttons manage the run queue.
59
83
* The **info** menu has links to the downloads section of github and an ‘About’ credit to the script creators
60
-
***In Windows version only**: On first attempt to submit an mpi run (-np > 1) you will be prompted to locate a suitable vars.bat file on your machine, once selected, this is remembered (to reset, delete the created ‘path_to_mpi_vars.txt’ file from the install directory, or edit its contents)
61
84
****Anim - d3plot** in Run Options dropdown appears only if Vortex-CAE D3plot converter is detected.
62
85
****Anim - vtkhdf** in Run Options dropdown appears only if Kitware animtovtkhdf converter is detected.
0 commit comments