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
WRF 1.0.0
pts/wrf-1.0.0
- 27 April 2021 -
Initial commit of WRF.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/wrf-model/WRF/archive/v4.2.2.tar.gz</URL> <MD5>1b91ac28d5574dd4390f50b53287dfd9</MD5> <SHA256>7be2968c67c2175cd40b57118d9732eda5fdb0828edaa25baf57cc289da1a9b8</SHA256> <FileName>WRF-4.2.2.tar.gz</FileName> <FileSize>99648600</FileSize> </Package> <Package> <URL>https://www2.mmm.ucar.edu/wrf/src/conus2.5km.tar.gz</URL> <MD5>dd1aa4fe95539553c5d90d0c34cb7216</MD5> <SHA256>3357f27f5293ff80aa7da9924009fd07c5298b8798b1ba81034f295f210bf07f</SHA256> <FileName>conus2.5km.tar.gz</FileName> <FileSize>19575738395</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
tar -xf WRF-4.2.2.tar.gz cd WRF-4.2.2 export NETCDF=/usr export NETCDF_classic=1 echo 34 | ./configure sed -i 's/io_netcdf -lwrfio_nf -L\/usr\/lib/io_netcdf -lwrfio_nf -L\/usr\/lib -lnetcdff -lnetcdf/' configure.wrf ./compile -j $NUM_CPU_CORES em_real 2>&1 echo $? > ~/install-exit-status cd ~ tar -xf conus2.5km.tar.gz mv conus2.5km/* WRF-4.2.2/run cat>wrf<<EOT #!/bin/sh cd WRF-4.2.2/run export NETCDF=/usr export NETCDF_classic=1 export OMP_NUM_THREADS=1 mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./wrf.exe > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x wrf
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <TestInformation> <Title>WRF</Title> <AppVersion>4.2.2</AppVersion> <Description>WRF, the Weather Research and Forecasting Model, is a "next-generation mesoscale numerical weather prediction system designed for both atmospheric research and operational forecasting applications. It features two dynamical cores, a data assimilation system, and a software architecture supporting parallel computation and system extensibility."</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, csh, openmpi-development, fortran-compiler, blas-development, lapack-development, atlas-development, tcl, hdf5, libpng-development</ExternalDependencies> <EnvironmentSize>100000</EnvironmentSize> <ProjectURL>https://www.mmm.ucar.edu/weather-research-and-forecasting-model</ProjectURL> <InternalTags>SMP, MPI</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>m4, hdf5/mpich/hdf5.h, /usr/include/netcdf.inc, libnetcdff.so, nccopy, ncargrun</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <ArgumentPrefix>-i </ArgumentPrefix> <Menu> <Entry> <Name>conus 2.5km</Name> <Value>conus 2.5km</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>