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
NAMD 1.0.1
pts/namd-1.0.1
- 17 January 2019 -
Add Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.ks.uiuc.edu/Research/namd/2.13b1/download/873189/NAMD_2.13b1_Linux-x86_64-multicore.tar.gz</URL> <MD5>42bb5dd33b01fcd40a1f36e4115af8d9</MD5> <SHA256>137f1694ff93efa5b9c988a80c3b1c462f0e138c0d5102c1ef038bd13d022040</SHA256> <FileName>NAMD_2.13b1_Linux-x86_64-multicore.tar.gz</FileName> <FileSize>15103931</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>http://www.ks.uiuc.edu/Research/namd/2.13b1/download/873189/NAMD_2.13b1_Win64-multicore.zip</URL> <MD5>f0cad119b9afa1567dab1c29b5f3f2e0</MD5> <SHA256>8e20f4725d174256742ff6b171f2056c19fd41324ec7d186643de57a94df61da</SHA256> <FileName>NAMD_2.13b1_Win64-multicore.zip</FileName> <FileSize>9400508</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> <Package> <URL>http://www.ks.uiuc.edu/Research/namd/utilities/f1atpase.zip</URL> <MD5>bec570545a4297dc89ac402b8a59753a</MD5> <SHA256>26b37eb20ad532238a85724c43cbaedd58a507ec71ad8a40aff20b98da949fa8</SHA256> <FileName>f1atpase.zip</FileName> <FileSize>28241682</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf NAMD_2.13b1_Linux-x86_64-multicore.tar.gz unzip -o f1atpase.zip sed -i 's/\/usr\/tmp/\/tmp/g' f1atpase/f1atpase.namd cd ~ echo "#!/bin/sh cd NAMD_2.13b1_Linux-x86_64-multicore ./namd2 +p\$NUM_CPU_CORES +setcpuaffinity ../f1atpase/f1atpase.namd > \$LOG_FILE 2>&1" > namd chmod +x namd
install_windows.sh
#!/bin/sh unzip -o NAMD_2.13b1_Win64-multicore.zip unzip -o f1atpase.zip sed -i 's/\/usr\/tmp/\/g' f1atpase/f1atpase.namd echo "You may need to manually install Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package if not already done so for this test to run: https://www.microsoft.com/en-us/download/confirmation.aspx?id=26999" > ~/install-message cd ~ echo "#!/bin/sh cd NAMD_2.13b1_Win64-multicore ./namd2.exe +p\$NUM_CPU_CORES +setcpuaffinity ../f1atpase/f1atpase.namd > \$LOG_FILE 2>&1" > namd chmod +x namd
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Info: Benchmark time: 64 CPUs 0.0232228 s/step #_RESULT_# days/ns 4678.59 MB memory</OutputTemplate> <LineHint>Benchmark time</LineHint> <ResultPrecision>5</ResultPrecision> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m1--> <PhoronixTestSuite> <TestInformation> <Title>NAMD</Title> <AppVersion>2.13b1</AppVersion> <Description>NAMD is a parallel molecular dynamics code designed for high-performance simulation of large biomolecular systems. NAMD was developed by the Theoretical and Computational Biophysics Group in the Beckman Institute for Advanced Science and Technology at the University of Illinois at Urbana-Champaign.</Description> <ResultScale>days/ns</ResultScale> <Proportion>LIB</Proportion> <SubTitle>ATPase Simulation - 327,506 Atoms</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <EnvironmentSize>76</EnvironmentSize> <ProjectURL>http://www.ks.uiuc.edu/Research/namd/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>