MMM
Results 1 to 25 of 815

Thread: New Multi-Threaded Pi Program - Faster than SuperPi and PiFast

Threaded View

  1. #11
    Registered User
    Join Date
    Dec 2008
    Posts
    67
    a little pic, that helps a lot


    btw, why not just use tmpfs (it's almost like RAMdisk), put there 50gig file and test your RAW I/O from there?
    I think there is no need to run the computational part and create same 50gig PI file over and over again...

    tmpfs hint:
    add one line to your /etc/fstab
    something like:
    tmpfs /testdir tmpfs size=50G,mode=0775,uid=YOURUSERNAME,gid=YOURGROUP 0 0

    edit yourusername and yourgroup to match your's
    (or just set mode to 0777 and make that directory writeable for everyone)
    be sure not to delete the other lines in fstab

    and then run "mount -a"

    btw, do you use ncurses for colored output?

    with ntfs I recomend ntfs-3g, it's userspace implementation, and works very well, (last time I used it was about a year ago and it was flawless)
    in Ubuntu search with aptitude for ntfs3g or ntfs-3g (not sure how it's called there...)

    PS:
    You are not OCing, you are not Xtreme
    EDIT: ok, just noticed you are OCing your i7, good boy
    Last edited by Havis; 09-07-2010 at 02:31 AM.
    Core2 Q9550 | P5Q Deluxe | 4x 2GB Corsair Dominator 1066MHz | TT Frio | AMD Radeon HD6970 | 4x 1TB Samsung Spinpoint F1


Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •