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

[cfMesh] version 1.1 - Installing Linux installation package

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By tlugaric
  • 1 Post By tlugaric
  • 1 Post By tlugaric
  • 1 Post By tlugaric

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2015, 10:35
Default version 1.1 - Installing Linux installation package
  #1
Senior Member
 
Join Date: Mar 2015
Posts: 250
Rep Power: 12
KateEisenhower is on a distinguished road
Hello everybody,

I want to check out the new cfMesh version 1.1 on my Ubuntu VM OS. Therefore I downloaded cfMesh-1.1-linux.run from Sourceforge and moved it to the /opt/cfMesh directory. Then I entered
Code:
chmod u+x cfMesh-1.1-linux.run
as proposed in the readme file. After that I looked for a proper way to install the software. I typed
Code:
./cfMesh-1.1-linux.run
. Unfortunately I got an error message:
Code:
QSslSocket: cannot resolve SSLv2_client_method
QSslSocket: cannot resolve SSLv2_client_method
No marker found, stopped after 1.00 MiB.
I can't figure out what this is supposed to tell me.

I'd be thankful for any advice.

Best regards,

Kate
KateEisenhower is offline   Reply With Quote

Old   June 15, 2015, 16:34
Default
  #2
New Member
 
Tomislav Lugarić
Join Date: Jun 2015
Location: Zagreb, Croatia
Posts: 18
Rep Power: 10
tlugaric is on a distinguished road
Hello Kate!

Thank you for bringing this issue to our attention.
It seems the installer file on SourceForge got corrupted. I have reuploaded the file, and it should be OK now. The new file installs on my Ubuntu VM without issue.
Please try to download the file again.

I am sorry for your inconvenience.
KateEisenhower likes this.
tlugaric is offline   Reply With Quote

Old   June 16, 2015, 02:38
Default
  #3
Senior Member
 
Join Date: Mar 2015
Posts: 250
Rep Power: 12
KateEisenhower is on a distinguished road
Hello Tomislav,

No problem. And thank you, the installation worked perfectly now.
Following the README-cfMesh.txt file I want to copy the tutorials example directory to the run directory. Where are these tutorials? In the /Home/CreativeFields/cfMesh-v1.1 I can only find the folders foam-extend-3.1, Licenses and ReleaseNotes and a few other files.

Thank you for your help,

Kate
KateEisenhower is offline   Reply With Quote

Old   June 16, 2015, 02:55
Default
  #4
New Member
 
Tomislav Lugarić
Join Date: Jun 2015
Location: Zagreb, Croatia
Posts: 18
Rep Power: 10
tlugaric is on a distinguished road
Hello Kate!

The tutorials are not installed by default, you need to select them as an option during installation. If selected, they are installed in ~/CreativeFields/cfMesh-v1.1/cfMesh/tutorials.
KateEisenhower likes this.
__________________
Lead software developer at Creative Fields
Social media: Facebook, Twitter, LinkedIn, Google+, Pinterest, YouTube
tlugaric is offline   Reply With Quote

Old   June 16, 2015, 03:01
Default
  #5
Senior Member
 
Join Date: Mar 2015
Posts: 250
Rep Power: 12
KateEisenhower is on a distinguished road
Hello,

I am quite sure the installation of the tutorials and one or two other things were checked by default during the installation process. Anyways, I'm willing to try it again. Can you tell me how to uninstall cfMesh in order to start the installation again?

Best regards,

Kate
KateEisenhower is offline   Reply With Quote

Old   June 16, 2015, 03:05
Default
  #6
New Member
 
Tomislav Lugarić
Join Date: Jun 2015
Location: Zagreb, Croatia
Posts: 18
Rep Power: 10
tlugaric is on a distinguished road
Hello

There is an uninstaller binary in ~/CreativeFields/cfMesh-v1.1/cfMeshUninstall
Also, if you type cfMesh into Unity launcher, you will be offered to run the uninstaler from there
KateEisenhower likes this.
__________________
Lead software developer at Creative Fields
Social media: Facebook, Twitter, LinkedIn, Google+, Pinterest, YouTube
tlugaric is offline   Reply With Quote

