CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

Automatically switched to run in parallel -t1 mode

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2018, 05:40
Question Automatically switched to run in parallel -t1 mode
  #1
New Member
 
Hoang Nhu Quynh
Join Date: Jul 2016
Posts: 6
Rep Power: 9
MsRuby is on a distinguished road
Dearest,

I have a problem with compiling a UDF into Fluent.
This is the warning message:

WARNING: Automatically switched to run in parallel -t1 mode. **
** Detected non-parallelized UDF usage, enabling parallel usage. **
** If you encounter any issues, please re-run with -t0 flag.

=> Question 1: How can I re-run with -t0 flag? I have searched the TUI command but still didn't find any solution.

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\nI:\14. UDF\Testing_1\libudf\win64\2ddp_host\libudf.dll

=> Question 2: I have found on the internet that someone also encountered this problem and there are some solutions. I am going to try, but is this parallel issue related to the warning message above?

Thanks,
MsRuby is offline   Reply With Quote

Old   June 15, 2018, 06:01
Default
  #2
`e`
Senior Member
 
Join Date: Mar 2015
Posts: 892
Rep Power: 18
`e` is on a distinguished road
What is the UDF you are running? Perhaps you could parallelise this UDF (if it's not already).

That error on loading the UDF library means that the UDF has not been properly compiled, try my compiling process for Fluent UDFs with an existing library loaded to check the the UDF is being compiled correctly and no errors are shown at compile time.
`e` is offline   Reply With Quote

Old   June 15, 2018, 06:04
Default
  #3
New Member
 
Hoang Nhu Quynh
Join Date: Jul 2016
Posts: 6
Rep Power: 9
MsRuby is on a distinguished road
Thank u for your reply 'e'
My case is "serial", but when I compiled the UDF file, it is automatically changed to parallel. Then error appeared ... That is why I don't understand where is the problem.
My udf is just simple case DEFINE_PROPERTY with an input of porosity. It works fine with interpretation.
MsRuby is offline   Reply With Quote

Old   June 15, 2018, 06:09
Default
  #4
`e`
Senior Member
 
Join Date: Mar 2015
Posts: 892
Rep Power: 18
`e` is on a distinguished road
Are you running Fluent in serial or parallel mode? What is it automatically changing? Do you receive any errors if you remove the UDFs and/or simplify them (for example, set DEFINE_PROPERTY to a constant value)?

Considering that it works fine with interpreting the UDF, have you compiled any other UDFs before? Do you have a compiler such as Microsoft Visual Studio installed?
`e` is offline   Reply With Quote

Old   June 15, 2018, 06:44
Default
  #5
New Member
 
Hoang Nhu Quynh
Join Date: Jul 2016
Posts: 6
Rep Power: 9
MsRuby is on a distinguished road
Quote:
Originally Posted by `e` View Post
Are you running Fluent in serial or parallel mode? What is it automatically changing? Do you receive any errors if you remove the UDFs and/or simplify them (for example, set DEFINE_PROPERTY to a constant value)?

Considering that it works fine with interpreting the UDF, have you compiled any other UDFs before? Do you have a compiler such as Microsoft Visual Studio installed?
=>I am running Fluent in serial mode, and when I compiled my UDF, the warning appears. Yes, the error stays even if I simplify the UDF. I have never compiled any UDF before. And yes, I have Microsoft Visual Studio installed
MsRuby is offline   Reply With Quote

Old   June 15, 2018, 07:07
Default
  #6
`e`
Senior Member
 
Join Date: Mar 2015
Posts: 892
Rep Power: 18
`e` is on a distinguished road
First of all, it looks like this type of warning has been found in the latest releases of Fluent, from R18.2 (for an explanation, see: How to use FLUENT only in single processing mode). I have now tried running Fluent R18.2 with a UDF in serial and get the same warning but the UDF still works fine. The warning does not appear when running Fluent R18.2 in parallel mode and the UDF still works as expected (each processor including the host prints to the console). The UDF I compiled was:

Code:
#include "udf.h"

DEFINE_ON_DEMAND(test)
{
	Message("%d: Hello\n",myid);
}
Perhaps the warning is a bug, and is only a false positive?
`e` is offline   Reply With Quote

Old   June 16, 2018, 06:37
Default
  #7
Senior Member
 
Join Date: Sep 2017
Posts: 246
Rep Power: 11
obscureed is on a distinguished road
Hi,
I have seen the same warning, with a similarly innocuous UDF, in Fluent 19.1. I think there was a change at 18.2, where even serial Fluent is run in the parallel framework, but with a single parallel process. Whatever the warning is intended to guard against, I think it can be ignored.

I expect that -t0 is an option that could be added when starting Fluent from a command prompt. Maybe it forces a truly serial-mode run. I haven't investigated, because it is easier to ignore the warning.

By the way, as general advice: if you have a UDF already compiled, you should recompile whenever you change Fluent (including any version change; parallel <--> serial; single-precision <--> double; 2D <--> 3D; operating system; etc). Often you will be prompted to recompile, or it will happen automatically, but if not you need to do it anyway. Delete the entire libudf directory if necessary. The point is that the compiled UDF for another version is not helpful.

Best regards,
Ed
obscureed is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with foam-extend 4.0 ggi parallel run Metikurke OpenFOAM Running, Solving & CFD 1 December 6, 2018 15:51
Problem in foam-extend 4.0 ggi parallel run Metikurke OpenFOAM Running, Solving & CFD 0 February 20, 2018 06:34
parallel run is slower than serial run (pimpleFoam) !!! mechy OpenFOAM 18 August 17, 2016 17:19
Script to Run Parallel Jobs in Rocks Cluster asaha OpenFOAM Running, Solving & CFD 12 July 4, 2012 22:51
batch mode - parallel run turbotel CFX 2 March 29, 2011 16:53


All times are GMT -4. The time now is 00:25.