-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyFluent: Problem while submitting jobs to Windows job scheduler. #959
Comments
@dnwillia-work - as per our Teams chat conversation. |
So, one problem is that the windows HPC job manager returns host names as upper case and the Python That said, it also seems to be the case that Fluent will not spin up properly unless you also pass |
Hi Dan, Your change has definitely resolving the initial Fluent start-up problem via Job scheduler. Thank you. I am summarizing my findings in three points.
|
We will revisit this issue after #967 is resolved. |
🔍 Before submitting the issue
🐞 Description of the bug
I am unable to submit PyFuent jobs to the Windows job scheduler.
I am trying three scenarios using the HPC Pack 2019 Job Manager:
(1) Run simple .py ("Hello World") via job manager. Working fine.
(2) Run fluent journal via job manager. Working fine.
(3) Run PyFluent script vis job manager. Getting this error (Fluent is not launching - s = pyfluent.launch_fluent(precision="double",additional_arguments=parOpt,mode="solver"))
Number of machines = 1
Number of cores = 1
Min number of cores = 1
Max number of cores = 1
Parallel options for fluent are = -t1 -cnf=CDCFLUENTW16V01:1
Traceback (most recent call last): File "run.py", line 14, in s = pyfluent.launch_fluent(precision="double",additional_arguments=parOpt,mode="solver") File "c:\shared\pyfluent\pyfluent\src\ansys\fluent\core\launcher\launcher.py", line 541, in launch_fluent _await_fluent_launch(server_info_filepath, start_timeout, sifile_last_mtime) File "c:\shared\pyfluent\pyfluent\src\ansys\fluent\core\launcher\launcher.py", line 328, in _await_fluent_launch raise RuntimeError("The launch process has been timed out.")RuntimeError: The launch process has been timed out.
📝 Steps to reproduce
CDCFLUENTW16V01 is the cluster head-node. (Added Dan, Sean and Mainak's ids to access this cluster)
CDCFLUENTW16V02 the child-node.
Fluent is install on the head-node (CDCFLUENTW16V01) in the C:\shared\231\ANSYS Inc folder.
PyFluent (using Ansy CPython venv) is installed in the C:\shared\pyfluent\pyfluent folder.
To reproduce:
Fluent is working fine,
💻 Which operating system are you using?
Windows
🐍 Which Python version are you using?
3.7
📦 Installed packages
The text was updated successfully, but these errors were encountered: