Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new benchmark : Arepo #327

Open
2 tasks done
gokmenkilic opened this issue Jun 7, 2024 · 0 comments
Open
2 tasks done

Add new benchmark : Arepo #327

gokmenkilic opened this issue Jun 7, 2024 · 0 comments

Comments

@gokmenkilic
Copy link
Collaborator

gokmenkilic commented Jun 7, 2024

  • Write a Spack Recipe

This recipe only include yee_2d simulation, we need to add variants for other simulations.

I have tried to add this but it did not worked for me:

variant(
        'config', 
        default='yee_2d', 
        values=(
            'wave_1d', 
            'shocktube_1d',
            'polytrope_1d_spherical',
            'noh_3d',
            'noh_2d',
            'mhd_shocktube_1d',
            'isolated_galaxy_collisionless_3d',
            'interacting_blastwaves_1d',
            'gresho_2d',
            'galaxy_merger_star_formation_3d',
            'current_sheet_2d',
            'cosmo_zoom_gravity_only_3d',
            'cosmo_box_star_formation_3d',
            'cosmo_box_gravity_only_3d',
            'alfven_wave_1d'
        ),
        description='Choose config file'
    )
  • Write a Reframe Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant