Skip to content

Commit

Permalink
Merge branch 'main' into ckio-init-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
mayantaylor authored Mar 19, 2024
2 parents 6b66de8 + 63ab563 commit 9bf6ea7
Show file tree
Hide file tree
Showing 176 changed files with 6,022 additions and 9,237 deletions.
68 changes: 0 additions & 68 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,71 +1,5 @@
version: 2.1
jobs:
NetLRTS-x86_64:
machine:
image: ubuntu-2004:2022.04.1

steps:
- checkout
- restore_cache:
keys:
- ccache-{{ arch }}-{{ .Branch }}
- ccache-{{ arch }}-main
- ccache-{{ arch }}
- run:
name: CCache
command: |
sudo apt update
sudo apt -y install ccache
ccache --show-stats
ccache --max-size=1.0G
- run:
name: Build
command: |
export PATH=/usr/lib/ccache:${PATH}
./build all-test netlrts-linux-x86_64 -j3 --with-production --enable-error-checking --enable-lbuserdata -g -Werror=vla
- save_cache:
key: "ccache-{{ arch }}-{{ .Branch }}-{{ epoch }}"
paths: [ "/home/circleci/.ccache" ]
- run:
name: Test
command: make -C netlrts-linux-x86_64/tmp test TESTOPTS="++local"
- run:
name: TestP P=2
command: make -C netlrts-linux-x86_64/tmp testp P=2 TESTOPTS="++local"

NetLRTS-x86_64-SMP:
machine:
image: ubuntu-2004:2022.04.1

steps:
- checkout
- restore_cache:
keys:
- ccache-smp-{{ arch }}-{{ .Branch }}
- ccache-smp-{{ arch }}-main
- ccache-smp-{{ arch }}
- run:
name: CCache
command: |
sudo apt update
sudo apt -y install ccache
ccache --show-stats
ccache --max-size=1.0G
- run:
name: Build
command: |
export PATH=/usr/lib/ccache:${PATH}
./build all-test netlrts-linux-x86_64 smp -j3 --with-production --enable-error-checking --enable-lbuserdata -g -Werror=vla
- save_cache:
key: "ccache-smp-{{ arch }}-{{ .Branch }}-{{ epoch }}"
paths: [ "/home/circleci/.ccache" ]
- run:
name: Test
command: make -C netlrts-linux-x86_64-smp/tmp test TESTOPTS="++local +setcpuaffinity +CmiSleepOnIdle"
- run:
name: TestP P=4 PPN=2
command: make -C netlrts-linux-x86_64-smp/tmp testp P=4 TESTOPTS="++local +setcpuaffinity +CmiSleepOnIdle ++ppn 2"

NetLRTS-ARM64:
machine:
image: ubuntu-2004:2022.04.1
Expand Down Expand Up @@ -176,8 +110,6 @@ workflows:
version: 2
build:
jobs:
- NetLRTS-x86_64
- NetLRTS-x86_64-SMP
- NetLRTS-ARM64
- NetLRTS-ARM64-SMP
- MPI-ARM64
20 changes: 0 additions & 20 deletions .github/workflows/buildold.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/changa.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/charm4py.yml

This file was deleted.

Loading

0 comments on commit 9bf6ea7

Please sign in to comment.