Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
GROMACS 1.5.0
pts/gromacs-1.5.0
- 09 February 2021 -
Update against GROMACS 2021 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.gromacs.org/gromacs/gromacs-2021.tar.gz</URL> <MD5>176f7decc09b23d79a495107aaedb426</MD5> <SHA256>efa78ab8409b0f5bf0fbca174fb8fbcf012815326b5c71a9d7c385cde9a8f87b</SHA256> <FileName>gromacs-2021.tar.gz</FileName> <FileSize>35061679</FileSize> </Package> <Package> <URL>ftp://ftp.gromacs.org/pub/benchmarks/water_GMX50_bare.tar.gz</URL> <MD5>d843376d598299d6a209dae063157dc5</MD5> <SHA256>2219c10acb97787f80f6638132bad3ff2ca1e68600eef1bc8b89d9560e74c66a</SHA256> <FileName>water_GMX50_bare.tar.gz</FileName> <FileSize>138438061</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf gromacs-2021.tar.gz tar -xf water_GMX50_bare.tar.gz mkdir build cd build cmake ../gromacs-2021 -DGMX_OPENMP=OFF -DGMX_MPI=ON -DGMX_GPU=OFF -DGMX_BUILD_OWN_FFTW=ON -DGMX_PREFER_STATIC_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh unset OMP_NUM_THREADS cd water-cut1.0_GMX50_bare/1536 rm -f *bench.tpr* mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES \$HOME/build/bin/gmx_mpi grompp -f pme.mdp -o bench.tpr mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES \$HOME/build/bin/gmx_mpi mdrun -resethway -npme 0 -notunepme -noconfout -nsteps 1000 -v -s bench.tpr > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > gromacs chmod +x gromacs
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Performance: #_RESULT_# 3.682</OutputTemplate> <LineHint>Performance:</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <TestInformation> <Title>GROMACS</Title> <AppVersion>2021</AppVersion> <Description>The GROMACS (GROningen MAchine for Chemical Simulations) molecular dynamics package testing on the CPU with the water_GMX50 data.</Description> <ResultScale>Ns Per Day</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Water Benchmark</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake, openmpi-development</ExternalDependencies> <EnvironmentSize>1100</EnvironmentSize> <ProjectURL>http://www.gromacs.org/</ProjectURL> <InternalTags>SMP, MPI</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>water_GMX50_bare</Name> <Value>water_GMX50_bare</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>