Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Nebular Empirical Analysis Tool 1.1.0
pts/neat-1.1.0
- 05 May 2021 -
Update against NEAT 2.3 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.4.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/rwesson/NEAT/archive/refs/tags/v2.3.tar.gz</URL> <MD5>5ff6715f342170a68d3b8f57211393b7</MD5> <SHA256>89fc4d9576585a7bae9fc7cd14d4e7e6cc0305f248d220081125adf1cb5dbe78</SHA256> <FileName>NEAT-2.3.tar.gz</FileName> <FileSize>860886</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf NEAT-2.3.tar.gz cd NEAT-2.3 # Need fallow-argument-mismatch to build NEAT 2.3 with GCC 10 export FFLAGS="-O3 -fallow-argument-mismatch" export DESTDIR="" sed -i 's,PREFIX=/usr,PREFIX='"$HOME"',' Makefile if [ $OS_TYPE = "BSD" ] then gmake gmake install else make echo $? > ~/install-exit-status make install fi cd ~ echo "#!/bin/sh cd NEAT-2.3 ~/bin/neat -i examples/ngc7009_all.dat -u -n 60000 > \$LOG_FILE echo \$? > ~/test-exit-status" > neat chmod +x neat
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>Nebular Empirical Analysis Tool</Title> <AppVersion>2.3</AppVersion> <Description>NEAT is the Nebular Empirical Analysis Tool for empirical analysis of ionised nebulae, with uncertainty propagation.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, fortran-compiler</ExternalDependencies> <EnvironmentSize>9</EnvironmentSize> <ProjectURL>https://www.nebulousresearch.org/codes/neat/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>fitsio2.h</SystemDependencies> </TestProfile> </PhoronixTestSuite>