48 cores linux64 |
Message boards : Problems and Bug Reports : 48 cores linux64
| Author | Message |
|---|---|
|
Hi, | |
| ID: 111036 | | |
|
Post some links to failed tasks so that the error messages can be inspected? | |
| ID: 111038 | | |
|
Well, in stderr of this tasks I read: | |
| ID: 111039 | | |
|
I can only find stuff like this in the log file: 10-Mar-2011 07:18:34 [Einstein@Home] Starting h1_1485.00_S5R4__1218_S5GC1HFa_1 10-Mar-2011 07:18:35 [Einstein@Home] Starting task h1_1485.00_S5R4__1218_S5GC1HFa_1 using einstein_S5GC1HF version 107 10-Mar-2011 07:18:35 [Einstein@Home] Computation for task h1_1485.00_S5R4__1218_S5GC1HFa_1 finished 10-Mar-2011 07:18:35 [Einstein@Home] Output file h1_1485.00_S5R4__1218_S5GC1HFa_1_0 for task h1_1485.00_S5R4__1218_S5GC1HFa_1 absent 10-Mar-2011 07:18:35 [Einstein@Home] Starting h1_1484.95_S5R4__1163_S5GC1HFa_2 10-Mar-2011 07:18:36 [Einstein@Home] Starting task h1_1484.95_S5R4__1163_S5GC1HFa_2 using einstein_S5GC1HF version 107 10-Mar-2011 07:18:36 [Einstein@Home] Computation for task h1_1484.95_S5R4__1163_S5GC1HFa_2 finished 10-Mar-2011 07:18:36 [Einstein@Home] Output file h1_1484.95_S5R4__1163_S5GC1HFa_2_0 for task h1_1484.95_S5R4__1163_S5GC1HFa_2 absent 10-Mar-2011 07:18:36 [Einstein@Home] Starting h1_1484.95_S5R4__1153_S5GC1HFa_0 10-Mar-2011 07:18:37 [Einstein@Home] Starting task h1_1484.95_S5R4__1153_S5GC1HFa_0 using einstein_S5GC1HF version 107 10-Mar-2011 07:18:38 [Einstein@Home] Computation for task h1_1484.95_S5R4__1153_S5GC1HFa_0 finished 10-Mar-2011 07:18:38 [Einstein@Home] Output file h1_1484.95_S5R4__1153_S5GC1HFa_0_0 for task h1_1484.95_S5R4__1153_S5GC1HFa_0 absent 10-Mar-2011 07:18:38 [Einstein@Home] Starting h1_1484.95_S5R4__1152_S5GC1HFa_0 10-Mar-2011 07:18:39 [Einstein@Home] Starting task h1_1484.95_S5R4__1152_S5GC1HFa_0 using einstein_S5GC1HF version 107 10-Mar-2011 07:18:39 [Einstein@Home] Computation for task h1_1484.95_S5R4__1152_S5GC1HFa_0 finished 10-Mar-2011 07:18:39 [Einstein@Home] Output file h1_1484.95_S5R4__1152_S5GC1HFa_0_0 for task h1_1484.95_S5R4__1152_S5GC1HFa_0 absent I run this boinc version: boinc_6.10.58_x86_64-pc-linux-gnu .ldd says: ldd boinc_6.10.58_x86_64-pc-linux-gnu linux-vdso.so.1 => (0x00007fff6d7ff000) libdl.so.2 => /lib/libdl.so.2 (0x00007f1b14928000) libnsl.so.1 => /lib/libnsl.so.1 (0x00007f1b1470e000) libz.so.1 => /lib/libz.so.1 (0x00007f1b144f6000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f1b142d9000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f1b13fc5000) libm.so.6 => /lib/libm.so.6 (0x00007f1b13d41000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f1b13b2a000) libc.so.6 => /lib/libc.so.6 (0x00007f1b137a7000) /lib64/ld-linux-x86-64.so.2 (0x00007f1b14b3c000) Going into projects/einstein.phys.uwm.edu and running this: ldd *linux-gnu* | grep not | sort -u gives me:libGL.so.1 => not found libdl.so.2 => not found libm.so.6 => not found I can't figure out which packages I must install for those libraries... I will try few. In the mean time, why ldd on the boinc executable says libdl.so.2 => /lib/libdl.so.2 (0x00007f024a895000) while ldd on one einstein executable says libdl.so.2 => not found ?I guess that is not my fault. Ionel ____________ | |
| ID: 111045 | | |
|
See section "64 Bit Considerations" here. | |
| ID: 111047 | | |
|
Hi, /lib32/libm.so.6 and the two they actually link to:/lib32/libdl.so.2 /lib32/libdl-2.11.1.so from a computer which has the same architecture and were it works (e.g. the master node of those nodes)./lib32/libm-2.11.1.so All is in order now. Some nodes must wait a while now because they reach a limit of 16 tasks per day. I need now to solve the same problem for Spinhenge@home. The above trick did not work. More libraries are missing... Thank you for explaining. Ionel P.S. Totally unrelated, Bernd, I am considering for a while now to compile Einstein@home for IRIX. Is there a place I can get some help installing the missing libraries on my IRIX so I can complete the compilation? I will share the executable with other IRIX users when/if I succeed. ____________ | |
| ID: 111055 | | |
Totally unrelated, Bernd, I am considering for a while now to compile Einstein@home for IRIX. Is there a place I can get some help installing the missing libraries on my IRIX so I can complete the compilation? I will share the executable with other IRIX users when/if I succeed. I'd try:
| |
| ID: 111057 | | |
Message boards :
Problems and Bug Reports :
48 cores linux64