Description
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.
Useful links and references
No response