Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.06 KB

File metadata and controls

40 lines (28 loc) · 1.06 KB

molecular-dynamics-simulation

Installs the molecular-dynamics-simulation benchmark and provides utilities to integrate with Cloud WorkBench.

Attributes

See attributes/default.rb

Usage

Cloud WorkBench

Metric Name Unit Scale Type
execution_time seconds ratio
cpu model-name nominal

bold-written metrics are mandatory

molecular-dynamics-simulation::default

Add the molecular-dynamics-simulation default recipe to your Chef configuration in the Vagrantfile:

config.vm.provision 'chef_client' do |chef|
  chef.add_recipe '[email protected]'  # Version is optional
  chef.json =
  {
    'molecular-dynamics-simulation' => {
        'metric_name' => 'execution_time',
        # Determines the simulation size
        'np' => 10_000,
    },
  }
end

License and Authors

Author:: Joel Scheuner ([email protected])