CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Ubuntu for W10: How to scroll up to see compile errors?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 8, 2018, 17:24
Default Ubuntu for W10: How to scroll up to see compile errors?
  #1
Member
 
Martin
Join Date: Dec 2011
Posts: 40
Rep Power: 14
msaravia is on a distinguished road
Hi, I am compiling an OF solver using wmake in bash for Windows. The output in the compile process is larger than the limit of lines of the bash windows. I have tried to change the properties of the bash window and set the height of the screen buffer size (layout tab) to 9999 lines, which is the maximum allowd; however, this is not enough to see the first compiling error.

Can anyone help me with this?
msaravia is offline   Reply With Quote

Old   August 9, 2018, 16:52
Default
  #2
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi,


is this really a OpenFOAM(R) related topic? I guess not, right. Based on the fa ct that I do not use Windows, I suggest you to pipe your output into a file. Thus, you can open the file and read the error messages. How to pipe is a linux related topic - not FOAM:

Code:

./myProgram > log  2>&1
I guess this was one of Bruno's most written commands (redirection to a file).
__________________
Keep foaming,
Tobias Holzmann

Last edited by wyldckat; September 1, 2018 at 16:59. Reason: "2> &1" changed to "2>&1" ;)
Tobi is offline   Reply With Quote

Old   August 9, 2018, 20:15
Default
  #3
Member
 
Martin
Join Date: Dec 2011
Posts: 40
Rep Power: 14
msaravia is on a distinguished road
Thanks Tobi!. You are right, the question is out of topic. I'll delete it.
msaravia 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
Stuck in a Rut- interDyMFoam! xoitx OpenFOAM Running, Solving & CFD 14 March 25, 2016 07:09
pisoFoam with k-epsilon turb blows up - Some questions Heroic OpenFOAM Running, Solving & CFD 26 December 17, 2012 03:34
Can someone PLEASE document the development version installation bernd OpenFOAM Installation 76 November 14, 2008 21:51
Convergence moving mesh lr103476 OpenFOAM Running, Solving & CFD 30 November 19, 2007 14:09
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58


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