Possible error in Linux x86_64 charmm34_6.15_graphics executable


Advanced search

Message boards : Number crunching : Possible error in Linux x86_64 charmm34_6.15_graphics executable

Sort
Author Message
mikus
Volunteer tester

Joined: Oct 28 06
Posts: 18
ID: 193
Credit: 2,915,329
RAC: 0
Message 4814 - Posted 1 Feb 2009 3:21:56 UTC

Just took a look at the Docking project (been away for quite a while). Noticed that 'ldd' shows this Linux 64-bit executable linking to '/lib/whatever'.

There are two kinds of Linux 64-bit platforms (distributions) in use -- The first kind (e.g., Ubuntu) puts the 64-bit library modules in '/lib' and the 32-bit library modules in '/lib32', whereas the second kind (e.g., SUSE) puts the 32-bit library modules in '/lib' and the 64-bit library modules in '/lib64'.

The Linux 64-bit BOINC client gets it correct - the same executable ('boinc') will link to '/lib' when installed in the first kind of platform, but will link to '/lib64' when installed in the second kind of platform.

I fetched the cited Docking executable to a platform of the second kind -- but it linked to '/lib'. I think that's wrong.

Message boards : Number crunching : Possible error in Linux x86_64 charmm34_6.15_graphics executable

Database Error
: The MySQL server is running with the --read-only option so it cannot execute this statement
array(3) {
  [0]=>
  array(7) {
    ["file"]=>
    string(47) "/boinc/projects/docking/html_v2/inc/db_conn.inc"
    ["line"]=>
    int(97)
    ["function"]=>
    string(8) "do_query"
    ["class"]=>
    string(6) "DbConn"
    ["object"]=>
    object(DbConn)#6 (2) {
      ["db_conn"]=>
      resource(54) of type (mysql link persistent)
      ["db_name"]=>
      string(7) "docking"
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      &string(51) "update DBNAME.thread set views=views+1 where id=394"
    }
  }
  [1]=>
  array(7) {
    ["file"]=>
    string(48) "/boinc/projects/docking/html_v2/inc/forum_db.inc"
    ["line"]=>
    int(60)
    ["function"]=>
    string(6) "update"
    ["class"]=>
    string(6) "DbConn"
    ["object"]=>
    object(DbConn)#6 (2) {
      ["db_conn"]=>
      resource(54) of type (mysql link persistent)
      ["db_name"]=>
      string(7) "docking"
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(3) {
      [0]=>
      object(BoincThread)#3 (16) {
        ["id"]=>
        string(3) "394"
        ["forum"]=>
        string(1) "2"
        ["owner"]=>
        string(3) "193"
        ["status"]=>
        string(1) "0"
        ["title"]=>
        string(64) "Possible error in Linux x86_64 charmm34_6.15_graphics executable"
        ["timestamp"]=>
        string(10) "1233458516"
        ["views"]=>
        string(2) "97"
        ["replies"]=>
        string(1) "0"
        ["activity"]=>
        string(22) "3.6984662140859004e-94"
        ["sufferers"]=>
        string(1) "0"
        ["score"]=>
        string(1) "0"
        ["votes"]=>
        string(1) "0"
        ["create_time"]=>
        string(10) "1233458516"
        ["hidden"]=>
        string(1) "0"
        ["sticky"]=>
        string(1) "0"
        ["locked"]=>
        string(1) "0"
      }
      [1]=>
      &string(6) "thread"
      [2]=>
      &string(13) "views=views+1"
    }
  }
  [2]=>
  array(7) {
    ["file"]=>
    string(63) "/boinc/projects/docking/html_v2/user/community/forum/thread.php"
    ["line"]=>
    int(184)
    ["function"]=>
    string(6) "update"
    ["class"]=>
    string(11) "BoincThread"
    ["object"]=>
    object(BoincThread)#3 (16) {
      ["id"]=>
      string(3) "394"
      ["forum"]=>
      string(1) "2"
      ["owner"]=>
      string(3) "193"
      ["status"]=>
      string(1) "0"
      ["title"]=>
      string(64) "Possible error in Linux x86_64 charmm34_6.15_graphics executable"
      ["timestamp"]=>
      string(10) "1233458516"
      ["views"]=>
      string(2) "97"
      ["replies"]=>
      string(1) "0"
      ["activity"]=>
      string(22) "3.6984662140859004e-94"
      ["sufferers"]=>
      string(1) "0"
      ["score"]=>
      string(1) "0"
      ["votes"]=>
      string(1) "0"
      ["create_time"]=>
      string(10) "1233458516"
      ["hidden"]=>
      string(1) "0"
      ["sticky"]=>
      string(1) "0"
      ["locked"]=>
      string(1) "0"
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(1) {
      [0]=>
      &string(13) "views=views+1"
    }
  }
}
query: update docking.thread set views=views+1 where id=394