summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/md-gromacs.xml
blob: d12260f5f5abb28257098bde2efa4b2a0f4270a5 (plain)
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
<PhoronixTestSuite>
	<TestProfile>
		<Version>1.2.0</Version>
		<TestType>Processor</TestType>
		<SoftwareType>Scientific</SoftwareType>
		<License>FREE</License>
		<Status>VERIFIED</Status>
		<Maintainer>Andrew Schofield</Maintainer>
		<EnvironmentSize>106</EnvironmentSize>
		<ExternalDependencies>build-utilities, fortran-compiler</ExternalDependencies>
		<ProjectURL>http://www.gromacs.org/</ProjectURL>
	</TestProfile>
	<TestInformation>
		<Title>GROMACS MD Benchmark</Title>
		<SubTitle>Molecular Dynamics</SubTitle>
		<Version>3.3.3</Version>
		<TimesToRun>3</TimesToRun>
		<Executable>gromacs</Executable>
		<ResultScale>Gflops</ResultScale>
		<Proportion>HIB</Proportion>
		<Description>This test runs a series of molecular dynamics simulations using the GROMACS MD package. This test is capable of running on multiple cores by using the MPICH2 library, and is similar in configuration to the SMP GROMACS cores (FahCore_a1) used by the Folding@HOME distributed computing project.</Description>
	</TestInformation>
	<TestSettings>
		<Option>
			<DisplayName>Molecule</DisplayName>
			<Identifier>molecule</Identifier>
			<Menu>
				<Entry>
					<Name>Villin</Name>
					<Value>villin</Value>
				</Entry>
				<Entry>
					<Name>DPPC</Name>
					<Value>dppc</Value>
				</Entry>
				<Entry>
					<Name>Lysozyme</Name>
					<Value>lzm</Value>
				</Entry>
				<Entry>
					<Name>Poly-CH2</Name>
					<Value>poly-ch2</Value>
				</Entry>
			</Menu>
		</Option>
		<Option>
			<DisplayName>Run-type</DisplayName>
			<Identifier>runtype</Identifier>
			<Menu>
				<Entry>
					<Name>Single Node (1 thread)</Name>
					<Value>single-node</Value>
				</Entry>
				<Entry>
					<Name>Parallel (multiple threads)</Name>
					<Value>mpi</Value>
				</Entry>
			</Menu>
		</Option>
		<Option>
			<DisplayName>Precision</DisplayName>
			<Identifier>precision</Identifier>
			<Menu>
				<Entry>
					<Name>Single Precision (SSE)</Name>
					<Value>single</Value>
				</Entry>
				<Entry>
					<Name>Double Precision (SSE2)</Name>
					<Value>double</Value>
				</Entry>
			</Menu>
		</Option>
	</TestSettings>
</PhoronixTestSuite>