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
Monte Carlo Simulations of Ionised Nebulae 1.1.0
pts/mocassin-1.1.0
- 18 June 2023 -
Update against latest upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/rwesson/mocassin/archive/refs/tags/mocassin.2.02.73.3.tar.gz</URL> <MD5>ed7f2d8070da83fd525f72ab9e20b007</MD5> <SHA256>2bdc32b8e75247ecd7a5c83dfd65a5d01d1c362bff3173af237befd983952667</SHA256> <FileName>mocassin-mocassin.2.02.73.3.tar.gz</FileName> <FileSize>14270682</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf mocassin-mocassin.2.02.73.3.tar.gz cd mocassin-mocassin.2.02.73.3 IPREFIX=`pwd` sed -i "s,PREFIX=/usr,PREFIX=$IPREFIX,g" Makefile mkdir -p share/mocassin/data mkdir -p share/mocassin/dustData cp -va data/* share/mocassin/data cp -va dustData/* share/mocassin/dustData make echo $? > ~/install-exit-status mkdir input mkdir output cd ~/ cat>mocassin<<EOT #!/bin/sh cd mocassin-mocassin.2.02.73.3 rm -f input/* cp benchmarks/\$1/* input/ mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./mocassin > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x mocassin
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Monte Carlo Simulations of Ionised Nebulae</Title> <AppVersion>2.02.73.3</AppVersion> <Description>Mocassin is the Monte Carlo Simulations of Ionised Nebulae. MOCASSIN is a fully 3D or 2D photoionisation and dust radiative transfer code which employs a Monte Carlo approach to the transfer of radiation through media of arbitrary geometry and density distribution.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Solaris, BSD</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>fortran-compiler, openmpi-development, build-utilities</ExternalDependencies> <EnvironmentSize>56</EnvironmentSize> <ProjectURL>https://mocassin.nebulousresearch.org/</ProjectURL> <RepositoryURL>https://github.com/rwesson/mocassin</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Input</DisplayName> <Identifier>input</Identifier> <Menu> <Entry> <Name>Dust 2D tau100.0</Name> <Value>dust/2D/tau100.0</Value> </Entry> <Entry> <Name>Gas HII40</Name> <Value>gas/HII40</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>