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
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
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
WarpX 1.0.0
pts/warpx-1.0.0
- 03 October 2024 -
Initial commit of WarpX.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/ECP-WarpX/WarpX/archive/refs/tags/24.10.tar.gz</URL> <MD5>ddf7b845fbaec219f91492c88a479c63</MD5> <SHA256>1fe3a86bf820a2ecef853cdcd9427fba4e0cb1efb05326da7dc9dbf94551202f</SHA256> <FileName>WarpX-24.10.tar.gz</FileName> <FileSize>6083618</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf WarpX-24.10.tar.gz cd WarpX-24.10 cmake -S . -DAMReX_OMP=OFF -DCMAKE_BUILD_TYPE=Release -B build cmake --build build -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ cat>warpx<<EOT #!/bin/sh cd WarpX-24.10/Examples/Physics_applications/ cd "\$1" echo Data | mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ~/WarpX-24.10/build/bin/warpx.3d "\$2" max_step=\$3 > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status rm -rf diags EOT chmod +x warpx
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total Time : #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>WarpX</Title> <AppVersion>24.10</AppVersion> <Description>WarpX is an advanced, time-based 1D/2D/3D/RZ electromagnetic and electrostatic Particle-In-Cell code. This WarpX test profile makes use of various WarpX example inputs for testing the CPU performance.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>cmake, openmpi-development, build-utilities</ExternalDependencies> <EnvironmentSize>433</EnvironmentSize> <ProjectURL>https://ecp-warpx.github.io/</ProjectURL> <RepositoryURL>https://github.com/ECP-WarpX/WarpX</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>Plasma Acceleration</Name> <Value>plasma_acceleration inputs_test_3d_plasma_acceleration_boosted_hybrid 350</Value> </Entry> <Entry> <Name>Uniform Plasma</Name> <Value>uniform_plasma inputs_test_3d_uniform_plasma 2500</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>