Rosetta on 64 bit Linux

Message boards : Number crunching : Rosetta on 64 bit Linux

To post messages, you must log in.

AuthorMessage
Profile dcdc

Send message
Joined: 3 Nov 05
Posts: 1829
Credit: 114,335,292
RAC: 51,548
Message 26563 - Posted: 10 Sep 2006, 22:20:05 UTC

One of the guys on my team is getting the 'x86_64 platform not found' error.

I've seen this posted a few times, but I can't find any concrete advice. What needs editing so BOINC downloads the 32 bit Rosetta (assuming that's what needs to be done)?

cheers
Danny
ID: 26563 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
tralala

Send message
Joined: 8 Apr 06
Posts: 376
Credit: 581,806
RAC: 0
Message 26582 - Posted: 11 Sep 2006, 7:29:00 UTC - in response to Message 26563.  

One of the guys on my team is getting the 'x86_64 platform not found' error.

I've seen this posted a few times, but I can't find any concrete advice. What needs editing so BOINC downloads the 32 bit Rosetta (assuming that's what needs to be done)?

cheers
Danny


I think he has to use the "anonymous platform" and download the rosetta app manually and creating a file. It is described here:

http://boinc.berkeley.edu/anonymous_platform.php



ID: 26582 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile dcdc

Send message
Joined: 3 Nov 05
Posts: 1829
Credit: 114,335,292
RAC: 51,548
Message 26625 - Posted: 11 Sep 2006, 20:02:14 UTC
Last modified: 11 Sep 2006, 20:05:42 UTC

Thanks tralala - I've seen that link though and am still not sure what to do!

I know this bit:

<app_info>
    <app>
        <name>setiathome</name>
    </app>
    <file_info>
        <name>rosetta_5.25_windows_intelx86.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome</app_name>
        <version_num>407</version_num>
        <file_ref>
            <file_name>rosetta_5.25_windows_intelx86.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
</app_info>


save the above as app_info.xml in the boinc.bakerlab.org_rosetta dir.

Except I guess the rosetta_5.25_windows_intelx86.exe is wrong for Linux! What should that be?

Then what?

cheers!
Danny
ID: 26625 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
tralala

Send message
Joined: 8 Apr 06
Posts: 376
Credit: 581,806
RAC: 0
Message 26629 - Posted: 11 Sep 2006, 21:19:36 UTC - in response to Message 26625.  

Thanks tralala - I've seen that link though and am still not sure what to do!

I know this bit:

<app_info>
    <app>
        <name>setiathome</name>
    </app>
    <file_info>
        <name>rosetta_5.25_windows_intelx86.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome</app_name>
        <version_num>407</version_num>
        <file_ref>
            <file_name>rosetta_5.25_windows_intelx86.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
</app_info>


save the above as app_info.xml in the boinc.bakerlab.org_rosetta dir.

Except I guess the rosetta_5.25_windows_intelx86.exe is wrong for Linux! What should that be?

Then what?

cheers!
Danny



It's here:

https://boinc.bakerlab.org/rosetta/download/rosetta_5.25_i686-pc-linux-gnu

and I guess the name should be:

rosetta_5.25_i686-pc-linux-gnu

Another thing: Can your collegue just install BOINC 32-bit edition for Linux even on Linux x86_64 and then get the app the normal way? I assume under x86_64 linux 32bit application work as well as under Windowsx64.
ID: 26629 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile dcdc

Send message
Joined: 3 Nov 05
Posts: 1829
Credit: 114,335,292
RAC: 51,548
Message 26643 - Posted: 12 Sep 2006, 9:18:43 UTC

thanks!

Just to check, is this right?:

<app_info>
<app>
<name>rosettaathome</name>
</app>
<file_info>
<name>rosetta_5.25_i686-pc-linux-gnu</name>
<executable/>
</file_info>
<app_version>
<app_name>rosettaathome</app_name>
<version_num>5.25</version_num>
<file_ref>
<file_name>rosetta_5.25_i686-pc-linux-gnu</file_name>
<main_program/>
</file_ref>
</app_version>
</app_info>

ID: 26643 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile dcdc

Send message
Joined: 3 Nov 05
Posts: 1829
Credit: 114,335,292
RAC: 51,548
Message 26668 - Posted: 12 Sep 2006, 21:31:09 UTC

Now he's getting 'Message from server: No work sent':

2006-09-12 15:11:10 [rosetta@home] Requesting 8640 seconds of new work
2006-09-12 15:11:16 [rosetta@home] Scheduler request to https://boinc.bakerlab.org/rosetta_cgi/cgi succeeded
2006-09-12 15:11:16 [rosetta@home] General preferences have been updated
2006-09-12 15:11:16 [rosetta@home] Message from server: No work sent
2006-09-12 15:11:16 [rosetta@home] Message from server: No work sent
2006-09-12 15:11:16 [rosetta@home] New host venue: home
2006-09-12 15:11:16 [---] General prefs: from rosetta@home (last modified 2006-09-08 01:26:43)
2006-09-12 15:11:16 [---] General prefs: using your defaults
2006-09-12 15:11:16 [rosetta@home] No work from project
2006-09-12 15:11:16 [rosetta@home] No work from project


I'm guessing it might be something not right in the app_info.xml?
ID: 26668 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile dcdc

Send message
Joined: 3 Nov 05
Posts: 1829
Credit: 114,335,292
RAC: 51,548
Message 26669 - Posted: 12 Sep 2006, 22:43:42 UTC

ok, i've suggested a change to this:
<app_info>
<app>
<name>rosetta</name>
</app>
<file_info>
<name>rosetta_5.25_i686-pc-linux-gnu</name>
<executable/>
</file_info>
<app_version>
<app_name>rosetta</app_name>
<version_num>525</version_num>
<file_ref>
<file_name>rosetta_5.25_i686-pc-linux-gnu</file_name>
<main_program/>
</file_ref>
</app_version>
</app_info>


I'll post back when we've worked it out incase it's useful for anyone.
ID: 26669 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile dcdc

Send message
Joined: 3 Nov 05
Posts: 1829
Credit: 114,335,292
RAC: 51,548
Message 26696 - Posted: 13 Sep 2006, 13:58:04 UTC

All WUs erroring out with:

2006-09-12 17:12:39 [---] request_reschedule_cpus: files downloaded
2006-09-12 17:12:39 [rosetta@home] execv(../../projects/boinc.bakerlab.org_rosetta/rosetta_5.25_i686-pc-linux-gnu) failed: error -1
2006-09-12 17:12:39 [rosetta@home] Starting result 1n0u__ROTLARS_ABRELAX_IDENT_LINK_BARCODE__1229_5804_0 using rosetta version 525
2006-09-12 17:12:40 [rosetta@home] Unrecoverable error for result 1n0u__ROTLARS_ABRELAX_IDENT_LINK_BARCODE__1229_5804_0 (process exited with code 13 (0xd))
2006-09-12 17:12:40 [rosetta@home] Unrecoverable error for result 1n0u__ROTLARS_ABRELAX_IDENT_LINK_BARCODE__1229_5804_0 (process exited with code 13 (0xd))
2006-09-12 17:12:40 [---] request_reschedule_cpus: process exited
2006-09-12 17:12:40 [rosetta@home] Computation for result 1n0u__ROTLARS_ABRELAX_IDENT_LINK_BARCODE__1229_5804_0 finished

host is: https://boinc.bakerlab.org/rosetta/sh...?hostid=303630

Any ideas?
ID: 26696 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Mats Petersson

Send message
Joined: 29 Sep 05
Posts: 225
Credit: 951,788
RAC: 0
Message 26700 - Posted: 13 Sep 2006, 14:40:36 UTC - in response to Message 26696.  

All WUs erroring out with:

2006-09-12 17:12:39 [---] request_reschedule_cpus: files downloaded
2006-09-12 17:12:39 [rosetta@home] execv(../../projects/boinc.bakerlab.org_rosetta/rosetta_5.25_i686-pc-linux-gnu) failed: error -1
2006-09-12 17:12:39 [rosetta@home] Starting result 1n0u__ROTLARS_ABRELAX_IDENT_LINK_BARCODE__1229_5804_0 using rosetta version 525
2006-09-12 17:12:40 [rosetta@home] Unrecoverable error for result 1n0u__ROTLARS_ABRELAX_IDENT_LINK_BARCODE__1229_5804_0 (process exited with code 13 (0xd))
2006-09-12 17:12:40 [rosetta@home] Unrecoverable error for result 1n0u__ROTLARS_ABRELAX_IDENT_LINK_BARCODE__1229_5804_0 (process exited with code 13 (0xd))
2006-09-12 17:12:40 [---] request_reschedule_cpus: process exited
2006-09-12 17:12:40 [rosetta@home] Computation for result 1n0u__ROTLARS_ABRELAX_IDENT_LINK_BARCODE__1229_5804_0 finished

host is: https://boinc.bakerlab.org/rosetta/sh...?hostid=303630

Any ideas?


You're probably running with selinux extensions (security enabled linux). There's a thread on that subject in "questions and answers" under the "linux/unix" heading, with some suggestions on how to solve it [setting selinux=0 on the command-line when booting the linux machine is one way to "get rid of" the selinux - assuming you have no particular need for security enhancements in the first place, of course].

--
Mats

ID: 26700 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Stefan Ledwina
Avatar

Send message
Joined: 2 Nov 05
Posts: 7
Credit: 3,379,863
RAC: 2
Message 40198 - Posted: 2 May 2007, 8:59:10 UTC

I know this is an older Thread but if someone is still searching for a way to crunch rosetta with 64 bit Linux, like I was searching...

I wrote a little HowTo in the BOINC Synergy Forum.
You can find it here: http://www.boincsynergy.com/forums/viewtopic.php?p=69800#69800
ID: 40198 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Trog Dog
Avatar

Send message
Joined: 25 Nov 05
Posts: 129
Credit: 57,345
RAC: 0
Message 40217 - Posted: 2 May 2007, 14:59:20 UTC - in response to Message 40198.  

I know this is an older Thread but if someone is still searching for a way to crunch rosetta with 64 bit Linux, like I was searching...

I wrote a little HowTo in the BOINC Synergy Forum.
You can find it here: http://www.boincsynergy.com/forums/viewtopic.php?p=69800#69800


Not to detract from Stefans efforts, but given the frequency that the Rosetta app's can change sometimes - is it really too much trouble for the dev's to recognise the 64bit platform and send out the 32bit app?
ID: 40217 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile David E K
Volunteer moderator
Project administrator
Project developer
Project scientist

Send message
Joined: 1 Jul 05
Posts: 1018
Credit: 4,334,829
RAC: 0
Message 40229 - Posted: 2 May 2007, 18:35:33 UTC

I just added linux and windows 64bit platforms to ralph. The apps are copies of the 32bit versions. If you have a 64bit boinc client, please join the ralph test project if you haven't already.

http://ralph.bakerlab.org
ID: 40229 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Sailor
Avatar

Send message
Joined: 19 Mar 07
Posts: 75
Credit: 89,192
RAC: 0
Message 40231 - Posted: 2 May 2007, 18:52:41 UTC - in response to Message 40229.  

I just added linux and windows 64bit platforms to ralph. The apps are copies of the 32bit versions. If you have a 64bit boinc client, please join the ralph test project if you haven't already.

http://ralph.bakerlab.org


incoming :D
ID: 40231 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile Trog Dog
Avatar

Send message
Joined: 25 Nov 05
Posts: 129
Credit: 57,345
RAC: 0
Message 40243 - Posted: 2 May 2007, 22:59:49 UTC - in response to Message 40229.  

I just added linux and windows 64bit platforms to ralph. The apps are copies of the 32bit versions. If you have a 64bit boinc client, please join the ralph test project if you haven't already.

http://ralph.bakerlab.org


Sweet - my 3 64bit boxes now have their first RALPH wus
ID: 40243 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Metod, S56RKO

Send message
Joined: 6 May 07
Posts: 2
Credit: 2,273,004
RAC: 0
Message 40414 - Posted: 6 May 2007, 10:55:52 UTC - in response to Message 40229.  

I just added linux and windows 64bit platforms to ralph. The apps are copies of the 32bit versions. If you have a 64bit boinc client, please join the ralph test project if you haven't already.

http://ralph.bakerlab.org


Before I jump yet another project I'd like to know wether ralph@home also contributes to scientific goal of Rosetta or is it just to test new applications? If it's the latter, I'll just stick to anonymous platform for now...

Metod ...
ID: 40414 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
FluffyChicken
Avatar

Send message
Joined: 1 Nov 05
Posts: 1260
Credit: 369,635
RAC: 0
Message 40416 - Posted: 6 May 2007, 11:02:04 UTC

It directly test the rosetta@home client for bugs before it comes here
and tests other things they are doing before it is used onthe rosetta@home website.

It is also used to pre test now job types before the are released on rosetta@home.

So yes it is directly contributing to same goal as rosetta just in a slightyl different way.
If bugs are found quicker there is less chance of bug being released at here, so asaving everybody time and energy.

I'm not sure if they use the results they get there in the statistical overview, I doubt it but it does give them the first insight into what is happening. time put in there (which is not a lot as tasks are sparse) is certainly not wasted in the overall scheme of things.
Team mauisun.org
ID: 40416 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Fivestar Crashtest

Send message
Joined: 12 Jul 06
Posts: 2
Credit: 141,777
RAC: 0
Message 40480 - Posted: 7 May 2007, 14:18:59 UTC

I started getting Rosetta last night on my Pentium D with 64 bit Ubuntu 6.10 and Augustine's 64 bit BOINC. I hadn't got around to putting an app_info.xml in and when I looked at the applications page, I see that they do have 64 bit apps for Windows and Linux now. But there don't seem to be any announcements about it?
ID: 40480 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
FluffyChicken
Avatar

Send message
Joined: 1 Nov 05
Posts: 1260
Credit: 369,635
RAC: 0
Message 40495 - Posted: 7 May 2007, 20:22:38 UTC

May 7, 2007
We forgot to mention that version 5.64 also includes 64bit applications for windows and linux platforms. These rosetta applications are copies of the 32bit version.


On the front page. No idea of the time of announcment though.
Team mauisun.org
ID: 40495 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote

Message boards : Number crunching : Rosetta on 64 bit Linux



©2024 University of Washington
https://www.bakerlab.org