|
[Sponsors] |
[Other] Looking for instructions/suggestions on installing Ubuntu as 2nd OS for OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 9, 2015, 15:39 |
Looking for instructions/suggestions on installing Ubuntu as 2nd OS for OpenFOAM
|
#1 |
New Member
Alan Thomason
Join Date: Sep 2015
Posts: 4
Rep Power: 11 |
Hi All...
If you wish to install Ubuntu on a secondary hard drive in preparation for OpenFOAM, are there specific suggestions regarding that installation. For instance, I found a helpful page that shows how to set up four partitions on the new drive, but for one of these partitions (/home) the suggestion is to be very generous, but does that mean use all the remaining space? http://linuxbsdos.com/2012/07/23/dua...2-hard-drives/ Any other advice on installing Ubuntu for OpenFOAM would be greatly appreciated. Please have mercy on me if I'm asking a redundant question. I have been looking through the previous postings and cannot find anything regarding this question. |
|
September 9, 2015, 16:14 |
|
#2 |
Senior Member
|
Hi,
Since Ubuntu and OpenFOAM are rather independent things (or it is better to say that Ubuntu is more independent), you can use "https://www.google.com/search?q=ubuntu+as+a+second+operating+system". Guess, you have already did that. Another option is virtualization. You can use VirtualBox (here is example of successful usage - http://www.cfd-online.com/Forums/ope...tml#post556723) or any other supervisor you have license for. Again it is much easier to find information on how to install Ubuntu in container elsewhere. |
|
September 9, 2015, 16:44 |
|
#3 |
New Member
Alan Thomason
Join Date: Sep 2015
Posts: 4
Rep Power: 11 |
Hi Alexey...I am looking for any specific advice on Ubuntu installation on a second hard drive specifically for creating an environment for OpenFOAM. If you think a standard Ubuntu installation would work that would be helpful advice as well.
Thanks |
|
September 9, 2015, 17:00 |
|
#4 |
Senior Member
|
Hi,
Still did not get your question. If you are looking for suggestion about Ubuntu installation on the second hard drive, well, it is much easier to do it on Ubuntu-specific forum. Guess it would be "Install Ubuntu on second hard drive, install loader on primary hard drive. Enjoy.". After you have installed Ubuntu, you have two ways of installing OpenFOAM: 1. "Official" binary release 2. Compile it from sources Both ways are described on openfoam.org. Unfortunately there is nothing specific for this kind of installation. |
|
September 9, 2015, 17:07 |
|
#5 |
New Member
Alan Thomason
Join Date: Sep 2015
Posts: 4
Rep Power: 11 |
Hi Alexey...I am looking for specific Ubuntu installation changes that someone who has installed Ubuntu and then OpenFOAM would have made if they had to repeat the process. So, for example, it is recommended on the Ubuntu forums to not use automatic partitioning. Does OpenFOAM require more space on one of the partitions than another?
|
|
September 9, 2015, 17:52 |
|
#6 |
Senior Member
|
Well, from my experience automatic partitioner tends to make root partition too small, so even after installation of all OpenFOAM requirements there is not much space left on /. I think you will find "do not use automatic partitioner" attitude on any Linux forum, cause it is automatic and Linux forum users are in general control-freaks (or would like to be them). Much like "never use automatic login".
If you need to know space required by OpenFOAM installation itself: Code:
alexey at daphne in OpenFOAM$ du -hs OpenFOAM-2.4.0 1,1G OpenFOAM-2.4.0 Code:
alexey at fiona in openfoam$ du -hs 2.3.0 2,9G 2.3.0 On my personal Scientific Linux installation I live quite happily for 40 G root partition. Thought OpenFOAM installations reside on /home partition, since I build it myself. You will need lots of space for simulation results. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems installing SVN in Ubuntu (for later installing PyFoam for OpenFOAM) | immortality | Lounge | 2 | May 24, 2014 04:05 |
Prolem installing OpenFOAM Ver 2.3.0 source in Ubuntu 13.1.0 on VMware | zandi | OpenFOAM Installation | 5 | March 31, 2014 04:57 |
Please help: Installing OpenFOAM-1.5-dev on Ubuntu 9.04 | aat | OpenFOAM Installation | 23 | July 21, 2013 07:31 |
Installing OpenFOAM 2.2.0 on Ubuntu 12.10 i686 | AHutchison | OpenFOAM Installation | 6 | June 4, 2013 13:11 |
Installing OpenFOAM 2.1.1 and ParaView 3.12.0 on Ubuntu 12.10 | wyldckat | OpenFOAM Installation | 14 | February 12, 2013 05:43 |