-
-
November 9, 2023 at 8:46 am
mhshinn2
SubscriberHi there,
I'm experiencing difficulties in performing parallel computations with subroutine code.I'm using the subroutine code sample provided by Autodyn (mdstr_user_1.f90).
I've built the subroutine code, creating "ad_usrsub.exe" and "ad_usrsub_worker.exe" files.
When I run ad_usrsub.exe and proceed with parallel operations, I encounter the error shown in the image below.Additionally, when I attempt parallel computations through the Autodynwrapper.exe(without ad_usrsub.exe), there's an issue with the recognition of the subroutine code, as illustrated below.
Â
Could you provide guidance on the sequence or method for performing parallel computations with subroutine code?
Â
Thanks and best regards,
Myunghyun Shin
-
November 10, 2023 at 4:30 pm
Chris Quan
Ansys EmployeeTo run Autodyn User Subroutine with HPC, you should not use AutodynWrapper.exe. It is used for standard Autodyn release.
You need to manually create a HPC configuration file "applfile" in your user's ANSYS folder (For example, C:\Users\user_name\AppData\Roaming\Ansys\v232\AUTODYN) and then run mpiexec from there. The detailed instructions can be found from Autodyn Parallel Processing Guide in ANSYS Help at
You need to make sure replace "autodyn.exe" with "adusrsub.exe" and "adworker.exe" with "ad_usrsub_worker.exe"
-
November 16, 2023 at 8:59 am
mhshinn2
SubscriberThank you for your response.
As you suggested, I successfully executed the "ad_usrsub.exe", which is the result of the subroutine code, using "MS MPI" in serial.
Unfortunately, when attempting "parallel processing" with "ad_usrsub_worker.exe", I encountered the error shown in the attached image.
What does this error signify, and are there any solutions to resolve it?
Â
Thanks and best regards,
Myunghyun Shin
-
-
- The topic ‘User subroutine with Parallel Processing using Autodyn’ is closed to new replies.
-
3467
-
1057
-
1051
-
929
-
896
© 2025 Copyright ANSYS, Inc. All rights reserved.