|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
Hi, I'm trying to start a run in mpich distributed parallel (windows) which includes a user subroutine and a junction box routine for particel injection. Everytime an error occures an look like this:
An error has occurred in subroutine ErrAction Unable to find library winnt/hollow_cone_distribution_HK.dll on path "c:/programme/Ansys Inc/CFX/shared/" If i start the CFX-run in PVM-distributet parallel mode everything is right. But when i add a second computer with two more partitions the error occurs. Thanks Claudia |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
Claudia,
It looks like some of the partitions can't find your user routine (assuming your routine is the hollow_cone_distribution_HK.dll in the message). Each partition (CPU/machine) has to be able to see the file. If you're storing it on C: drive of the master machine, then the other machines can't find it. You have two choices: 1. Copy the dll to the "exact" same location on every machine, or 2. Put the files on a network drive to which all machines have access through the same drive letter (i.e. T:/CFX/FORTRAN) This should sort it out. Jeff |
|
|
||
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hi,
that's right. Thank you. I detected that i had to change something in the cfx5mkext.cll so that the user.dll could work with mpi. With all changes together it works. Claudia |
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Particle User Source in ANSYS CFX | Jun | CFX | 0 | September 8, 2010 09:28 |
| CFX User Conf Proceedings Available 94,96,97 | Robert | Main CFD Forum | 0 | August 7, 2005 11:54 |
| CFX 5.5 | Roued | CFX | 1 | October 2, 2001 16:49 |
| CFD Short Course & CFX User Day | Chris Reeves | CFX | 0 | September 11, 2000 08:53 |
| CFX User Subroutine Archive | David Creech | Main CFD Forum | 0 | March 17, 1999 12:41 |