Go Back   Overclockers Forums > Teams > Folding Team > Multi VM SMP Guide
Reply
 
Thread Tools
Old 11-27-08, 06:16 PM   #1
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
Multi VM SMP Guide

This guide is for anyone running dual or quad-core setups that need windows as their main OS, but want more PPD than the windows SMP client can provide. The reason for this is that the linux client is more effecient(even through a VM) and also the linux client has access to A2 WUs which seem to provide much better throughput and thus more PPD.

Before i begin i'd like to make a couple of notes. If you can at all, it is better to run linux as your main OS as you remove the overhead of the VM, obviously getting even better output. Now results may vary with systems and time, after going through this myself, i went from 1100ppd to 3-4k ppd, not a trivial increase. One more thing, make sure you have the ram for this. Each of my VMs uses between 550-650mb of ram.

Also, while this guide uses Ubuntu 8.04, you can use any linux distro. Ubuntu is not the lightest choice, but it is the simplest to get setup on. For those that wont to setup a VM in order to clone across multiple systems, a slimmer Linux install might be better as you can get away with much less than a 5gb disk to install the OS on.

System requirements
1.5GB of Ram
15GB HDD Space (using Ubuntu 8.04)
All your cpu cycles!

The basic process goes something like this :
  1. Download VmWare and Ubuntu
  2. Install VmWare
  3. Install Ubuntu
  4. Configure Ubuntu and download F@H
  5. Install VmWare Toolso
  6. Copy the VM
  7. Configure the client and Fold Fold Fold!

The Stuff You Need

Both VmWare and Ubuntu are big downloads. VmWare is a little over 100mb, Ubuntu is around 700mb. Will give you lots of time to skim through the guide once or twice.
  1. Vmware Server 150MB

    A Note for Vista64 users. If you try to install vmware, it is going to complain about unsigned drivers. See Appendix I for details.

    For those who might wish to take the leap to guinea pig status, VmWare Server 2.0 is the latest offering. It uses a Web UI instead of a regular GUI. I haven't been successful at getting the web ui to load, probably because i neuter my windows installs *shrug*

  2. Ubuntu Download [700MB]
    !!! Remember to choose 64-bit !!!

    It does not matter if you use a 64-bit Host OS or not. Its all the same if your on 32-bit windows, but the guest linux OS needs to be 64-bit. Also it was reported there was some issue with kernel version supplied in Ubuntu 8.10. Until i hear different i'll recommend using 8.04-64bit, or until a new Ubuntu release is available to test on.

What To Do With The Stuff
  1. Install VmWare Server

    Pretty straightforward, just install with the rest of your software. Vista64 users read Appendix I before doing this or windows will crap on you.

  2. Create directories for VMs

    You'll want to create two directories for each VM. I named mine C:\FAH\SMP1 and C:\FAH\SMP2.

  3. Configure your VM

    Start up the VmWare Server Console, localhost should be highlighted, select connect, then create a new virtual machine.

    Note: If when you boot up windows, and open the console to start your VMs, the localhost option is not shown, this means that the services have not started yet. It takes them a few seconds, close the console and try again in a minute.

    1. Select Custom install
    2. The type of Guest OS is Linux -> Ubuntu-64bit
    3. Name the VM (SMP1) and select the directory you created earlier (C:\FAH\SMP1)
    4. Leaving access rights and startup/shutdown at default is fine.
    5. Select 2 Processors
    6. Set the amount of ram for the VM (Min: 640, Recommended: 768)
    7. Select Bridged Networking.
    8. Create a 5GB Virtual Disk - Allocate all disk space now
    9. Name the disk whatever you like and hit finish.
    10. Select your VM from the Tabs at the top if its not already. In the main window below Start this VM, click Edit this VMs settings. We want to configure a CD-Rom that points to our Ubuntu ISO. Click CD-Rom on the left, and on the right there will be an option to set the drive to read an ISO image. Select the ISO option and point it to your Ubuntu ISO.
    11. Start the VM and install Ubuntu

      For the most part you should be able to select the default install setup. Selecting timezone/keyboard/language as needed.

  4. Configure Ubuntu

    Once your at the Ubuntu desktop, feel free to change your desktop, some people aren't to partial of the stork

    1. Install the 32-bit math libs for F@H

      Code:
       > sudo apt-get install ia32-libs
    2. Open FireFox (you should see it on the taskbar at the top) and make your way to the Stanford F@H Page, download the linux client. You should see a tarball (.tar.gz file) on your desktop.

    3. Double click the archive to open the archive manager, click extract, and choose a location. I put mine in /home/[username]/FAH. Do not start the folding client until you have finished and have the second VM copied. They need to be configured separately.

    4. I highly recommend that you install VmWare Tools at this time. Amongst other things, it adds in time synchronization between host/guest OSes. See Appendix III for the install of this.

    5. If you want to setup samba, which will allow you to share your FAH directory and make it visible to FahMon, see Appendix IV for the samba setup.

