forked from microsoft/VirtualClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPERF-CPU-HPLINPACK-INTEL.json
More file actions
73 lines (73 loc) · 2.74 KB
/
Copy pathPERF-CPU-HPLINPACK-INTEL.json
File metadata and controls
73 lines (73 loc) · 2.74 KB
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
{
"Description": "High Performance Linpack Workload w/Intel Performance Libraries",
"Metadata": {
"RecommendedMinimumExecutionTime": "00:30:00",
"SupportedPlatforms": "linux-x64",
"SupportedOperatingSystems": "Ubuntu",
"SupportedPerformanceLibraries": "2024.2.2.17, 2025.1.0.803"
},
"Parameters": {
"CompilerVersion": null,
"ProblemSizeN": null,
"BlockSizeNB": "256",
"NumberOfProcesses": "{LogicalCoreCount}",
"PerformanceLibraryVersion": "2025.1.0.803",
"BindToCores": false,
"CCFLAGS": "-O3 -march=native"
},
"Actions": [
{
"Type": "HPLinpackExecutor",
"Parameters": {
"Scenario": "ProcessorSpeed",
"ProblemSizeN": "$.Parameters.ProblemSizeN",
"BlockSizeNB": "$.Parameters.BlockSizeNB",
"NumberOfProcesses": "$.Parameters.NumberOfProcesses",
"CCFLAGS": "$.Parameters.CCFLAGS",
"BindToCores": "$.Parameters.BindToCores",
"PackageName": "hplinpack",
"PerformanceLibrary": "INTEL",
"PerformanceLibraryVersion": "$.Parameters.PerformanceLibraryVersion"
}
}
],
"Dependencies": [
{
"Type": "CompilerInstallation",
"Parameters": {
"CompilerVersion": "$.Parameters.CompilerVersion"
}
},
{
"Type": "LinuxPackageInstallation",
"Parameters": {
"Scenario": "InstallLinuxPackages",
"Repositories-Apt": "universe,ppa:ubuntu-toolchain-r/test",
"Packages-Apt": "build-essential,libmpich-dev,libopenmpi-dev,libatlas-base-dev",
"Packages-Yum": "mpich-devel,openmpi-devel,atlas-devel",
"Packages-Dnf": "mpich-devel,openmpi-devel,atlas-devel"
}
},
{
"Type": "DependencyPackageInstallation",
"Parameters": {
"Scenario": "InstallHPLinpackPackage",
"BlobContainer": "packages",
"BlobName": "hplinpack.2.3.zip",
"PackageName": "hplinpack",
"Extract": true
}
},
{
"Type": "DependencyPackageInstallation",
"Parameters": {
"Scenario": "InstallHPLinpackPerformanceLibrariesPackage",
"BlobContainer": "packages",
"BlobName": "hplinpack_performance_libraries_intel.{PerformanceLibraryVersion}.zip",
"PackageName": "hplperformancelibraries",
"PerformanceLibraryVersion": "$.Parameters.PerformanceLibraryVersion",
"Extract": true
}
}
]
}