Skip to content

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

Open
@alexteplyaxins

Description

@alexteplyaxins

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions