Job submission gui for Windows and Linux (python/tk based) #1231
Replies: 21 comments 68 replies
-
Linux version now updated to support mpi submissions |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for the work you do. I found it but I do not know how to use it. I double-click on anim-vtk.bat and the window shows just milliseconds and disappeared. The same happened with a file for submitting the job. I tried to run the Python script file in Visual Studio Code but I did not have success. I do not know what I am doing wrong. Does anyone have an idea of what could help to solve it? |
Beta Was this translation helpful? Give feedback.
-
FYI I today have uploaded v2 of the job submission guis, now supporting: Multiple Engine Files (e.g. 0001.rad, 0002.rad, 0003.rad etc) select all in Engine Selection at runtime The ability to run .k or .key (Dyna Format models) remains in place, and there is a version allowing selection of a vars.bat to assist mpi running under windows. Let me know if you have any issues in your application, or any other ideas for improvement Available from confluence pages: |
Beta Was this translation helpful? Give feedback.
-
Hello. I have written a gui(for Windows) supporting for STOP/KILL control, multiple engine files and queue of jobs. I referred to your script. I hope it helps you to imporove your gui. openradioss_run_script_for_windows_mpi.zip Please modify line 18 of "openradioss_run_script.bat" to set MPI_PATH |
Beta Was this translation helpful? Give feedback.
-
Really nice, thank you! I like the sub windows and queuing a lot, its a lot neater than mine! :) I will take a deeper look and try to combine our efforts and port it to linux version. In the meantime, may I share your gui 'as is' also on the confluence page? Job submission guis page at OpenRadioss confluence |
Beta Was this translation helpful? Give feedback.
-
I have now updated the confluence page reflecting the latest updates: Confluence guis page |
Beta Was this translation helpful? Give feedback.
-
Hello, ERROR : Can anyone help me with that? |
Beta Was this translation helpful? Give feedback.
-
Hello, 'findstr' is not recognized as an internal or external command, operable program or batch file. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your interest. Today, I performed a clean installation and added some commands to the batch file as system paths. I also believe that there are no issues with Python/tk. However, after the clean installation, when I run it from the command line, I encounter a new error. |
Beta Was this translation helpful? Give feedback.
-
I deleted the line “set OPENRADIOSS_PATH=%ABS_PATH%” and defined it on the system. It It works in both SMP and MPP modes. Thank you for your assistance. |
Beta Was this translation helpful? Give feedback.
-
When I using this gui in Centos7, there is error message, as below. Could you help to figure out how to solve this error? I already install python3-tk, or not installed right? |
Beta Was this translation helpful? Give feedback.
-
Seems to be centOS7 lacking PNG support, have you installed libraries [libpng-dev] and [zlib], or tried converting the PNG into a JPG + updateling the icon extension in the script?
Mar 20, 2024, 02:58 by ***@***.***:
…
When I using this gui in Centos7, there is error message, as below. Could you help to figure out how to solve this error? I already install python3-tk, or not installed right?
Traceback (most recent call last):
File "openradioss_run_script_for_linux_mpi_ps.py", line 18, in
icon_image = tk.PhotoImage(file='./icon/ross.png')
File "/usr/lib64/python3.6/tkinter/> init> .py", line 3545, in > init
Image.> init> (self, 'photo', name, cnf, master, **kw)
File "/usr/lib64/python3.6/tkinter/> init> .py", line 3501, in > init
self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't recognize data in image file "./icon/ross.png"
—
Reply to this email directly, > view it on GitHub <#1231 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/A4LGM5OPNDAYMQJLBIWEKBLYZDULZAVCNFSM6AAAAAAV3XBBNKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBXGU4TK>> .
You are receiving this because you are subscribed to this thread.> Message ID: > <OpenRadioss/OpenRadioss/repo-discussions/1231/comments/8847595> @> github> .> com>
|
Beta Was this translation helpful? Give feedback.
-
Another issue is how to use MPI in Linux. I cound not find the OneAPI in OpenRadioss folder. As below code quote: export PATH=$OPENRADIOSS_PATH/extlib/intelOneAPI_runtime/linux64:$PATH |
Beta Was this translation helpful? Give feedback.
-
Glad its running, w your workaround.Not knowing if you tried the 2nd possible solution mentioned, to adjust the PNG image+code for a JPG.
Confirming Marian's feedback, MPI is running at least on Debian & Ubuntu, unable to comment on CentOS (RHEL) yet.
Mar 21, 2024, 07:33 by ***@***.***:
…
Thanks martijnt1. I have installed many libraries related png, jpg... But it's still error. I have remove all the image code, and it can run now. Without any good appearance, but it works at least. :)
—
Reply to this email directly, > view it on GitHub <#1231 (reply in thread)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/A4LGM5OELXPZK3JJXIRDYBLYZJ5KNAVCNFSM6AAAAAAV3XBBNKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNRRGQ2DQ>> .
You are receiving this because you are subscribed to this thread.> Message ID: > <OpenRadioss/OpenRadioss/repo-discussions/1231/comments/8861448> @> github> .> com>
|
Beta Was this translation helpful? Give feedback.
-
Hi @martijnt1 & @MarianBulla , Thanks both. I am a new hand for Github. I have tried different way, but I still have below questions
Br |
Beta Was this translation helpful? Give feedback.
-
With the great initiative of the Vortex-Radioss anim-d3plot converter: Discussion 2361 I have now have updated the job submission gui: available here: Job Submission guis So that there is now an option to run the Vortex-Radioss d3plot conversion at the end of a run if it is installed Let me know if you have any difficulties |
Beta Was this translation helpful? Give feedback.
-
Hi, I started using the run script on linux, and it runs fine. Just a small suggestion, maybe add a shebang line at the top of the script, so double clicking it (or directly run it from the commandline) wil work:
This should work on all linux distributions. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Latest Mk5 versions available, the gui now detects if Vortex-Radioss python module is present or not, and presents the gui with/without d3plot conversion options as appropriate. Also, if present, a d3plot button is added to run window, allowing conversion of any anim files present in the run directory while the job is running |
Beta Was this translation helpful? Give feedback.
-
Hello, I can not see Kill, Stop, Anim button. Please show me how to solve this problem! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Important news, as of 26th September 2024, the gui submission tool has reached a level of maturity that it is now migrated from a confluence download to be included in the official Tools repository:
https://github.com/OpenRadioss/Tools/tree/main/openradioss_gui
Since the original post in march 2023, many improvements have been made, see below for latest gui appearance: and download and contribute in the tools repository
Thanks again for the contributions of @hotaosa to this tool
To help make job submission easier (especially for the precompiled windows version) I have written a small, basic python/tk based job submission gui, Windows and Linux versions are available
Download and instructions for use are available at confluence pages:
python/tk guis in confluence
There are also python based launchers to run the Anim-vtk and T01-csv conversion tools
Beta Was this translation helpful? Give feedback.
All reactions