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

[draft] Testing Salmon/Openmp #391

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft

Conversation

dyokelson
Copy link
Collaborator

@dyokelson dyokelson commented Oct 7, 2024

Description

Removing dependence on the Fujitsu compiler.

This PR works on ruby with legacy salmon, but needs testing on Fugaku. I had to remove -stdin from the application.py, and I'm concerned this is required by Fugaku but not other systems. Here are the steps to reproduce with this branch:

cd benchpark
. setup-env.sh
benchpark setup salmon/openmp RCCS-Fugaku-Fujitsu-A64FX-TofuD workspace

Then follow the steps in output

Stephanie TODO:

  • Create experiment.py and verify generated ramble.yaml with hand written one in this PR
  • Replace dry run with dynamic cts ruby
  • Add dry run for fugaku (new way)

Dependencies: FIXME:Add a list of any dependencies.

Fixes issue(s): Part of #460

Type of Change

  • { } Adding a system, benchmark, or experiment
  • {x} Modifying an existing system, benchmark, or experiment
  • { } Documentation update
  • {x} Build/CI update
  • { } Benchpark core functionality

Checklist:

If adding/modifying a system:

  • { } Create a new directory for the system and a new system.py file
  • { } Add a new dry run unit test in .github/workflows
  • { } System appears in System Specifications table in docs catalogue section

If adding/modifying a benchpark:

  • { } Add a new application.py and (maybe) package.py under a new directory
    for this benchmark
  • { } Configure an experiment
  • { } Benchmark appears in Benchmarks and Experiments table in docs catalogue
    section

If adding/modifying a experiment:

  • { } Extend experiment.py under existing directory for specific benchmark
  • { } Define a single node and multi-node experiments

If adding/modifying core functionality:

  • { } Update docs
  • { } Update .github/workflows and .gitlab/ci unit tests (if needed)

@github-actions github-actions bot added experiment New or modified experiment ci Involving Project CI & Unit Tests labels Oct 7, 2024
@dyokelson dyokelson mentioned this pull request Nov 27, 2024
4 tasks
@dyokelson dyokelson added the WIP A work-in-progress not yet ready to commit label Nov 27, 2024
@github-actions github-actions bot added configs New or modified system config application New or modified application labels Jan 15, 2025
@slabasan slabasan force-pushed the salmon-test branch 2 times, most recently from 5c4575d to 16f368a Compare January 16, 2025 05:08
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slabasan does it work on dynamic systems? Can you add a dynamic system dry run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application New or modified application ci Involving Project CI & Unit Tests configs New or modified system config experiment New or modified experiment WIP A work-in-progress not yet ready to commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants