CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Problem using redistributePar in collated mode

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 4, 2025, 07:19
Default Problem using redistributePar in collated mode
  #1
New Member
 
Join Date: Feb 2025
Posts: 1
Rep Power: 0
RocketScientist is on a distinguished road
Dear foamers,

I am facing a problem running redistributePar on a HPC cluster in collated mode using OF2206.

I am using redistributePar to profit from parallel decomposition and reconstruction. This works flawlessly in uncollated mode but I am running into the inode cap. Therefore, I tried using the collated mode to reduce the amount of files generated by OpenFOAM.

I tried adding the -fileHandler option in the Slurm script as follows

Code:
mpirun redistributePar -decompose -fileHandler collated -parallel
and also to include it in the controlDict by adding the following entry with and without the maxThreadFileBufferSize entry.

Code:
OptimisationSwitches
{
    fileHandler collated;
    maxThreadFileBufferSize 1e9;
}
However, when running the redistributePar tool, it always hangs at

Quote:
Setting caseName to [...] to read undecomposed mesh
without posting any error message.

Does anybody have an idea how to resolve this issue?

Thank you guys for your help!

Last edited by RocketScientist; February 4, 2025 at 07:20. Reason: formatting
RocketScientist is offline   Reply With Quote

Old   February 11, 2025, 05:50
Default
  #2
New Member
 
Adrian
Join Date: Dec 2015
Location: Germany
Posts: 7
Rep Power: 11
Henrinavier is on a distinguished road
Hey RocketScientist,

I once ran into a similar problem and circumvented it by reverting back to uncollated mode. Sadly, no "real solution" if you need to reduce the directoriy count.

If someone has a real solution, I'd be interested too...

Best regards,
Henrinavier
Henrinavier is offline   Reply With Quote

Reply

Tags
collated, redistributepar

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Foam-extend crashes with custom BC, but works fine in Debug mode Arman_N OpenFOAM Programming & Development 7 September 26, 2020 02:51
SU2-7.0.1 on ubuntu 18.04 hyunko SU2 Installation 7 March 16, 2020 05:37
CHTMultyRegionFoam - BC problem? Carlo_P OpenFOAM Running, Solving & CFD 0 October 30, 2019 09:54
[Workbench] 'Batch mode' ICEM CFD problem 86682164 ANSYS Meshing & Geometry 0 August 22, 2013 17:53
problem with running UDF in batch mode James FLUENT 0 June 6, 2006 07:49


All times are GMT -4. The time now is 20:54.