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

error in writting restart_flow.dat

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 2, 2022, 08:50
Post error in writting restart_flow.dat
  #1
New Member
 
sachin
Join Date: Nov 2022
Posts: 3
Rep Power: 3
sachin1119 is on a distinguished road
Hi all

I am trying to run SU2 parallel in a Cluster which has 2 nodes, one node is ubuntu 18.04 and the other node is centos 7. All the steps are followed to create the cluster and NFS mounting is done between 2 nodes in the directory "cloud".

I have installed SU2-mpi and mpich-4.0.2 and everything is setup properly in the cloud directory which is NFS mounted on both systems.

so when I run an SU2 sample using the command
time mpiexec -n 6 --host BLTSP00316,bltsw06032 ../../../SU2_CFD inv_ONERAM6.cfg

The iterations are starting and the process is divided into into nodes and takes place in parallel.

But when it comes to the end of the result where it prints the i/o outputs like creating the restart_flow.dat files it throws error there,
Screenshot from 2022-11-02 19-04-49.png

so it says error in bool and it is unable to open the restart file. I am confused why this is happening? is it because i am trying to write from two different nodes into a same file at a time or any other permission issues?

Please help me with this error! Thanks in advance
sachin1119 is offline   Reply With Quote

Old   November 2, 2022, 09:43
Default
  #2
Senior Member
 
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 585
Rep Power: 17
bigfootedrockmidget is on a distinguished road
does it work when you run mpirun on only the ubuntu node on multiple cores?
bigfootedrockmidget is offline   Reply With Quote

Old   November 3, 2022, 03:10
Default
  #3
New Member
 
sachin
Join Date: Nov 2022
Posts: 3
Rep Power: 3
sachin1119 is on a distinguished road
yes! it works when I run mpirun on only the ubuntu node on multiple cores

Last edited by sachin1119; November 3, 2022 at 06:18.
sachin1119 is offline   Reply With Quote

Old   December 6, 2023, 09:00
Default I have a problem in restart_flow.dat
  #4
New Member
 
David wang
Join Date: Dec 2023
Posts: 5
Rep Power: 2
David wang is on a distinguished road
I encountered the following error while working on the "Constrained shape design of a transient turbine air at a cte. CL" case. I tried opening restart_ Flow.dat file, but cannot be opened.

error:
------------------------- Solution Postprocessing -----------------------
Reading and storing the solution from restart_flow.


Error in "virtual void CBaselineOutput::SetVolumeOutputFields(CConfig*)":
-------------------------------------------------------------------------
No coordinates found in the restart file!!
------------------------------ Error Exit -------------------------------


18042 triangles.
4800 quadrilaterals.
+-----------------------------------------------------------------------+
| Marker Type| Marker Name|
+-----------------------------------------------------------------------+
| Far-field| FARFIELD|
+-----------------------------------------------------------------------+
| Heat flux wall| AIRFOIL|
+-----------------------------------------------------------------------+
Two dimensional problem.
13937 grid points.
22842 volume elements.
2 surface markers.
192 boundary elements in index 0 (Marker = AIRFOIL).
40 boundary elements in index 1 (Marker = FARFIELD).
18042 triangles.
18042 triangles.
4800 quadrilaterals.
Identify vertices.
Storing a mapping from global to local point index.

------------------------- Solution Postprocessing -----------------------
Reading and storing the solution from restart_flow.
18042 triangles.
4800 quadrilaterals.
Identify vertices.
Storing a mapping from global to local point index.

------------------------- Solution Postprocessing -----------------------
Reading and storing the solution from restart_flow.


Error in "virtual void CBaselineOutput::SetVolumeOutputFields(CConfig*)":
-------------------------------------------------------------------------
No coordinates found in the restart file!!
------------------------------ Error Exit -------------------------------


18042 triangles.
4800 quadrilaterals.
4800 quadrilaterals.
18042 triangles.
4800 quadrilaterals.
Identify vertices.
Storing a mapping from global to local point index.
Identify vertices.
Storing a mapping from global to local point index.

------------------------- Solution Postprocessing -----------------------
Reading and storing the solution from restart_flow.


Error in "virtual void CBaselineOutput::SetVolumeOutputFields(CConfig*)":
-------------------------------------------------------------------------
No coordinates found in the restart file!!
------------------------------ Error Exit -------------------------------



------------------------- Solution Postprocessing -----------------------
Reading and storing the solution from restart_flow.


Error in "virtual void CBaselineOutput::SetVolumeOutputFields(CConfig*)":
-------------------------------------------------------------------------
No coordinates found in the restart file!!
------------------------------ Error Exit -------------------------------


Identify vertices.
Storing a mapping from global to local point index.


Error in "virtual void CBaselineOutput::SetVolumeOutputFields(CConfig*)":
-------------------------------------------------------------------------
No coordinates found in the restart file!!
------------------------------ Error Exit -------------------------------



------------------------- Solution Postprocessing -----------------------
Reading and storing the solution from restart_flow.


Error in "virtual void CBaselineOutput::SetVolumeOutputFields(CConfig*)":
-------------------------------------------------------------------------
No coordinates found in the restart file!!
------------------------------ Error Exit -------------------------------


Identify vertices.
Storing a mapping from global to local point index.

------------------------- Solution Postprocessing -----------------------
Reading and storing the solution from restart_flow.


Error in "virtual void CBaselineOutput::SetVolumeOutputFields(CConfig*)":
-------------------------------------------------------------------------
No coordinates found in the restart file!!
------------------------------ Error Exit -------------------------------


18042 triangles.
4800 quadrilaterals.
Identify vertices.
Storing a mapping from global to local point index.

------------------------- Solution Postprocessing -----------------------
Reading and storing the solution from restart_flow.


Error in "virtual void CBaselineOutput::SetVolumeOutputFields(CConfig*)":
-------------------------------------------------------------------------
No coordinates found in the restart file!!
------------------------------ Error Exit -------------------------------
David wang is offline   Reply With Quote

Old   December 6, 2023, 11:59
Default
  #5
New Member
 
Join Date: Feb 2022
Posts: 18
Rep Power: 4
cristopher_morales is on a distinguished road
Quote:
Originally Posted by sachin1119 View Post
Hi all

I am trying to run SU2 parallel in a Cluster which has 2 nodes, one node is ubuntu 18.04 and the other node is centos 7. All the steps are followed to create the cluster and NFS mounting is done between 2 nodes in the directory "cloud".

I have installed SU2-mpi and mpich-4.0.2 and everything is setup properly in the cloud directory which is NFS mounted on both systems.

so when I run an SU2 sample using the command
time mpiexec -n 6 --host BLTSP00316,bltsw06032 ../../../SU2_CFD inv_ONERAM6.cfg

The iterations are starting and the process is divided into into nodes and takes place in parallel.

But when it comes to the end of the result where it prints the i/o outputs like creating the restart_flow.dat files it throws error there,
Attachment 92193

so it says error in bool and it is unable to open the restart file. I am confused why this is happening? is it because i am trying to write from two different nodes into a same file at a time or any other permission issues?

Please help me with this error! Thanks in advance
Hi ,

I experienced something similar time ago and in the .cfg file, this option should be marked as YES

SOLUTION_FILENAME= solution_flow.dat

READ_BINARY_RESTART= YES

It might help to your case.

Best regards,

Cristopher Morales
cristopher_morales is offline   Reply With Quote

Reply

Tags
boolean operation error, restart file, unable to open file


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
Writting expression in CFD-Post Md. Foysal Rabbi FLUENT 0 September 16, 2018 12:32
udf writting force and moment in a file at each time step lostmmind FLUENT 0 March 25, 2015 00:13
How to read parallel VTK files writting by foamToVTK aerogt3 OpenFOAM Post-Processing 0 October 29, 2013 07:56
Writting Fluent Data in Psi alimrad110 FLUENT 0 August 29, 2013 18:01
Writting equations on cfd-online.com Guillermo Marraco CFD-Wiki 2 September 11, 2006 18:12


All times are GMT -4. The time now is 01:31.