Skip to content

Commit

Permalink
first mandelbulb algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lobet committed Oct 15, 2024
1 parent a7b34f1 commit 32b3ccc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
# events but only for the master branch
on:
push:
branches: [ master, year-2022-2023 ]
branches: [ master, year-2024-2025 ]
pull_request:
branches: [ master, year-2022-2023 ]
branches: [ master, year-2024-2025 ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -35,6 +35,13 @@ jobs:
sudo apt-get install libhdf5-dev libhdf5-openmpi-dev
h5c++ -show
- name: python3 packet
run: |
sudo apt-get install python3
python3 --version
pip3 install numpy
pip3 install mpi4py
# ________________________________________________________
# Exercises
- name: build and test openmp exercise
Expand Down

0 comments on commit 32b3ccc

Please sign in to comment.