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

[Other] [openSUSE] installed but not running

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 6, 2014, 05:45
Default [openSUSE] installed but not running
  #1
Member
 
a
Join Date: Nov 2013
Posts: 34
Rep Power: 12
minaret is on a distinguished road
Hi
I installed it on openSUSE operating system. but when I try to run some examples, like cavity, it doesnt run.
before I say some examples, I hasten to add that surely it is installed. because when I tried to install it again, the massage appeared that it is already installed.

now 2 examples:

1. when I write in the terminal:

gedit ~/.bashrc

this message appears:

If 'gedit' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf gedit


2.when I try to run blockMesh in the cavity folder, this message appears:
If 'blockMesh' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf blockMesh

what should I do?
thanks.
minaret is offline   Reply With Quote

Old   November 7, 2014, 15:20
Default
  #2
New Member
 
Join Date: Nov 2014
Posts: 7
Rep Power: 11
eangola is on a distinguished road
Quote:
Originally Posted by minaret View Post
Hi
I installed it on openSUSE operating system. but when I try to run some examples, like cavity, it doesnt run.
before I say some examples, I hasten to add that surely it is installed. because when I tried to install it again, the massage appeared that it is already installed.

now 2 examples:

1. when I write in the terminal:

gedit ~/.bashrc

this message appears:

If 'gedit' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf gedit


2.when I try to run blockMesh in the cavity folder, this message appears:
If 'blockMesh' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf blockMesh

what should I do?
thanks.
Seems like you don't have gedit for starters. write this on the terminal

Code:
which -a gedit
should return something like

Code:
/usr/bin/gedit
try also
Code:
gedit --version
which should return the version of gedit installed.

If you don't have gedit type the following on terminal

Code:
sudo apt-get update
sudo apt-get install gedit
eangola is offline   Reply With Quote

Old   November 8, 2014, 00:21
Default thaaaaaaaaanks...
  #3
Member
 
a
Join Date: Nov 2013
Posts: 34
Rep Power: 12
minaret is on a distinguished road
Quote:
Originally Posted by eangola View Post
Seems like you don't have gedit for starters. write this on the terminal

Code:
which -a gedit
should return something like

Code:
/usr/bin/gedit
try also
Code:
gedit --version
which should return the version of gedit installed.

If you don't have gedit type the following on terminal

Code:
sudo apt-get update
sudo apt-get install gedit
thank you
thank you
you rescued me!

but I should amend one thing in your codes:
it seems that "apt-get" is not included in SUSE operating system.
instead there is "zypper"

I used these in terminal - Super User Mode:
Code:
zypper update
zypper in gedit
and it did what I wanted

(thank you a lot. because it is quite long time that I'm trying to install openfoam on my laptop. I tried Ubunto. but ubunto didn't get installed on my laptop. so I tried openSUSE and after all you helped me. thanks.)
minaret is offline   Reply With Quote

Reply

Tags
installed, not run


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
ANSYS Licensing Problem, Processes Running but Showing as Not Running penguinman ANSYS 3 September 27, 2016 13:30
icoFoam won't run while Paraview is running MikeHersee OpenFOAM Running, Solving & CFD 2 January 6, 2015 05:06
running without rsh between nodes hattonps OpenFOAM 10 March 22, 2010 15:02
What do you CFD guys do during a long simulation running? bearcat Main CFD Forum 5 July 23, 2009 08:08
Kubuntu uses dash breaks All scripts in tutorials platopus OpenFOAM Bugs 8 April 15, 2008 07:52


All times are GMT -4. The time now is 08:42.