Ansys Learning Forum › Forums › Installation and Licensing › Ansys Free Student Software › Launhing a solve to ANSYS cloud through CLI › Reply To: Launhing a solve to ANSYS cloud through CLI
August 2, 2024 at 8:09 am
Ansys Employee
Please try below command and let me know if it worked.
ansyscloudcli runlsdyna -i main.k --files main.k;car5.k -j "test_job" -q xxxxx_cloud_queue_xxxx –n 2  -m 24 --lstc-version "12.0.0"
Here main.k is the main k file, car5.k is an include file, j= job name/id, -q is the queue name, n=nodes (2), m=cores (24), 12.0.0 is ls-dyna version R12.0.Â