|
[Sponsors] |
April 5, 2021, 19:30 |
FSI System Coupling HPC Cluster (SLURM)
|
#1 |
New Member
Jasia
Join Date: Nov 2020
Posts: 2
Rep Power: 0 |
I have been working to try to get a FSI simulation running in our universities HPC cluster. I have the coupling.sci file, mechanical and fluent data, .py script, and submission script. I have searched through the ANSYS forums, but don't seem to find any solutions that work. The ANSYS forums are also down for this week.
Here is the error file I am met with:
error file
Here is the submission script:
batch script
and here is the .py script:
py script
I have tried to follow the tutorials and the user manual for system coupling, but I am lost at what else I can try. |
|
April 6, 2021, 02:33 |
|
#2 |
Senior Member
M
Join Date: Dec 2017
Posts: 699
Rep Power: 12 |
No experience with that kind of simulation on a cluster, but I would try to go the obvious way and see what that error message is about.
Its obviously a Python error, where it expects a value as string to convert to an integer and gets an object of type 'NoneType' instead. There are many reasons that get you a NoneType object so there is no obvious hint. Look what happens on the lines prior to line 252 in _constructMachineListSLURM, there is probably some error in there. Fails to get the machine id? Something like that? But, I assume it is not your job to fix queue-Scripts. Get help from system administrators. |
|
April 6, 2021, 03:54 |
|
#3 | |
New Member
Jasia
Join Date: Nov 2020
Posts: 2
Rep Power: 0 |
Quote:
|
||
April 6, 2021, 05:07 |
|
#4 |
Senior Member
M
Join Date: Dec 2017
Posts: 699
Rep Power: 12 |
Then I guess _constructMachineListSLURM is a function that is imported from some place else. import statements are usually placed at the top of a file, maybe you can find where it comes from.
|
|
April 28, 2021, 15:31 |
|
#5 |
Senior Member
Sebastian Engel
Join Date: Jun 2011
Location: Germany
Posts: 567
Rep Power: 21 |
Naive question:
How intelligent is the CLI parser? Could it be the case that the commands in run.in have to be oneliners? It's weird that this line is printed alone in the error log: ('PARTICIPANT-2', 1.0)]) |
|
Tags |
ansys 2021 r1, fsi 2-way coupling, help needed, hpc cluster, system coupling error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to continue calculation in ANSYS Workbench with System Coupling after unsave | WangYihuHRB | Fluent Multiphase | 0 | March 30, 2021 11:50 |
linear solver crashing during transient run on HPC cluster | Geoff67 | CFX | 3 | August 28, 2020 19:53 |
FSI simulation in SLURM cluster (input file and script) | Lara Gonçales | Structural Mechanics | 0 | January 20, 2020 16:45 |
2 Way FSI using System Coupling | salijav | ANSYS | 0 | December 21, 2015 03:36 |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |