+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: Initial public release - Rev-2.2B Linux science apps  (Read 14077 times)

Offline Simon

  • Ni!
  • Knight who says 'Ni!'
  • *****
  • Posts: 1045
    • Is it a bird? Is it a plane? No...its-the.net!
Initial public release - Rev-2.2B Linux science apps
« on: 26 Mar 2007, 07:18:10 pm »
Hi folks,

it's been a long time coming: new optimized Linux science apps based on the same R-2.2B code as the Windows ones have been released.

The Linux Port was done by Crunch3r, Hans Dorn and myself, the 2.2B code is by Ben Herndon, Josef W. Segur and Alex Kan with some compatibility edits by me.

MMX - Intel P1MMX/P2, AMD Athlon
SSE - Intel P3, Athlon XP
SSE2-generic - AMD Athlon64/X2
SSE2-P4 - Intel P4 (Willamette & Northwood)
SSE2-PM - Intel Pentium M/Banias/Core Solo or Duo (NOT Core 2 Duo!)
SSE3-P4 - Intel P4 (Prescott) and Pentium D
SSE3-C2 - Intel Core 2 Duo & Quad

Please unpack the app of your choice ("tar xfvj KWSN-R2.2B--SSE.tar.bz2") and read Instructions.txt inside the folder it creates.

Should you be unsure about which version to use, please type:

"cat /proc/cpuinfo"

This should show you what CPU you have, whether it's an AMD or an Intel one and what its name is. Should be helpful in choosing; if you're still unsure,  please post a reply in this thread about it.

Regards,
Simon.
« Last Edit: 26 Mar 2007, 07:26:27 pm by Simon »

Roy

  • Guest
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #1 on: 26 Mar 2007, 08:21:39 pm »
Whoo-Hooo!!  Yippee!

Thank You to everyone involved - we DO appreciatte all the hard work this has taken!

Unfortunately - when I try to open the downloaded archive, bzip2 reports errors. :(
Running
     bunzip2 -t KWSN-R2.2B--SSE.tar.bz2
yields this message:
    bunzip2: Desktop/KWSN-R2.2B--SSE.tar.bz2: bad magic number (file not created by bzip2)


I've had the same problem on both my Linux systems (one Intel, one AMD).

Is it me, or is there a problem with the files provided?

Roy

Offline Crunch3r

  • Knight who says 'Ni!'
  • *****
  • Posts: 602
    • 64 bit boinc clients
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #2 on: 26 Mar 2007, 08:47:25 pm »
Whoo-Hooo!!  Yippee!

Thank You to everyone involved - we DO appreciatte all the hard work this has taken!

Unfortunately - when I try to open the downloaded archive, bzip2 reports errors. :(
Running
     bunzip2 -t KWSN-R2.2B--SSE.tar.bz2
yields this message:
    bunzip2: Desktop/KWSN-R2.2B--SSE.tar.bz2: bad magic number (file not created by bzip2)


I've had the same problem on both my Linux systems (one Intel, one AMD).

Is it me, or is there a problem with the files provided?

Roy

I've checked the files and their all ok.

Not sure what's going wrong on your side ....

I'd recommencd you to open a shell/terminal and NOT using any other software to extrackt the files.

1. open a terminal
2. "cd" to the directory that contains the downloaded files
3. extract the files with "tar -xvjf KWSN-R2.2B--SSE.tar.bz2"
4. stop boinc
5. copy the new files over the old apps.
6. start boinc again

That's all you got to do.

« Last Edit: 26 Mar 2007, 08:50:57 pm by Crunch3r »
I want to share something with you: The three little sentences that will get you through life. Number 1: Cover for me. Number 2: Oh, good idea, Boss! Number 3: It was like that when I got here.

Homer Simpson

Roy

  • Guest
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #3 on: 26 Mar 2007, 08:59:17 pm »
Thanks for the suggestion, but....  command line used and erro message received:

roy@zaphod:~/boinc_temp$ tar -xvjf ../Desktop/KWSN-R2.2B--SSE.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors

Not sure I understand - I installed the  "old" Linux version okay.....

Natronomonas

  • Guest
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #4 on: 26 Mar 2007, 09:00:03 pm »
I am encountering the same error running Ubuntu 6.10, whether I use "Archive manager" or go to the terminal and use bunzip2 or tar to extract the files, e.g.

 $ tar -xvjf KWSN-R2.2B--SSE.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors

It also occurs on the SSE2 version, I haven't tried the others. Is there anything else I can try?

Thanks ; )

Offline michael37

  • Knight o' The Round Table
  • ***
  • Posts: 137
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #5 on: 26 Mar 2007, 09:04:03 pm »
I am confirming a problem with bzip2 which does NOT open on all platforms.  7-zip on Windows opened the archive successfully. 

Here is from Fedora Core 5:

[testing-C2]# ls
KWSN-R2.2B--SSE3-C2.tar.bz2
[testing-C2]# tar xvfj KWSN-R2.2B--SSE3-C2.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors
[testing-C2]# tar --version
tar (GNU tar) 1.15.1
[testing-C2]# bzip2 --version
bzip2, a block-sorting file compressor.  Version 1.0.3, 15-Feb-2005.

Roy

  • Guest
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #6 on: 26 Mar 2007, 09:05:19 pm »
Sorry to hear it's not just me. :(

Ubunto 6.10 here as well.

I re-downloaded just to make sure it was'n't a bad download - same results.

Roy

  • Guest
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #7 on: 26 Mar 2007, 09:23:37 pm »
Based on the comment by michael37, I tried DLing and unzipping the Linux app on my Windows platform. 

Put the files in a shared folder, and went to my Linux box and copied the files into BOINC/projects/setiathome

Seems to be working fine!

One thing threw me for a  second - all the apps before this had "seti" somewhere in their name - this time, doing a
ps -ef | grep seti
showed nothing!  But I figured it out...

It would certainly appear that there may be some sort of incompatibility between 7zip on windows and bzip2 on Linux.

Thanks again, everyone!

Natronomonas

  • Guest
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #8 on: 26 Mar 2007, 09:29:40 pm »
I have had success extracting the files on OSX, then copying to my linux host.
So thus far it would seem the only platform unable to open the linux app archives is .... linux.  ;D


Offline michael37

  • Knight o' The Round Table
  • ***
  • Posts: 137
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #9 on: 26 Mar 2007, 09:32:52 pm »
Based on the comment by michael37, I tried DLing and unzipping the Linux app on my Windows platform. 

Put the files in a shared folder, and went to my Linux box and copied the files into BOINC/projects/setiathome

Seems to be working fine!

One thing threw me for a  second - all the apps before this had "seti" somewhere in their name - this time, doing a
ps -ef | grep seti
showed nothing!  But I figured it out...

It would certainly appear that there may be some sort of incompatibility between 7zip on windows and bzip2 on Linux.

Thanks again, everyone!


You got it.  The applications are now called KWSN-R2.2B-SSEXX-XX

For the time being, use 7-zip to open the archives. bzip2 on most distributions will not work

Offline Simon

  • Ni!
  • Knight who says 'Ni!'
  • *****
  • Posts: 1045
    • Is it a bird? Is it a plane? No...its-the.net!
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #10 on: 27 Mar 2007, 06:10:52 am »
Hm,

interesting. I used "tar cfj archive.tar.bz2 directory/" as command to compress the files; so far, I haven't had any trouble unpacking on my test hosts (Suse 9.2, Debian Sarge, Slackware 10.1).

This is the very first time I've heard of bzip2 Archives not opening; I could always make .tar.gz's if that'll help anything.

Also, yes, the apps are now called KWSN-R2.2B-* where * is MMX/SSE/SSE2-generic/SSE2-P4/SSE2-PM/SSE3-P4/SSE3-C2, as with the Windows versions.

Regards,
Simon.

Offline Metod, S56RKO

  • Alpha Tester
  • Knight o' The Realm
  • ***
  • Posts: 51
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #11 on: 27 Mar 2007, 07:32:16 am »
interesting. I used "tar cfj archive.tar.bz2 directory/" as command to compress the files; so far, I haven't had any trouble unpacking on my test hosts (Suse 9.2, Debian Sarge, Slackware 10.1).

This is the very first time I've heard of bzip2 Archives not opening; I could always make .tar.gz's if that'll help anything.

Just downloaded KWSN-R2.2B--SSE2-generic.tar.bz2 and surely enough tar on my Debian Etch AMD64 barfed:

Quote
tar jxvf KWSN-R2.2B--SSE2-generic.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors

However, this gave some clue:

Quote
file KWSN-R2.2B--SSE2-generic.tar.bz2
KWSN-R2.2B--SSE2-generic.tar.bz2: gzip compressed data, from Unix, last modified: Tue Mar 27 00:33:43 2007

Surely enough:

Quote
tar zxvf KWSN-R2.2B--SSE2-generic.tar.bz2
KWSN-R2.2B--SSE2-generic/
KWSN-R2.2B--SSE2-generic/Instructions.txt
KWSN-R2.2B--SSE2-generic/Readme+Licenses/
KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-AUTHORS
KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-COPYING
KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-COPYRIGHT
KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-EXTRA_NOTE
KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-README
KWSN-R2.2B--SSE2-generic/Readme+Licenses/setiathome-5.15-kwsn-README_APP
KWSN-R2.2B--SSE2-generic/Files-to-install/
KWSN-R2.2B--SSE2-generic/Files-to-install/app_info.xml
KWSN-R2.2B--SSE2-generic/Files-to-install/KWSN-R2.2B-SSE2-generic

So, these are not Bzip2 compressed, but rather gzip compressed archives.
« Last Edit: 27 Mar 2007, 09:09:46 am by Metod, S56RKO »

Offline Metod, S56RKO

  • Alpha Tester
  • Knight o' The Realm
  • ***
  • Posts: 51
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #12 on: 27 Mar 2007, 07:42:10 am »
An item to add on a wish list: could you provide statically-linked binaries?

I have an old machine here which doesn't like new binaries:

Quote
ldd KWSN-R2.2B-SSE
./KWSN-R2.2B-SSE: /lib/i686/libc.so.6: version `GLIBC_2.3.4' not found (required by ./KWSN-R2.2B-SSE)
./KWSN-R2.2B-SSE: /lib/i686/libc.so.6: version `GLIBC_2.3.2' not found (required by ./KWSN-R2.2B-SSE)
./KWSN-R2.2B-SSE: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by ./KWSN-R2.2B-SSE)
./KWSN-R2.2B-SSE: /lib/i686/libpthread.so.0: version `GLIBC_2.3.2' not found (required by ./KWSN-R2.2B-SSE)
        libdl.so.2 => /lib/libdl.so.2 (0xb7fd4000)
        libm.so.6 => /lib/i686/libm.so.6 (0xb7fb1000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb7f9d000)
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fed000)

If you have some time ...

Prognatus

  • Guest
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #13 on: 27 Mar 2007, 11:08:13 am »
So, these are not Bzip2 compressed, but rather gzip compressed archives.

I can confirm this. As many others here, I had problems opening the files (tried SSE and MMX), but when I renamed them to a .gz suffix instead of .bz2 they opened like a charm in the package manager.

Offline Simon

  • Ni!
  • Knight who says 'Ni!'
  • *****
  • Posts: 1045
    • Is it a bird? Is it a plane? No...its-the.net!
Re: Initial public release - Rev-2.2B Linux science apps
« Reply #14 on: 27 Mar 2007, 12:07:21 pm »
Hm,

maybe a typo? I do believe I did type "tar cfj", not "tar cfz"; still, to err is human. I'll recompress and upload archives that are what their suffix suggests ;)

Regards,
Simon.

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 42
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 41
Total: 41
Powered by EzPortal