Copying Your Stuff

Now that the hard part is over with, we're almost done, the last step is to make a copy of your new VM.
  1. Stop the VM you have running already.

  2. Go to the directory where you created the VM and copy all of the files over to the other directory you created. (Copy from C:\FAH\SMP1 to C:\FAH\SMP2). This may take a couple of minutes as it is copying the 5gb vitual hard driver you created.

  3. Hop back into the VmWare Server Console, select File > Open > Browse, point it to your _second_ vm (C:\FAH\SMP2) and select the file that shows up. It will ask you if you have copied this VM and if you would like to create a new Machine ID, select create new machine ID.
  4. You should now have two VMs in VmWare. Start them up, open the command line console, go to the directory where you unzipped the client (/home/[username]/FAH), configure the clients, and enjoy your awesome PPD.

    Code:
    > cd ~/FAH
    > ./fah6 -smp -verbosity 9

Appendix

I - Windows Vista 64-bit notes
Quote:
Windows 64-bit users are going to have the problem of windows complaining about unsigned drivers. For this you have a couple of options.

A) Use Vmware server 2.0. I did do an install of vmware 2.0 and windows did not complain. But i have not configured a vm with it yet. In the future perhaps i will do this, or if someone else cares to, i will add the install procedure for vmware server 2.0.

B) Before windows starts loading, just after your bios finish the POST routine, hit your F8 key and it will bring up an advanced boot menu. In there is an option to disable driver signature checking. The only annoying part is, you will have to do this every time you reboot. This is what i do, but i have to go through a multi-boot menu regardless.

C)For this option you will have to perform the above operation for the install of vmware server 1.0.x, reboot, F8, select disable driver signing, and install vmware. There is also an application that will enable 'Test Mode' for vista64. This is designed for developers who are creating drivers that are not yet signed. It allows you to set Test Mode on which is basically the same as doing (B). Hit up google for enabling windows vista 64 test mode for more info.
II - Setting vmware priority/affinity
Quote:
Once everything is up and running. Hop into Task Manager and find the two vmware-vmx.exe processes. If you use this system, and its not a dedicated folding rig, you'll want to set their priority to Low. Otherwise you will notice some lag as the vmware priority overrides the clients. So instead of your clients picking up idle cycles, they'll be competing for cycles like every other process, and generally they win

Now for affinities, its recommended to set one processes to cores 0/1 and the other to cores 2/3. Latest word from the new nvidia drivers is their client is using very little cpu time, so this would be a good setup even for those with nvidia gpu clients.

If you have ATI clients running, atm they're still using a good part of 1 core, then set _both_ vm processes to 0/1/2 and let the gpu client have core 3. The gpu client may not pick up all of core 3, but there are some other processes aside from the vmware-vmx ones that the vm is using. This will pick up whats left on core 3. On my system, this is what i do, and core 3 is averaging 95-97%, while cores 0/1/2 are almost solid at 100%. I tried doing core 0/1 to one vm and just core 2 to the other, and it didnt seem to work all that hot, ymmv.
III - Setting up VMWare Tools by the_cultie
Quote:
  1. When you have your VM open go the toolbar and click VM and select Install VMware Tools. A window will appear asking you to make sure the guest operating system is running. Click install to proceed.


  2. On the guest OS desktop there should now be a DVD icon called VMware tools. Open it and extract the contents of the file called VMwareTools-1.0.8-xxxxxx.tar.gz to your Home Folder (also called [username] in the extract manager). It’s a good idea to go into the Home Folder and re-name the vmware-tools-distrib to something short like vmt as it saves some typing later on.


  3. Open up Terminal and enter the following:

    -> cd ~/vmt
    -> sudo ./vmware-install.pl

    It will then ask you to select where to install the Binary Files, Init Directories, Init Scripts, Daemon Files, Library Files, and the Documentation. For each one just press enter and they will be installed in default locations. You will then be asked if you want to VMware Tools; just press enter to continue.


  4. When the configuration starts you may get the following warning depending on the version of Linux you are using:

    None of the pre-built vmhgfs modules for VMware Tools is suitable for your running kernel. Do you want this program to try and build the vmhgfs module for your system (you need to have a C compiler installed on your system)? [yes]

    Just press enter and when it asks for the location of the directory of C header files just press enter again for the default location. The module is then built.
    When it is finished press enter again to continue. You are then asked to select a resolution for you screen by selecting a number from the list 1-13 where each number is for a different resolution. Press enter after making you selection and VMware Tools is installed. You should then re-start Linux before continuing.


  5. After restarting Linux its time to actually configure VMware Tools to keep the time synchronized with your system time.
    Open Terminal and enter the following:

    -> vmware-toolbox &

    This will launch the VMware Tools. On the first tab of the window that open you will find an option for Time Synchronization Between the Virtual Machine and the Host Operation System. Tick the box beside it and click close. Your time will now stay synchronized with your system time.
Last Update: 12/24/08

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)

Last edited by Cluster; 12-27-08 at 12:38 AM.
Cluster is offline   Reply With Quote
Old 11-28-08, 12:56 AM   #2
Jolly-Swagman

 
Jolly-Swagman's Avatar 

Join Date: Sep 2007
Location: Folding@Home in Downunder Australia.Victoria
 
Thats Great Cluster, thanks for making an easy to understand Multi VM Guide


Gets my Vote to be Added to our Install F@H Sticky

__________________
MyHeat
Jolly's CM-690 Rig E8500@4,0Ghz(422x9.5) | GA-X48T-DQ6 |DDR3 4GB GSkill Ripjaws 8-8-8-27|Evga-GTX-295 +9800GT |EA-750W |Sata250 + 320GB | BenQ e2200HD 1080p OS-Win7 Ultimate x64<- Folding-SMP2 + 3xGPUv2
Jolly's QUAD CORE Bench Q6600@3.2GHz(8x400)|GAP35DS3L|DDR2-2Gig Dominator6400-4-4-4-12|XFX-7600GT|EA500W|DVDRWLiteon|Sata250GB|OCZVendetta2+H R05NB OS-XPProSP3<- Folding-SMP2
My C2D Office PC E8400@3.0Ghz|GAG31MS2L|4GigXMS2Pro6400C5-800-5-5-5-18|ION2-550W/|Evga-8800GTX|ACFrezzer7Pro+NB-HSF|Viewsonic-VA703B x2 OS-Win7 Pro x64<-Folding-SMP2+GPUv2->Folding for my Parents for a Cure!
The Milestone Thread 4.0 | Jolly's CM-690 Case Mod | The Sled Acrylic Tech Bench
Jolly-Swagman is offline   Reply With Quote
Old 11-28-08, 10:16 AM   #3
ChasR
Senior Member

 
ChasR's Avatar 

Join Date: Apr 2004
Location: Atlanta
 
A couple of things need clarification:

1. Whichever version of Ubuntu (7.10, 8.04 or 8.10) you install, it MUST be 64 bit. One of the more common errors in Linux installs is using a 32 bit version.

2. The command to install the 32 bit math library is sudo apt-get install ia32libs.

You're spot on with the rest. Some folks may find it easier to configure samba and the host name through the menu system. For instance, navigating to the fah folder using places (nautilus) and right clicking on the fah folder, select sharing options , check share this folder, allow others to write to this folder, will cause samba to install automatically. host name can be changed going through the networking menu under administration.

Another picky little item is the correct version of VMware is 1.0.8, not 1.8.

If you've started the fah client in VM1 before copying it to VM2, you will need to erase the work dir, queue.dat and machinedependent.dat in the fah directory of VM2 prior to starting fah in VM2.

__________________

16 Quads, 3 C2Ds, 3 SC, 20 GPUs and some friends and family. Many thanks to HayesK for his support.
ChasR is offline   Reply With Quote
Old 11-28-08, 10:34 AM   #4
harlam357
Senior Fold-a-holic

 
harlam357's Avatar 

Join Date: Sep 2004
Location: @Home... Folding@Home
 
Great work Cluster! Very easy to follow!

Don't forget about the added benefit on Core 2 Quad cpus:

- set the affinity to 0/1 for the first vmware-vmx.exe process
- set the affinity to 2/3 for the second vmware-vmx.exe process.

This does give a small, but easily obtainable, boost to performance on a Core 2 Quad rigs that runs 2xVMs exclusively.

Also, I recommend setting VM priority to Low as a default practice. Doing so will yield better usability from the rig. If the rig is a dedicated machine then it may not matter so much, but if other tasks are performed setting the priority to Low will result in a much more transparent Folding experience.

Last suggestion, throw some Color... and some Larger sized fonts in there for section headers.

harlam357 is offline   Reply With Quote
Old 11-28-08, 10:40 AM   #5
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
Did some touchups to highlight the need for 64-bit and on not running the fah config until both VMs are setup.

ChasR: according to ubuntu 8.04 its ia32-libs\

More touchups, added notes that Windows Vista 64-bit users need to be aware of.

Im also thinking of reviving a custom linux distro to make this so much easier. I know Arkaine had Overclockix, derived from knoppix for setting up fah clients of all sorts. But i dont know if it ever got taken to this level, we were still in the uniproc/unicore days then. A custom distro that was merely 'zipped' and packaged for vmware installs would be much easier and faster. Although it would likely be a CLI only setup, there's really not that many commands to setting it up. Biggest part is maintaining it i suppose.

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)

Last edited by Cluster; 11-28-08 at 11:09 AM.
Cluster is offline   Reply With Quote
Old 11-28-08, 10:50 AM   #6
harlam357
Senior Fold-a-holic

 
harlam357's Avatar 

Join Date: Sep 2004
Location: @Home... Folding@Home
 
I believe that's correct as well... but the other correction is still necessary:

> sudo apt-get install ia32-libs

harlam357 is offline   Reply With Quote
Old 11-28-08, 11:12 AM   #7
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
Quote:
Originally Posted by harlam357 View Post
I believe that's correct as well... but the other correction is still necessary:

> sudo apt-get install ia32-libs

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)
Cluster is offline   Reply With Quote
Old 11-28-08, 12:04 PM   #8
harlam357
Senior Fold-a-holic

 
harlam357's Avatar 

Join Date: Sep 2004
Location: @Home... Folding@Home
 
Quote:
Originally Posted by Cluster View Post
Im also thinking of reviving a custom linux distro to make this so much easier. I know Arkaine had Overclockix, derived from knoppix for setting up fah clients of all sorts. But i dont know if it ever got taken to this level, we were still in the uniproc/unicore days then. A custom distro that was merely 'zipped' and packaged for vmware installs would be much easier and faster. Although it would likely be a CLI only setup, there's really not that many commands to setting it up. Biggest part is maintaining it i suppose.
Such a thing already exists... but, I've had little success with getting it to work properly. Mainly because I can't monitor it correctly using FahMon. The log only updates every 1.5 hours... at least that was my experience.

http://reilly.homeip.net/folding/vm.html

Really the VM is just a repackage of notfred's Diskless CD or USB setup- both of which work very well btw.

We don't have a large contingent, but there are a couple folks on the Team who do use notfred's Diskless approach as well.

harlam357 is offline   Reply With Quote
Old 11-28-08, 02:45 PM   #9
jintatsu

 
jintatsu's Avatar 

Join Date: Oct 2007
Location: Folding@Philippines
 
I installed Xubuntu 8.10 on VM yesterday and I had problems doing the sudo apt-get install ia32-libs which i had done before when i used to be folding in 2xVM. Got it to work by doing sudo apt-get update before doing sudo apt-get install ia32-libs. Might help some who might get the same problem.

__________________
Intel C2Q Q9550 @ 2.8Ghz (1.1v) | Thermalright Ultra 120 Extreme | GSkill 2x2Gb ddr2-1066
Gigabyte GA-P35-DS3P v1.1 | Thermalright HR-05 IFX | MSI 8800GTS 512MB
Corsair HX620 | Cooler Master CM690 | Creative Sound Blaster X-Fi Xtrememusic

Fold for [Team 32]
Use your idle computer to fold

Last edited by jintatsu; 12-04-08 at 09:05 AM.
jintatsu is offline   Reply With Quote
Old 12-03-08, 12:41 PM   #10
harlam357
Senior Fold-a-holic

 
harlam357's Avatar 

Join Date: Sep 2004
Location: @Home... Folding@Home
 
bump... this doesn't need to get lost. Needs added to our Install Sticky, replacing LeeLegend's aging Ubuntu VM install guide.

Mods

harlam357 is offline   Reply With Quote
Old 12-03-08, 01:39 PM   #11
Is_907

 
Is_907's Avatar 

Join Date: May 2002
Location: Roanoke, TX
 
It's good to note that you can, if you'd like, use Debian or another distro. I'm setting this up right now (finally) with Debian 4.0r5 without X to save overhead.
My standard Kubuntu installation was losing 15&#37; of CPU resources to Xorg so I'm really wanting my VMs to have more power.

__________________

Desktop Rig - Q6600 @ 2.8GHz; Xigmatek HDT-S1283; 8GB G.skill; 320GB WD; PNY GeForce 9800GT 512MB; Windows 7 (7000) x64.

Fold for Team 32
Is_907 is offline   Reply With Quote
Old 12-03-08, 03:53 PM   #12
Is_907

 
Is_907's Avatar 

Join Date: May 2002
Location: Roanoke, TX
 
Code:
[15:41:08] - Calling './mpiexec -np 4 -host 127.0.0.1 ./FahCore_a2.exe -dir work/ -suffix 01 -checkpoint 15 -forceasm -verbose -lifeline 2740 -version 602'
I think this is a problem... according to the manpage for mpiexec, -n is the number of cores/cpus to be used... Now, if each of my VMs is executing "-np 4" that means I'm having all four cores used in each VM even though VMWare thinks there's only 2...
Corroboration of this: top reports four instances of FahCore_a2 in each VM.

So, am I getting screwed over because mpiexec is calling all four cores in each VM? I can edit my mpi config to only allow 2 in each... just want to know if anyone else has investigated this.

__________________

Desktop Rig - Q6600 @ 2.8GHz; Xigmatek HDT-S1283; 8GB G.skill; 320GB WD; PNY GeForce 9800GT 512MB; Windows 7 (7000) x64.

Fold for Team 32
Is_907 is offline   Reply With Quote
Old 12-03-08, 04:07 PM   #13
Adak
Senior Member

 
Adak's Avatar 

Join Date: Jan 2006
 
As I understand it, SMP currently always uses 4 threads, regardless of whether it's on a dual-core, a quad, or my 8 core server - in Windows, or in Linux, that's what I see.

Those 4 threads are virtualized across the available physical cores. So on a C2D, it's just two, a quad has it going across all 4 cores, and on my server, it runs across all 8 cores. Always with 4 FAH threads.

That's what it does natively, w/o VM. With VM, (the free edition), all the threads will be virtualized to two physical cores, regardless. That's all the client can reach, because of the VM.

So it's working to your benefit.
Adak is offline   Reply With Quote
Old 12-03-08, 04:14 PM   #14
Is_907

 
Is_907's Avatar 

Join Date: May 2002
Location: Roanoke, TX
 
Yeah, I'm seeing that now... Windows tells me each VM is using 50&#37; of total CPU available so that makes sense.
Cool.
Thanks for the clarification, Adak

__________________

Desktop Rig - Q6600 @ 2.8GHz; Xigmatek HDT-S1283; 8GB G.skill; 320GB WD; PNY GeForce 9800GT 512MB; Windows 7 (7000) x64.

Fold for Team 32
Is_907 is offline   Reply With Quote
Old 12-03-08, 04:25 PM   #15
ihrsetrdr
Senior Member

 
ihrsetrdr's Avatar 

Join Date: May 2005
Location: 71 miles N.E. up the freeway from Newegg- Main Office.
 
Quote:
Originally Posted by harlam357 View Post
Such a thing already exists... but, I've had little success with getting it to work properly. Mainly because I can't monitor it correctly using FahMon. The log only updates every 1.5 hours... at least that was my experience.

http://reilly.homeip.net/folding/vm.html

Really the VM is just a repackage of notfred's Diskless CD or USB setup- both of which work very well btw.

We don't have a large contingent, but there are a couple folks on the Team who do use notfred's Diskless approach as well.

Notfred's is great, I'm not running notfred's VMs right at the moment, but very quick n' easy to throw a notfred's VM into action...keep one on a stick.

Yea, monitoring is easiest just through a web browser, bookmarking the logfile.text.

__________________
Team 32 Folding Mentor- go ahead and ask me!


Folding User Stats


"You're only given a little spark of madness. You mustn't lose it.”
-- Robin Williams



Heat
ihrsetrdr is offline   Reply With Quote
Old 12-05-08, 02:53 AM   #16
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
*bump*sticky*bump*

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)
Cluster is offline   Reply With Quote
Old 12-09-08, 04:13 AM   #17
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
bumpage

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)
Cluster is offline   Reply With Quote
Old 12-09-08, 06:49 AM   #18
ChasR
Senior Member

 
ChasR's Avatar 

Join Date: Apr 2004
Location: Atlanta
 
Cluster,
I noticed another edit you need to make
The guest OS should be Ubuntu 64 bit for an Ubuntu VM rather than Other 64 bit. I'm not sure it makes a difference, but if it didn't, why would there be so many selections?

__________________

16 Quads, 3 C2Ds, 3 SC, 20 GPUs and some friends and family. Many thanks to HayesK for his support.
ChasR is offline   Reply With Quote
Old 12-09-08, 08:41 AM   #19
harlam357
Senior Fold-a-holic

 
harlam357's Avatar 

Join Date: Sep 2004
Location: @Home... Folding@Home
 
Quote:
Originally Posted by ChasR View Post
Cluster,
I noticed another edit you need to make
The guest OS should be Ubuntu 64 bit for an Ubuntu VM rather than Other 64 bit. I'm not sure it makes a difference, but if it didn't, why would there be so many selections?
Agreed... I also use the predefined Ubuntu 64-bit profile.

harlam357 is offline   Reply With Quote
Old 12-09-08, 08:54 AM   #20
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
Oh, cool, i didnt think there would be one in there. I suppose regardless one should be picking Linux-64bit.

I think the difference might be for the VMWare Tools package. With Other-64bit i cant install them, but they should be installable with linux. Gonna switch mine over and see if thats the case.

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)
Cluster is offline   Reply With Quote
Old 12-09-08, 10:00 AM   #21
cuda340

 
cuda340's Avatar 

Join Date: May 2004
Location: Ontario, Canada
 
Just a note: When setting up in the past, i used "Other-64bit" and had no issues.

__________________
Folding User Stats
cuda340 is offline   Reply With Quote
Old 12-11-08, 04:25 PM   #22
the_cultie

 
the_cultie's Avatar 

Join Date: Feb 2005
Location: Folding in Co. Louth, Ireland
 
Excellent guide, worked perfectly! Sticky!

