Opened 14 years ago

Closed 14 years ago

#960 closed Defect (invalid)

Incomplete merge causes missing flop members

Reported by: gagern Owned by: davea
Priority: Undetermined Milestone: Undetermined
Component: Server - Scheduler Version: 6.10.18
Keywords: Cc:

Description

The commit r19329 merges parts of r19310 into the 6.10 branch. However, this merge is incomplete, as it doesn't touch sched_customize.cpp. Neither does it include the modification to that file from r19038.

Therefore sched_customize.cpp currently refers to functions which aren't part of the corresponding classes, causing errors like this when building from the 6.10.18 source tree:

sched_customize.cpp:111: error: 'struct COPROC_ATI' has no member named 'flops'
sched_customize.cpp:190: error: 'struct COPROC_CUDA' has no member named
'flops_estimate'

This issue was also reported as Gentoo bug #292784.

Change History (1)

comment:1 Changed 14 years ago by davea

Resolution: invalid
Status: newclosed

the 6.10 branch is for client only. For server, use either trunk or server_stable

Note: See TracTickets for help on using tickets.