Task 55785930
| Name | LL-dc_85M_4_wu_149_2 |
| Workunit | 50225711 |
| Created | 1 Jun 2026, 12:32:23 UTC |
| Sent | 1 Jun 2026, 13:20:09 UTC |
| Report deadline | 8 Jun 2026, 13:20:09 UTC |
| Received | 1 Jun 2026, 13:34:22 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.43 GFLOPS |
| Application version | LL - dc v0.09 (opencl_nvidia_200) |
| Peak working set size | 138.66 MB |
| Peak swap size | 203.13 MB |
| Peak disk usage | 2.65 MB |
Stderr output
<core_client_version>8.2.11</core_client_version>
<![CDATA[
<stderr_txt>
2026-06-01 15:20:36 (14720): wrapper: running prpll.exe (-d 0 -v -use NO_ASM)
2026-06-01 15:20:37 (14720): wrapper: created child process 1816
20260601 15:20:37 PRPLL a3e4c7e starting
20260601 15:20:37 config: -d 0 -v -use NO_ASM
20260601 15:20:38 device 0, OpenCL 466.47, unique id ''
20260601 15:20:39 85861049 No FFTs found in tune.txt that can handle 85861049. Consider tuning with -tune
20260601 15:20:39 85861049 config: -DNO_ASM=1
20260601 15:20:39 85861049 Using CARRY64
20260601 15:20:39 85861049 OpenCL: 466.47:NVIDIA GeForce GTX 950M, args -cl-finite-math-only -cl-std=CL2.0 -DNO_ASM=1 -DEXP=85861049u -DWIDTH=1024u -DSMALL_HEIGHT=256u -DMIDDLE=4u -DCARRY_LEN=8u -DNW=4u -DNH=4u -DNVIDIAGPU=1 -DCC=500u -DCARRY64=1 -DFFT_VARIANT=101u -DMAXBPW=4750u -DWEIGHT_STEP=0.041210232126127073 -DIWEIGHT_STEP=-0.039579165527385128 -DTAILT=U2(-7.52981578e-05f,0.0122715384f) -DTRIG_SCALE=9 -DTRIG_SIN={6.6579027251980952e-07,3.7209369054580932e-23,-4.9188217704570848e-20,1.0901995091303198e-33,-1.1506191102407305e-47,7.0839240359575376e-62,-2.8545227803597818e-76,8.0307778151820938e-91,} -DTRIG_COS={1,-2.2163834349100114e-13,8.1872592175725296e-27,-1.209740380477418e-40,9.5758876440886212e-55,-4.7164085661095887e-69,1.5838111582820031e-83,-3.830342691138796e-98,} -DTAILTGF31=U2(509684486u,293249438u) -DTAILTGF61=U2(249938719029223731ull,1245372627562045535ull) -DFFT_TYPE=4 -DWordSize=8u -DDISTGF31=524288u -DDISTWTRIGGF31=2560u -DDISTMTRIGGF31=768u -DDISTHTRIGGF31=131776u -DDISTGF61=1048576ull -DDISTWTRIGGF61=3072ull -DDISTMTRIGGF61=1792ull -DDISTHTRIGGF61=263040ull -DFRAC_BPW_HI=4044736511u -DFRAC_BPW_LO=4294967295u
20260601 15:20:39 85861049 FFT: 2M 4:1K:4:256:101 (40.94 bpw)
20260601 15:20:40 85861049 Loaded transposeIn : 1141ms
20260601 15:20:41 85861049 Loaded readResidue -DREADRESIDUE=1: 931ms
20260601 15:20:41 85861049 LL loaded @ 0 : 0000000000000004
20260601 15:20:42 85861049 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:
fftp.cl:509:36: error: 'long long' type is not supported
P(GF61) out61 = (P(GF61)) (out + DISTGF61);
^
<built-in>:76:18: note: expanded from here
#define DISTGF61 1048576ull
^
In file included from <kernel>:1:
fftp.cl:510:50: error: 'long long' type is not supported
TrigGF61 smallTrig61 = (TrigGF61) (smallTrig + DISTWTRIGGF61);
^
<built-in>:77:23: note: expanded from here
#define DISTWTRIGGF61 3072ull
^
In file included from <kernel>:1:
fftp.cl:524:42: error: 'long long' type is not supported
const u32 m31_log2_root_two = (u32) (((1ULL << 30) / NWORDS) % 31);
^
fftp.cl:527:42: error: 'long long' type is not supported
const u32 m61_log2_root_two = (u32) (((1ULL << 60) / NWORDS) % 61);
^
fftp.cl:541: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:543:3: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = m31_weight_shift % 31;
^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:543:22: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = m31_weight_shift % 31;
^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:545: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:547:3: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = m61_weight_shift % 61;
^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:547:22: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = m61_weight_shift % 61;
^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:552:74: error: subscripted access is not allowed for OpenCL vectors
F w1 = i == 0 ? base : optionalHalve(fancyMul(base, fweightStep(i)), frac_bits > base_frac_bits);
^~~~~~~~~
fftp.cl:534:29: note: expanded from macro 'frac_bits'
#define frac_bits m31_combo.a[0]
^ ~
fftp.cl:553:53: error: subscripted access is not allowed for OpenCL vectors
F w2 = optionalHalve(fancyMul(w1, WEIGHT_STEP), frac_bits + FRAC_BPW_HI > FRAC_BPW_HI);
^~~~~~~~~
fftp.cl:534:29: note: expanded from macro 'frac_bits'
#define frac_bits m31_combo.a[0]
^ ~
fftp.cl:554:29: error: subscripted access is not allowed for OpenCL vectors
u32 m31_weight_shift0 = m31_weight_shift;
^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:556:5: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:556:48: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:557:29: error: subscripted access is not allowed for OpenCL vectors
u32 m31_weight_shift1 = m31_weight_shift;
^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:558:29: error: subscripted access is not allowed for OpenCL vectors
u32 m61_weight_shift0 = m61_weight_shift;
^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:560:5: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:560:48: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:561:29: error: subscripted access is not allowed for OpenCL vectors
u32 m61_weight_shift1 = m61_weight_shift;
^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:569:5: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:569:48: error: subscripted access is not allowed for OpenCL vectors
m31_weight_shift = adjust_m31_weight_shift(m31_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:535:29: note: expanded from macro 'm31_weight_shift'
#define m31_weight_shift m31_combo.a[1]
^ ~
fftp.cl:571:5: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
fftp.cl:571:48: error: subscripted access is not allowed for OpenCL vectors
m61_weight_shift = adjust_m61_weight_shift(m61_weight_shift);
^~~~~~~~~~~~~~~~
fftp.cl:537:29: note: expanded from macro 'm61_weight_shift'
#define m61_weight_shift m61_combo.a[1]
^ ~
20260601 15:20:42 85861049 Compiling 'fftp.cl' error BUILD_PROGRAM_FAILURE (-11) (args -cl-finite-math-only -cl-std=CL2.0 -DNO_ASM=1 -DEXP=85861049u -DWIDTH=1024u -DSMALL_HEIGHT=256u -DMIDDLE=4u -DCARRY_LEN=8u -DNW=4u -DNH=4u -DNVIDIAGPU=1 -DCC=500u -DCARRY64=1 -DFFT_VARIANT=101u -DMAXBPW=4750u -DWEIGHT_STEP=0.041210232126127073 -DIWEIGHT_STEP=-0.039579165527385128 -DTAILT=U2(-7.52981578e-05f,0.0122715384f) -DTRIG_SCALE=9 -DTRIG_SIN={6.6579027251980952e-07,3.7209369054580932e-23,-4.9188217704570848e-20,1.0901995091303198e-33,-1.1506191102407305e-47,7.0839240359575376e-62,-2.8545227803597818e-76,8.0307778151820938e-91,} -DTRIG_COS={1,-2.2163834349100114e-13,8.1872592175725296e-27,-1.209740380477418e-40,9.5758876440886212e-55,-4.7164085661095887e-69,1.5838111582820031e-83,-3.830342691138796e-98,} -DTAILTGF31=U2(509684486u,293249438u) -DTAILTGF61=U2(249938719029223731ull,1245372627562045535ull) -DFFT_TYPE=4 -DWordSize=8u -DDISTGF31=524288u -DDISTWTRIGGF31=2560u -DDISTMTRIGGF31=768u -DDISTHTRIGGF31=131776u -DDISTGF61=1048576ull -DDISTWTRIGGF61=3072ull -DDISTMTRIGGF61=1792ull -DDISTHTRIGGF61=263040ull -DFRAC_BPW_HI=4044736511u -DFRAC_BPW_LO=4294967295u -DFFT_FP64=0 -DFFT_FP32=1 -DNTT_GF31=1 -DNTT_GF61=1 )
20260601 15:20:42 85861049 Can't compile fftp.cl
20260601 15:20:42 Exception "Can't compile fftp.cl"
20260601 15:20:42 Bye
2026-06-01 15:20:42 (14720): prpll.exe exited; CPU time 0.015625
2026-06-01 15:20:42 (14720): called boinc_finish(0)
</stderr_txt>
<message>
upload failure: <file_xfer_error>
<file_name>LL-dc_85M_4_wu_149_2_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