<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - The reference file of DOE-ProxyApps-C/RSBench/rsbench depends on alignment of struct"
href="https://bugs.llvm.org/show_bug.cgi?id=49817">49817</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>The reference file of DOE-ProxyApps-C/RSBench/rsbench depends on alignment of struct
</td>
</tr>
<tr>
<th>Product</th>
<td>Test Suite
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Programs Tests
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>zixuan.wu@linux.alibaba.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>The reference file of DOE-ProxyApps-C/RSBench/rsbench.test:
================================================================================
INPUT SUMMARY
================================================================================
Materials: 12
H-M Benchmark Size: Small
Temperature Dependence: ON
Total Nuclides: 68
Avg Poles per Nuclide: 1,000
Avg Windows per Nuclide: 1,000
XS Lookups: 100,000
Threads: 1
Est. Memory Usage (MB): 6.7
And the `Est. Memory Usage (MB):` depends on the size of the struct Pole. The
definition as following.
typedef struct{
complex double MP_EA;
complex double MP_RT;
complex double MP_RA;
complex double MP_RF;
short int l_value;
} Pole;
Because the alignment of double is not 8 in some targets, so the `Memory Usage
(MB):` is not 6.7.
Should I disable such test in some target or modify the reference file to make
it suitable for different targets?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>