Task 58113660
| Name | LL-dc_81.78-81.81M_wu_43_3 |
| Workunit | 52303514 |
| Created | 28 Jul 2026, 22:55:52 UTC |
| Sent | 29 Jul 2026, 6:33:19 UTC |
| Report deadline | 5 Aug 2026, 6:33:19 UTC |
| Received | 29 Jul 2026, 6:40:20 UTC |
| Server state | Over |
| Outcome | Computation error |
| Client state | Compute error |
| Exit status | 0 (0x0) |
| Computer ID | 249608 |
| Run time | 8 sec |
| CPU time |
|
| Validate state | Invalid |
| Credit | 0.00 |
| Device peak FLOPS | 318.46 GFLOPS |
| Application version | LL - dc v0.10 (opencl_nvidia_200) |
| Peak working set size | 125.95 MB |
| Peak swap size | 190.45 MB |
| Peak disk usage | 1.56 MB |
Stderr output
<core_client_version>8.2.11</core_client_version>
<![CDATA[
<stderr_txt>
2026-07-29 08:35:42 (7136): wrapper: running prpll.exe (-d 0)
2026-07-29 08:35:43 (7136): wrapper: created child process 1044
20260729 08:35:43 PRPLL v8.0-2-g8fb01aa starting
20260729 08:35:43 config: -d 0
20260729 08:35:44 device 0, OpenCL 466.47, NVIDIA GeForce GTX 950M, unique id ''
20260729 08:35:45 81784903 No FFTs found in tune.txt that can handle 81784903. Consider tuning with -tune
20260729 08:35:45 81784903 config:
20260729 08:35:45 81784903 Using CARRY64
20260729 08:35:45 81784903 FFT: 2M 1:1K:4:256:101 (39.00 bpw)
20260729 08:35:47 81784903 LL loaded @ 0 : 0000000000000004
20260729 08:35:48 81784903 In file included from <kernel>:1:
In file included from fftp.cl:5:
In file included from fftwidth.cl:16:
math.cl:107:82: error: 'long long' type is not supported
i128 OVERLOAD i128_masklo64(i128 a, u64 m) { i128 val; val.x = a.x & (((__int128)0xFFFFFFFFFFFFFFFFULL << 64) | m); return val; }
^
math.cl:891:60: error: 'long long' type is not supported
u64 OVERLOAD get_Z61(Z61 a) { Z61 m = a - M61; return (m & 0x8000000000000000ULL) ? a : m; } // Get value in range 0 to M61-1
^
In file included from <kernel>:1:
In file included from fftp.cl:6:
weight.cl:30:41: error: 'long long' type is not supported
u32 weightStepIndex(u32 i) { return i * STEP % NW * (8 / NW); }
^
weight.cl:4:25: note: expanded from macro 'STEP'
#define STEP (NWORDS - (EXP % NWORDS))
^
<built-in>:42:13: note: expanded from here
#define EXP 81784903ull
^
In file included from <kernel>:1:
fftp.cl:422:36: error: 'long long' type is not supported
P(GF61) out61 = (P(GF61)) (out + DISTGF61);
^
<built-in>:62:18: note: expanded from here
#define DISTGF61 524288ull
^
In file included from <kernel>:1:
fftp.cl:423:50: error: 'long long' type is not supported
TrigGF61 smallTrig61 = (TrigGF61) (smallTrig + DISTWTRIGGF61);
^
<built-in>:63:23: note: expanded from here
#define DISTWTRIGGF61 512ull
^
In file included from <kernel>:1:
fftp.cl:432:42: error: 'long long' type is not supported
const u32 m31_log2_root_two = (u32) (((1ULL << 30) / NWORDS) % 31);
^
fftp.cl:433:50: error: 'long long' type is not supported
const u32 m31_bigword_weight_shift = (NWORDS - EXP % NWORDS) * m31_log2_root_two % 31;
^
<built-in>:42:13: note: expanded from here
#define EXP 81784903ull
^
In file included from <kernel>:1:
fftp.cl:435:42: error: 'long long' type is not supported
const u32 m61_log2_root_two = (u32) (((1ULL << 60) / NWORDS) % 61);
^
fftp.cl:436:50: error: 'long long' type is not supported
const u32 m61_bigword_weight_shift = (NWORDS - EXP % NWORDS) * m61_log2_root_two % 61;
^
<built-in>:42:13: note: expanded from here
#define EXP 81784903ull
^
In file included from <kernel>:1:
fftp.cl:449:154: error: 'long long' type is not supported
const u64 m31_combo_bigstep = (comboFracBits(G_W * BIG_HEIGHT * 2 - 1) + make_u64((G_W * BIG_HEIGHT * 2 - 1) * m31_bigword_weight_shift_minus1, 0)) % (31ULL << 32);
^
fftp.cl:451:3: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = m31_weight_shift % 31;
^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:451:22: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = m31_weight_shift % 31;
^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:453:154: error: 'long long' type is not supported
const u64 m61_combo_bigstep = (comboFracBits(G_W * BIG_HEIGHT * 2 - 1) + make_u64((G_W * BIG_HEIGHT * 2 - 1) * m61_bigword_weight_shift_minus1, 0)) % (61ULL << 32);
^
fftp.cl:455:3: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = m61_weight_shift % 61;
^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:455:22: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = m61_weight_shift % 61;
^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:460:29: error: subscripted access is not allowed for OpenCL vectors
u32 m31_weight_shift0 = m31_weight_shift;
^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:462:5: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:462:48: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:463:29: error: subscripted access is not allowed for OpenCL vectors
u32 m31_weight_shift1 = m31_weight_shift;
^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:464:29: error: subscripted access is not allowed for OpenCL vectors
u32 m61_weight_shift0 = m61_weight_shift;
^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:466:5: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:466:48: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:467:29: error: subscripted access is not allowed for OpenCL vectors
u32 m61_weight_shift1 = m61_weight_shift;
^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:474:5: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:474:48: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:443:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:476:5: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:476:48: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:445:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
20260729 08:35:48 81784903 Compiling 'fftp.cl' error BUILD_PROGRAM_FAILURE (-11) (args -cl-finite-math-only -cl-std=CL2.0 -DEXP=81784903ull -DWIDTH=1024u -DSMALL_HEIGHT=256u -DMIDDLE=4u -DCARRY_LEN=8u -DNW=4u -DNH=4u -DNVIDIAGPU=1 -DCC=500u -DCARRY64=1 -DFFT_VARIANT=101u -DMAXBPW=3962u -DTAILTGF31=U2(509684486u,293249438u) -DTAILTGF61=U2(249938719029223731ull,1245372627562045535ull) -DFFT_TYPE=1 -DWordSize=8u -DDISTGF31=0 -DDISTWTRIGGF31=0 -DDISTMTRIGGF31=0 -DDISTHTRIGGF31=0 -DDISTGF61=524288ull -DDISTWTRIGGF61=512ull -DDISTMTRIGGF61=1024ull -DDISTHTRIGGF61=131264ull -DFRAC_BPW_HI=4286724095u -DFRAC_BPW_LO=4294967295u -DFFT_FP64=0 -DFFT_FP32=0 -DNTT_GF31=1 -DNTT_GF61=1 )
20260729 08:35:48 81784903 Can't compile fftp.cl
20260729 08:35:48 Exception "Can't compile fftp.cl"
20260729 08:35:48 Bye
2026-07-29 08:35:48 (7136): prpll.exe exited; CPU time 0.015625
2026-07-29 08:35:48 (7136): called boinc_finish(0)
</stderr_txt>
<message>
upload failure: <file_xfer_error>
<file_name>LL-dc_81.78-81.81M_wu_43_3_0</file_name>
<error_code>-240 (stat() failed)</error_code>
</file_xfer_error>
</message>
]]>
Main page · Your account · Message boards
Copyright © 2014-2026 BOINC Confederation / rebirther