|
[Sponsors] |
[PyFoam] Purpose of the MetaServer and connecting to running simulations in a network |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 19, 2019, 06:45 |
Purpose of the MetaServer and connecting to running simulations in a network
|
#1 |
New Member
Chris Coutinho
Join Date: Jan 2015
Location: Netherlands
Posts: 28
Rep Power: 11 |
I am running a number of OpenFOAM simulations in parallel as part of a parameter study, and handling them individually using the PyFoam utility. I need to connect to them remotely, and from the documentation this should be possible using a 'MetaServer'. This seems great because then I can manage the simulations through a single service, or at least, I think that's why the server exists. That being said, I'm running into some issues.
First off, the server itself is not python3 compatible - it raises a SyntaxError using Python 3.6: Code:
$ pyFoamMetaServer.py --help File "/home/chris/.local/bin/pyFoamMetaServer.py", line 22 except OSError, e: ^ SyntaxError: invalid syntax Is there somewhere I can report this as a bug (e.g github issue)? Also, from the wiki/release notes, it seems that the MetaServer has been made obsolete (https://sourceforge.net/p/openfoam-e...eleaseNotes.md), but I can't find any information about how to connect to and/or manage a number of simulations that are connected via the alternative: Code:
zeroconf |
|
Tags |
pyfoam, server monitoring tools |
|
|