Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonRayJones committed Feb 2, 2024
1 parent 1dca25a commit a60bd08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
run: |
nvcc main.o core.o alts.o comm.o multi.o $CPP_FLAGS $CUDA_FLAGS -o main
cpp_mpi:
cpp_mpi_multi:
name: C++ (MPI) (OpenMP)
runs-on: ubuntu-latest

Expand All @@ -232,7 +232,7 @@ jobs:
mpiexec -n 2 ./main
c_cpu:
c_cpu_multi:
name: C (CPU) (OpenMP)
runs-on: ubuntu-latest

Expand All @@ -255,7 +255,7 @@ jobs:
export OMP_NUM_THREADS=2
./main
c_gpu:
c_gpu_multi:
name: C (GPU) (OpenMP)
runs-on: ubuntu-latest

Expand All @@ -281,7 +281,7 @@ jobs:
run: |
nvcc main.o core.o alts.o comm.o multi.o $CPP_FLAGS $CUDA_FLAGS -o main
c_mpi:
c_mpi_multi:
name: C (MPI) (OpenMP)
runs-on: ubuntu-latest

Expand Down

0 comments on commit a60bd08

Please sign in to comment.