This file is indexed.

/usr/lib/python2.7/dist-packages/code_saturne/Pages/PerformanceTuningForm.py is in code-saturne-data 4.3.3+repack-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'PerformanceTuningForm.ui'
#
# Created by: PyQt4 UI code generator 4.11.4
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
    _fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
    def _fromUtf8(s):
        return s

try:
    _encoding = QtGui.QApplication.UnicodeUTF8
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig)

class Ui_PerformanceTuningForm(object):
    def setupUi(self, PerformanceTuningForm):
        PerformanceTuningForm.setObjectName(_fromUtf8("PerformanceTuningForm"))
        PerformanceTuningForm.resize(412, 343)
        self.gridlayout = QtGui.QGridLayout(PerformanceTuningForm)
        self.gridlayout.setObjectName(_fromUtf8("gridlayout"))
        self.tabWidget = QtGui.QTabWidget(PerformanceTuningForm)
        self.tabWidget.setObjectName(_fromUtf8("tabWidget"))
        self.tabPartition = QtGui.QWidget()
        self.tabPartition.setObjectName(_fromUtf8("tabPartition"))
        self.gridLayout_3 = QtGui.QGridLayout(self.tabPartition)
        self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3"))
        spacerItem = QtGui.QSpacerItem(20, 0, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.gridLayout_3.addItem(spacerItem, 2, 0, 1, 1)
        self.groupBox = QtGui.QGroupBox(self.tabPartition)
        self.groupBox.setObjectName(_fromUtf8("groupBox"))
        self.gridLayout_4 = QtGui.QGridLayout(self.groupBox)
        self.gridLayout_4.setObjectName(_fromUtf8("gridLayout_4"))
        self.comboBox_PartOutput = QtGui.QComboBox(self.groupBox)
        self.comboBox_PartOutput.setObjectName(_fromUtf8("comboBox_PartOutput"))
        self.gridLayout_4.addWidget(self.comboBox_PartOutput, 3, 1, 1, 1)
        self.label_2 = QtGui.QLabel(self.groupBox)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.gridLayout_4.addWidget(self.label_2, 3, 0, 1, 1)
        self.label_5 = QtGui.QLabel(self.groupBox)
        self.label_5.setObjectName(_fromUtf8("label_5"))
        self.gridLayout_4.addWidget(self.label_5, 2, 0, 1, 1)
        spacerItem1 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_4.addItem(spacerItem1, 3, 2, 1, 1)
        self.lineEdit_PartList = QtGui.QLineEdit(self.groupBox)
        self.lineEdit_PartList.setObjectName(_fromUtf8("lineEdit_PartList"))
        self.gridLayout_4.addWidget(self.lineEdit_PartList, 2, 1, 1, 2)
        self.horizontalLayout_3 = QtGui.QHBoxLayout()
        self.horizontalLayout_3.setObjectName(_fromUtf8("horizontalLayout_3"))
        self.label = QtGui.QLabel(self.groupBox)
        self.label.setObjectName(_fromUtf8("label"))
        self.horizontalLayout_3.addWidget(self.label)
        self.radioButtonYes = QtGui.QRadioButton(self.groupBox)
        self.radioButtonYes.setObjectName(_fromUtf8("radioButtonYes"))
        self.horizontalLayout_3.addWidget(self.radioButtonYes)
        self.radioButtonNo = QtGui.QRadioButton(self.groupBox)
        self.radioButtonNo.setObjectName(_fromUtf8("radioButtonNo"))
        self.horizontalLayout_3.addWidget(self.radioButtonNo)
        spacerItem2 = QtGui.QSpacerItem(21, 21, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_3.addItem(spacerItem2)
        self.gridLayout_4.addLayout(self.horizontalLayout_3, 0, 0, 1, 3)
        self.framePartInputDir = QtGui.QFrame(self.groupBox)
        self.framePartInputDir.setFrameShape(QtGui.QFrame.NoFrame)
        self.framePartInputDir.setFrameShadow(QtGui.QFrame.Raised)
        self.framePartInputDir.setObjectName(_fromUtf8("framePartInputDir"))
        self.verticalLayout = QtGui.QVBoxLayout(self.framePartInputDir)
        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
        self.line_2 = QtGui.QFrame(self.framePartInputDir)
        self.line_2.setFrameShape(QtGui.QFrame.HLine)
        self.line_2.setFrameShadow(QtGui.QFrame.Sunken)
        self.line_2.setObjectName(_fromUtf8("line_2"))
        self.verticalLayout.addWidget(self.line_2)
        self.labelPartitionDir = QtGui.QLabel(self.framePartInputDir)
        self.labelPartitionDir.setObjectName(_fromUtf8("labelPartitionDir"))
        self.verticalLayout.addWidget(self.labelPartitionDir)
        self.horizontalLayout_2 = QtGui.QHBoxLayout()
        self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2"))
        self.lineEditPartInputDir = QtGui.QLineEdit(self.framePartInputDir)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.lineEditPartInputDir.sizePolicy().hasHeightForWidth())
        self.lineEditPartInputDir.setSizePolicy(sizePolicy)
        self.lineEditPartInputDir.setMinimumSize(QtCore.QSize(330, 0))
        self.lineEditPartInputDir.setObjectName(_fromUtf8("lineEditPartInputDir"))
        self.horizontalLayout_2.addWidget(self.lineEditPartInputDir)
        self.toolButton_PartInputDir = QtGui.QToolButton(self.framePartInputDir)
        icon = QtGui.QIcon()
        icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/new/prefix1/icons/22x22/document-open.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.toolButton_PartInputDir.setIcon(icon)
        self.toolButton_PartInputDir.setObjectName(_fromUtf8("toolButton_PartInputDir"))
        self.horizontalLayout_2.addWidget(self.toolButton_PartInputDir)
        self.verticalLayout.addLayout(self.horizontalLayout_2)
        self.line = QtGui.QFrame(self.framePartInputDir)
        self.line.setFrameShape(QtGui.QFrame.HLine)
        self.line.setFrameShadow(QtGui.QFrame.Sunken)
        self.line.setObjectName(_fromUtf8("line"))
        self.verticalLayout.addWidget(self.line)
        self.gridLayout_4.addWidget(self.framePartInputDir, 1, 0, 1, 3)
        self.gridLayout_3.addWidget(self.groupBox, 0, 0, 1, 1)
        self.gridGroupBox = QtGui.QGroupBox(self.tabPartition)
        self.gridGroupBox.setAutoFillBackground(False)
        self.gridGroupBox.setFlat(False)
        self.gridGroupBox.setObjectName(_fromUtf8("gridGroupBox"))
        self.gridLayout_2 = QtGui.QGridLayout(self.gridGroupBox)
        self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2"))
        spacerItem3 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_2.addItem(spacerItem3, 0, 0, 1, 1)
        self.gridLayout = QtGui.QGridLayout()
        self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
        self.label_7 = QtGui.QLabel(self.gridGroupBox)
        self.label_7.setObjectName(_fromUtf8("label_7"))
        self.gridLayout.addWidget(self.label_7, 1, 0, 1, 1)
        self.checkBox_IgnorePerio = QtGui.QCheckBox(self.gridGroupBox)
        self.checkBox_IgnorePerio.setObjectName(_fromUtf8("checkBox_IgnorePerio"))
        self.gridLayout.addWidget(self.checkBox_IgnorePerio, 1, 3, 1, 1)
        self.label_4 = QtGui.QLabel(self.gridGroupBox)
        self.label_4.setObjectName(_fromUtf8("label_4"))
        self.gridLayout.addWidget(self.label_4, 0, 0, 1, 1)
        self.comboBox_PartType = QtGui.QComboBox(self.gridGroupBox)
        self.comboBox_PartType.setObjectName(_fromUtf8("comboBox_PartType"))
        self.gridLayout.addWidget(self.comboBox_PartType, 0, 2, 1, 2)
        self.spinBoxRankStep = RankSpinBoxWidget(self.gridGroupBox)
        self.spinBoxRankStep.setMinimum(1)
        self.spinBoxRankStep.setMaximum(1024)
        self.spinBoxRankStep.setObjectName(_fromUtf8("spinBoxRankStep"))
        self.gridLayout.addWidget(self.spinBoxRankStep, 1, 2, 1, 1)
        self.gridLayout_2.addLayout(self.gridLayout, 0, 1, 1, 1)
        spacerItem4 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_2.addItem(spacerItem4, 0, 2, 1, 1)
        self.gridLayout_3.addWidget(self.gridGroupBox, 1, 0, 1, 1)
        self.groupBox.raise_()
        self.gridGroupBox.raise_()
        self.tabWidget.addTab(self.tabPartition, _fromUtf8(""))
        self.tabIO = QtGui.QWidget()
        self.tabIO.setObjectName(_fromUtf8("tabIO"))
        self.gridLayout_6 = QtGui.QGridLayout(self.tabIO)
        self.gridLayout_6.setObjectName(_fromUtf8("gridLayout_6"))
        self.groupBox_2 = QtGui.QGroupBox(self.tabIO)
        self.groupBox_2.setToolTip(_fromUtf8(""))
        self.groupBox_2.setObjectName(_fromUtf8("groupBox_2"))
        self.gridLayout_8 = QtGui.QGridLayout(self.groupBox_2)
        self.gridLayout_8.setObjectName(_fromUtf8("gridLayout_8"))
        self.gridLayout_7 = QtGui.QGridLayout()
        self.gridLayout_7.setObjectName(_fromUtf8("gridLayout_7"))
        self.label_9 = QtGui.QLabel(self.groupBox_2)
        self.label_9.setObjectName(_fromUtf8("label_9"))
        self.gridLayout_7.addWidget(self.label_9, 2, 0, 1, 1)
        self.comboBox_IORead = QtGui.QComboBox(self.groupBox_2)
        self.comboBox_IORead.setObjectName(_fromUtf8("comboBox_IORead"))
        self.gridLayout_7.addWidget(self.comboBox_IORead, 0, 1, 1, 3)
        self.label_10 = QtGui.QLabel(self.groupBox_2)
        self.label_10.setObjectName(_fromUtf8("label_10"))
        self.gridLayout_7.addWidget(self.label_10, 0, 0, 1, 1)
        self.label_11 = QtGui.QLabel(self.groupBox_2)
        self.label_11.setObjectName(_fromUtf8("label_11"))
        self.gridLayout_7.addWidget(self.label_11, 1, 0, 1, 1)
        self.comboBox_IOWrite = QtGui.QComboBox(self.groupBox_2)
        self.comboBox_IOWrite.setObjectName(_fromUtf8("comboBox_IOWrite"))
        self.gridLayout_7.addWidget(self.comboBox_IOWrite, 1, 1, 1, 3)
        spacerItem5 = QtGui.QSpacerItem(120, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_7.addItem(spacerItem5, 2, 2, 1, 2)
        self.label_3 = QtGui.QLabel(self.groupBox_2)
        self.label_3.setObjectName(_fromUtf8("label_3"))
        self.gridLayout_7.addWidget(self.label_3, 3, 0, 1, 1)
        self.spinBoxIORankStep = RankSpinBoxWidget(self.groupBox_2)
        self.spinBoxIORankStep.setMinimum(1)
        self.spinBoxIORankStep.setMaximum(1024)
        self.spinBoxIORankStep.setObjectName(_fromUtf8("spinBoxIORankStep"))
        self.gridLayout_7.addWidget(self.spinBoxIORankStep, 2, 1, 1, 1)
        self.spinBoxIOMinBlockSize = BufferSpinBoxWidget(self.groupBox_2)
        self.spinBoxIOMinBlockSize.setMinimum(0)
        self.spinBoxIOMinBlockSize.setMaximum(1073741824)
        self.spinBoxIOMinBlockSize.setObjectName(_fromUtf8("spinBoxIOMinBlockSize"))
        self.gridLayout_7.addWidget(self.spinBoxIOMinBlockSize, 3, 1, 1, 2)
        self.gridLayout_8.addLayout(self.gridLayout_7, 0, 1, 1, 1)
        spacerItem6 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.gridLayout_8.addItem(spacerItem6, 1, 1, 1, 1)
        spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_8.addItem(spacerItem7, 0, 0, 1, 1)
        spacerItem8 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_8.addItem(spacerItem8, 0, 2, 1, 1)
        self.gridLayout_6.addWidget(self.groupBox_2, 0, 0, 1, 1)
        self.tabWidget.addTab(self.tabIO, _fromUtf8(""))
        self.gridlayout.addWidget(self.tabWidget, 0, 0, 1, 1)

        self.retranslateUi(PerformanceTuningForm)
        self.tabWidget.setCurrentIndex(0)
        QtCore.QMetaObject.connectSlotsByName(PerformanceTuningForm)

    def retranslateUi(self, PerformanceTuningForm):
        PerformanceTuningForm.setWindowTitle(_translate("PerformanceTuningForm", "Form", None))
        self.groupBox.setTitle(_translate("PerformanceTuningForm", "Partition input and output", None))
        self.label_2.setText(_translate("PerformanceTuningForm", "Output partition", None))
        self.label_5.setText(_translate("PerformanceTuningForm", "List of partitionings for use\n"
"by later calculation", None))
        self.lineEdit_PartList.setToolTip(_translate("PerformanceTuningForm", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">For each integer in this white-space separated list, a partitioning for the given number of MPI ranks will be computed and output.</p></body></html>", None))
        self.label.setToolTip(_translate("PerformanceTuningForm", "<html><head/><body><p>Use existing partition input file if available, or recompute partitioning.</p></body></html>", None))
        self.label.setText(_translate("PerformanceTuningForm", "Use existing partition input", None))
        self.radioButtonYes.setToolTip(_translate("PerformanceTuningForm", "<html><head/><body><p>Use existing partition input file if available, or recompute partitioning.</p></body></html>", None))
        self.radioButtonYes.setText(_translate("PerformanceTuningForm", "on", None))
        self.radioButtonNo.setToolTip(_translate("PerformanceTuningForm", "<html><head/><body><p>Use existing partition input file if available, or recompute partitioning.</p></body></html>", None))
        self.radioButtonNo.setText(_translate("PerformanceTuningForm", "off", None))
        self.labelPartitionDir.setText(_translate("PerformanceTuningForm", "Partition input directory", None))
        self.toolButton_PartInputDir.setToolTip(_translate("PerformanceTuningForm", "<html><head/><body><p>Selection of the partition_input directory</p></body></html>", None))
        self.toolButton_PartInputDir.setText(_translate("PerformanceTuningForm", "...", None))
        self.gridGroupBox.setTitle(_translate("PerformanceTuningForm", "Partitioning Options", None))
        self.label_7.setText(_translate("PerformanceTuningForm", "MPI rank step", None))
        self.checkBox_IgnorePerio.setToolTip(_translate("PerformanceTuningForm", "<html><head/><body><p>For graph-based partitionings, ignoring periodicity may slightly decrease partitioning quality, but may avoid degrading the performance of the mesh matching in case of couplings using the PLE library (such asSYRTHES, Code_Saturne, or NEPTUNE_CFD).</p></body></html>", None))
        self.checkBox_IgnorePerio.setText(_translate("PerformanceTuningForm", "Ignore Periodicity", None))
        self.label_4.setText(_translate("PerformanceTuningForm", "Partitioning type", None))
        self.comboBox_PartType.setToolTip(_translate("PerformanceTuningForm", "<html><head/><body><p>By default, graph-based partitioning is used if available (PT-SCOTCH or Par METIS in parallel, SCOTCH or METIS).</p></body></html>", None))
        self.spinBoxRankStep.setToolTip(_translate("PerformanceTuningForm", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">PT-SCOTCH or ParMETIS will run on <span style=\" font-style:italic;\">n_global_ranks</span> / <span style=\" font-weight:600; font-style:italic;\">MPI_rank_step</span> ranks, so in case partitioning quality degradation with increasing number of ranks is observed or suspected, using a value &gt; 1 should increase partition quality.</p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">In addition to running slower, using a too high value may lead to partitioning requiring more memory than is available on active ranks.</p></body></html>", None))
        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabPartition), _translate("PerformanceTuningForm", "Partitioning", None))
        self.groupBox_2.setTitle(_translate("PerformanceTuningForm", "File block access options", None))
        self.label_9.setText(_translate("PerformanceTuningForm", "MPI rank step", None))
        self.comboBox_IORead.setToolTip(_translate("PerformanceTuningForm", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Sans Serif\';\">File block access options define the way files containing distributable data such as mesh input, partition input, and restart files are read.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\'Sans Serif\';\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Sans Serif\';\">In parallel, metadata is usually read only by one rank, and broadcast to others, but output of block data may be handled in several manners. By default, collective MPI IO is used if available.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\'Sans Serif\';\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Sans Serif\';\">Additional, advanced options may be available through the user functions to be found in cs_user_performance_tuning.c.</span></p></body></html>", None))
        self.label_10.setText(_translate("PerformanceTuningForm", "Read method", None))
        self.label_11.setText(_translate("PerformanceTuningForm", "Write method", None))
        self.comboBox_IOWrite.setToolTip(_translate("PerformanceTuningForm", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Sans Serif\';\">File block access options define the way files containing distributable data such as checkpoint and EnSight output files are written.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\'Sans Serif\';\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Sans Serif\';\">In parallel, metadata is usually written only by one rank, but output of block data may be handled in several manners. By default, collective MPI IO is used if available.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\'Sans Serif\';\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Sans Serif\';\">Additional, advanced options may be available through the user functions to be found in cs_user_performance_tuning.c.</span></p></body></html>", None))
        self.label_3.setText(_translate("PerformanceTuningForm", "Minimum block size", None))
        self.spinBoxIORankStep.setToolTip(_translate("PerformanceTuningForm", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Sans Serif\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'DejaVu Sans\';\">Using a value &gt; 1 here, at most 1 of every </span><span style=\" font-family:\'DejaVu Sans\'; font-weight:600; font-style:italic;\">MPI_rank_step</span><span style=\" font-family:\'DejaVu Sans\';\"> ranks will participate in parallel IO and associated block distribution.</span></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'DejaVu Sans\';\">This may increase performance in some cases, at the expense of increased memory use during IO operations for those ranks which do participate in block IO.</span></p></body></html>", None))
        self.spinBoxIOMinBlockSize.setToolTip(_translate("PerformanceTuningForm", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Sans Serif\';\">Using a value &gt; 1 here, data will be distributed by blocks such as the minimum size of non-empty blocks will by equal to the prescibed value, the last block being possibly smaller.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\'Sans Serif\';\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'Sans Serif\';\">This limits the number of active blocks to a value proportional to the data size (mitigating latency issues for small data sets, while not requiring too much local memory).</span></p></body></html>", None))
        self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabIO), _translate("PerformanceTuningForm", "Input/output", None))

from code_saturne.Base.QtPage import BufferSpinBoxWidget, RankSpinBoxWidget
import resources_pages_rc