Skip to content

Commit 73cfe22

Browse files
committed
disable multithreading, first make caches in WignerSymbols and SUNRepresentations threadsafe
1 parent 95d46a7 commit 73cfe22

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Diff for: .github/workflows/ci-julia-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: julia-actions/julia-buildpkg@latest
2727
- uses: julia-actions/julia-runtest@latest
2828
env:
29-
JULIA_NUM_THREADS: 2
29+
# JULIA_NUM_THREADS: 2
3030
- uses: julia-actions/julia-processcoverage@v1
3131
- uses: codecov/codecov-action@v1
3232
with:

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: julia-actions/julia-buildpkg@latest
2828
- uses: julia-actions/julia-runtest@latest
2929
env:
30-
JULIA_NUM_THREADS: 2
30+
# JULIA_NUM_THREADS: 2
3131
- uses: julia-actions/julia-processcoverage@v1
3232
- uses: codecov/codecov-action@v1
3333
with:

Diff for: README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@ A Julia package for large-scale tensor computations, with a hint of category the
44

55
| **Documentation** | **Build Status** |
66
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
7-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![CI][github-img]][github-url] [![][codecov-img]][codecov-url] |
7+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![CI][ci-img]][ci-url] [![CI (Julia nightly)][ci-julia-nightly-img]][ci-julia-nightly-url] [![][codecov-img]][codecov-url] |
88

99
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
1010
[docs-dev-url]: https://jutho.github.io/TensorKit.jl/latest
1111

1212
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
1313
[docs-stable-url]: https://jutho.github.io/TensorKit.jl/stable
1414

15-
[github-img]: https://github.com/Jutho/TensorKit.jl/workflows/CI/badge.svg
16-
[github-url]: https://github.com/Jutho/TensorKit.jl/actions?query=workflow%3ACI
15+
[ci-img]: https://github.com/Jutho/TensorKit.jl/workflows/CI/badge.svg
16+
[ci-url]: https://github.com/Jutho/TensorKit.jl/actions?query=workflow%3ACI
17+
18+
[ci-julia-nightly-img]: https://github.com/Jutho/TensorKit.jl/workflows/CI%20(Julia%20nightly)/badge.svg
19+
[ci-julia-nightly-url]: https://github.com/Jutho/TensorKit.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22
1720

1821
[codecov-img]: https://codecov.io/gh/Jutho/TensorKit.jl/branch/master/graph/badge.svg
1922
[codecov-url]: https://codecov.io/gh/Jutho/TensorKit.jl

0 commit comments

Comments
 (0)