Old   June 16, 2015, 03:49
Default
  #7
Senior Member
 
Join Date: Mar 2015
Posts: 250
Rep Power: 12
KateEisenhower is on a distinguished road
Tomislav,

sorry for the inconvenience. It was like you said, I just forgot to check the fields during the installation process.

Kate
KateEisenhower is offline   Reply With Quote

Old   June 16, 2015, 04:17
Default
  #8
Senior Member
 
Join Date: Mar 2015
Posts: 250
Rep Power: 12
KateEisenhower is on a distinguished road
Hi again,

I was trying to run the cartesianMesh/asmoOctree tutorial the following way:

1) chmod u+x Allrun (to give it permissions)
2) ./Allrun (to run the script)

Unfortunately no mesh was created. I think the problem is the environment $WM_PROJECT_DIR which is not set up properly. Please note that normally I don't work on ubuntu.

My log.cartesianMesh reads:
Code:
./Allrun: 52: ./Allrun: cartesianMesh: not found
Kind regards,

Kate
KateEisenhower is offline   Reply With Quote

Old   June 16, 2015, 04:28
Default
  #9
New Member
 
Tomislav Lugarić
Join Date: Jun 2015
Location: Zagreb, Croatia
Posts: 18
Rep Power: 10
tlugaric is on a distinguished road
Hi

Did you try to run it from your native shell or did you run the installed cfMesh shell?
If you run your native shell (terminal), you need to source ~/CreativeFields/cfMesh-1.1/foam-extend-3.1/etc/bashrc. If you start the shell by double clicking on the cfMesh shell on the desktop, you have this done automatically.
If you cannot run it from the desktop shell, please send me the printout of the env command.
KateEisenhower likes this.
__________________
Lead software developer at Creative Fields
Social media: Facebook, Twitter, LinkedIn, Google+, Pinterest, YouTube
tlugaric is offline   Reply With Quote

Old   July 28, 2015, 10:13
Default
  #10
New Member
 
Dominic
Join Date: Jul 2015
Location: Germany, NRW
Posts: 1
Rep Power: 0
Dom86 is on a distinguished road
Hi,

I am Using Ubuntu 14.04.2 and have some Problems with cfMesh.

1. During Installation: Could not write Desktop Entry at /home/dom/Desktop/cfMesh_uninstall.desktop


2. also:

QSslSocket: cannot resolve SSLv2_client_method QSslSocket: cannot resolve SSLv2_client_method



best regards,
Dominic
Dom86 is offline   Reply With Quote

Old   July 28, 2015, 11:12
Default
  #11
New Member
 
Tomislav Lugarić
Join Date: Jun 2015
Location: Zagreb, Croatia
Posts: 18
Rep Power: 10
tlugaric is on a distinguished road
Hi Dominic!

The first message simply indicates that the installer was not able to create an uninstaller icon on the desktop. This does not affect your ability to run cfMesh, it will only mean you need to go to the installation directory to run the uninstaller. This is usually caused by permission issues in Linux. Perhaps the installer did not have sufficient permissions to create the file.

The second message can safely be disregarded. Since we provide only the offline installer, and we do not have an online repository, this will not cause any issues with your installation.

Feel free to contact me if you have any issues running cfMesh.

Regards, Tomislav
__________________
Lead software developer at Creative Fields
Social media: Facebook, Twitter, LinkedIn, Google+, Pinterest, YouTube
tlugaric 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
[Helyx OS] Installing HelyxOS on 32 and 64bit Linux Distributions wyldckat OpenFOAM Community Contributions 16 December 23, 2016 06:37
Installation Problem with ParaView 3.12.0 on Scientific Linux 5.7 Wley OpenFOAM Installation 2 September 28, 2012 06:06
CFX11 + Fortran compiler ? Mohan CFX 20 March 30, 2011 18:56
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 20:30
OpenFOAM installation problem on Linux 32bit kumar OpenFOAM Installation 0 April 27, 2007 05:41


All times are GMT -4. The time now is 05:58.