Skip to content
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

Modify ... Can not run contact ball example #526

Open
alexteplyaxins opened this issue Sep 26, 2024 · 0 comments
Open

Modify ... Can not run contact ball example #526

alexteplyaxins opened this issue Sep 26, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@alexteplyaxins
Copy link

alexteplyaxins commented Sep 26, 2024

Description of the modifications

When launching the lsdyna server locally by these commands I get these error:
Here is the link of example: https://dyna.docs.pyansys.com/version/stable/getting-started/index.html#build-the-docker-image
import ansys.dyna.core.solver as solver
from ansys.dyna.core.solver import launch_dyna
hostname = "localhost"
port = "5000"
dyna = launch_dyna(ip = hostname,port = port)
dyna.push("./output/ball_plate.k") # push an input file
dyna.start(4) # start 4 ranks of mppdyna
dyna.start_locally(preset = "SMP", input = "ball_plate.k",nproc=1) # begin execution

The error I got
ERROR: Error reported: failed to launch 'mppdyna i=Q4zM4SIy memory=20m' on SUN3000
Error (193) mppdyna is not a valid Win32 application.
Screenshot 2024-09-26 182854

Useful links and references

No response

@alexteplyaxins alexteplyaxins added the documentation Improvements or additions to documentation label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant