Dear all,
I'm getting the following error when compiling the UDF in fluent. Does anyone have any idea why? I'm using ANSYS 18.2 and VS 2017.
'xcopy' is not recognized as an internal or external command, operable program or batch file. Copied M:\Transient_Simulation -2018/M:\Transient_Simulation -2018\my_function.c to libudf\src Creating user_nt.udf file for 3ddp_host ... (system "copy "C:\PROGRA~1\ANSYSI~1\v182\fluent"\fluent18.2.0\sr c\udf\makefile_nt.udf "libudf\win64\3ddp_host\makefile" ") 1 file(s) copied. (chdir "libudf")(chdir "win64\3ddp_host")Creating user_nt.udf file for 3ddp_node ... (system "copy "C:\PROGRA~1\ANSYSI~1\v182\fluent"\fluent18.2.0\sr c\udf\makefile_nt.udf "libudf\win64\3ddp_node\makefile" ") 1 file(s) copied. (chdir "libudf")(chdir "win64\3ddp_node") Done.
Opening library "M:\Transient_Simulation -2018\libudf"... Error at host: The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform (win64).
The system cannot find the file specified.
M:\Transient_Simulation -2018\libudf\win64\3ddp_host\libudf.dll
Error at Node 0: The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform (win64).
The system cannot find the file specified.
M:\Transient_Simulation -2018\libudf\win64\3ddp_node\libudf.dll
Error: The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform (win64).\n\nThe system cannot find the file specified. \n\nM:\Transient_Simulation -2018\libudf\win64\3ddp_host\libudf.dll Error Object: #f
Your help is much appreciated.