|
[Sponsors] |
UDF library not loading on Linux supercomputers |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 1, 2014, 06:26 |
UDF library not loading on Linux supercomputers
|
#1 |
New Member
Join Date: Apr 2011
Posts: 29
Rep Power: 15 |
Hello all,
I wrote UDF and it works on Windows 8 and Fluent runned by SDK command prompt. Then I saved UDF as UNIX file format in order to launch this on supercomputers with Linux. UDF has no any comments starting with "//", but "/* ... */" only. I receive such error while compiling: Primitive Error at Node 0: The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform (lnamd64). No such file or directory /home/***/users/***/libudf/lnamd64/3d_node/libudf.so Any help would be appreciated. |
|
August 1, 2014, 06:54 |
|
#2 | |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
I see a contradiction in your post (emphasis mine):
Quote:
|
||
August 1, 2014, 07:18 |
|
#3 |
New Member
Join Date: Apr 2011
Posts: 29
Rep Power: 15 |
Problem solved, I had variable y1 in my UDF, I changed it to yy1 and it started to work. Do you know maybe, why with variable y1 it couldn't compile and load?
|
|
August 1, 2014, 08:28 |
|
#4 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
No, I don't know that. y1 is not a reserved name, so it should work as well as yy1. The error messages that are shown during compilation could give a hint what went wrong, if you are still interested to find out.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error: The UDF library you are trying to load is not compiled for 3ddp on the current | Whitemast | Fluent UDF and Scheme Programming | 0 | November 21, 2013 07:45 |
How to add a UDF to a compiled UDF library | kim | FLUENT | 3 | October 26, 2011 22:38 |
error for loading UDF | ibuki | FLUENT | 3 | November 7, 2009 05:11 |
Compiling / Loading UDF | Martijn | FLUENT | 1 | December 16, 2008 20:06 |
Error when loading a shared library | rid | FLUENT | 4 | May 29, 2006 15:51 |