Skip to content

clothildejeangoudoux/Magneto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running Magneto (Linux)

Dependencies

  • RealPaver 0.4 for Magneto
  • Julia 1.4.2 or above

Installation Instructions

RealPaver 0.4 for Magneto, in the realpaver-0.4_Magneto directory

  • ./configure
  • make
  • make check
  • make install as root

Julia 1.4.1 or above

  • wget https://julialang-s3.julialang.org/bin/linux/x64/1.4/julia-1.4.2-linux-x86_64.tar.gz
  • tar zxvf julia-1.4.2-linux-x86_64.tar.gz
  • export JULIA_LOAD_PATH="~/Magneto/src:$JULIA_LOAD_PATH"

Magneto Test Suite

Execute the benchmark in the benchmark/fpbench directory with the command\ ./run_test.sh a b

  • with a = 1 for Magneto execution
  • with a = 2 for Rand 5s execution
  • with a = 3 for Rand 50s execution
  • with b = 0 to run all the benchmark suite or the number of the benchmark to run a single test (e.g. b = 001 for 001_carthesianToPolar_radius)

After running the test script, the results are available in benchmark/fpbench/log_files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published