__________________
AMD Opteron 180 @ 2.700GHz (225x12),, DFI LanParty Ultra-D,, G.Skill 2GB (2x1024MB) DDR500 @ 225MHz,, XFX 8800GTS 512MB,, Corsair TX650W,,
MCP655->MCR220->Apogee GT->MCW60->MicroRES,, 2x WD CaviarSE16 500GB--RAID0,, NEC DVD±RW,, Modded Jeantech Light Fusion


Folding for Team32

Friends don't let friends quit Folding -ihrsetrdr
HEAT
Folding User Stats
the_cultie is offline   Reply With Quote
Old 12-12-08, 05:50 PM   #23
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
Made an update that corrects a clock synchronization issue. For those that have installs already, if your VM guest clock is running slow try adding this to the kernel command line boot paramaters

clocksource=acpi_pm

The file for boot options in ubuntu 8.04 is in /boot/grub/menu.lst at the bottom of the file, add it to the end of the kernel line for the first option.

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)
Cluster is offline   Reply With Quote
Old 12-12-08, 09:51 PM   #24
Is_907

 
Is_907's Avatar 

Join Date: May 2002
Location: Roanoke, TX
 
Cluster: that's a great bit of info!
I had been doing a "date --set" every time I rebooted my VMs to ensure the correct time... one less thing to do manually is nice

__________________

Desktop Rig - Q6600 @ 2.8GHz; Xigmatek HDT-S1283; 8GB G.skill; 320GB WD; PNY GeForce 9800GT 512MB; Windows 7 (7000) x64.

Fold for Team 32
Is_907 is offline   Reply With Quote
Old 12-17-08, 09:34 PM   #25
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
ttt

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)
Cluster is offline   Reply With Quote
Old 12-23-08, 09:59 AM   #26
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
bump

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)
Cluster is offline   Reply With Quote
Old 12-23-08, 07:45 PM   #27
sbinh
Member



Join Date: Apr 2008
 
great post buddy
sbinh is offline   Reply With Quote
Old 12-24-08, 08:05 PM   #28
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
Rewrote the guide, should be a little easier to follow, broke things up into lists instead of the mass of text. Also added the Vmware tools guide from the_cultie's post in another thread.

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)
Cluster is offline   Reply With Quote
Old 12-25-08, 03:53 PM   #29
augie1111
Member



Join Date: Sep 2008
Location: Mirabel, Quebec, Canada
 
I'm confused here, in the guide it says to grab the 64 bit distro but it's called xxx-amd64.iso at the Ubuntu site. Can I use this with an Intel processor? The i386 that is currently installed is probably 32 bit as I couldn't get SMP running though the single runs just fine but slowly at 16.5 min./frame. Is there a simple way to check like Windows' rht-clk computer to know what I have as I can't find the command. Thanks guys.

Oh, VMWare says it's x64 using ubuntu 64 bit.vmx

__________________
i7 930 @ 3.8 GHz, eVGA X58 3XSLI, Corsair DDR-3 1600 6GB Dominator, GTX470 and GTX260
Q6600 @ 3.07GHz, ASUS P5Q Pro, 4 GB RAM, 2x eVGA 9800GT @ 1800 shaders, W7 Ult X64, SMP2

Last edited by augie1111; 12-25-08 at 04:17 PM.
augie1111 is offline   Reply With Quote
Old 12-25-08, 07:34 PM   #30
Cluster




Join Date: Dec 2001
Location: Canuckistan
 
amd64 is often used to reference 64-bit OSes, it just means 64-bit, and it will work just fine on intel processors, even if intel hates the naming convention

__________________
Multi VM/SMP Folding Guide | Ram Timing Guide | Folding working on Alzheimer's cure
GPU Countdown to new years - Fold for a cure!
Asus M3A79-T ~ Phenom 9850 ~ Cell Shock DDR-1066 ~ HIS HD4850
Phenom 9850 Rank : PiFast (1st) | wPrime32 (1st) | wPrime1024 (1st) | SPi1M (1st) | SPi32M (2nd)
Cluster is offline   Reply With Quote

Thread Tools

Forum Jump

All times are GMT -5. The time now is 02:19 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.