File tree Expand file tree Collapse file tree 2 files changed +32
-3
lines changed
Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 2025 NWChemEx-Project
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+ #
15+
16+ name : Nightly Workflow
17+
18+ on :
19+ schedule :
20+ - cron : " 0 6 * * *" # Every day at 06:00 UTC (00:00 CST)
21+
22+ jobs :
23+ test_library :
24+ uses : NWChemEx/.github/.github/workflows/test_nwx_library.yaml@master
25+ with :
26+ compilers : ' ["gcc-14", "clang-18"]'
Original file line number Diff line number Diff line change 1414 ~ limitations under the License.
1515-->
1616
17- [ ![ Actions] ( https://github.com/NWChemEx/ParallelZone/workflows/C_C++_CI/badge.svg )] ( https://github.com/NWChemEx/ParallelZone )
18-
1917<!-- TODO: Uncomment when code coverage works again
2018[](https://codecov.io/github/NWChemEx/ParallelZone/branch/master)
2119-->
2220
2321# ParallelZone
2422
23+ [ ![ Nightly Workflow] ( https://github.com/NWChemEx/ParallelZone/actions/workflows/nightly.yaml/badge.svg )] ( https://github.com/NWChemEx/ParallelZone/actions/workflows/nightly.yaml )
24+ <!-- TODO: Uncomment when code coverage works again
25+ [](https://codecov.io/github/NWChemEx/ParallelZone/branch/master)
26+ -->
27+
2528ParallelZone is a parallel
2629[ runtime system] ( https://en.wikipedia.org/wiki/Runtime_system ) designed to be
2730useful for object-oriented, task-based, scientific software. ParallelZone is
@@ -32,7 +35,7 @@ project).
3235A more detailed, user-centric, description of the project can be found
3336[ here] ( https://nwchemex.github.io/ParallelZone/about.html ) .
3437
35- # Features
38+ ## Features
3639
3740- Object-oriented C++ bindings to MPI.
3841- Logging primitives.
You can’t perform that action at this time.
0 commit comments