You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ Following neutrino oscillation calculators are available:
111
111
| Prob3++Linear | CPU | Beam ||
112
112
| NuFastLinear | CPU | Beam |[Ref](https://doi.org/10.48550/arXiv.2405.02400)|
113
113
| OscProb | CPU | Beam/Atm |[Ref](https://doi.org/10.5281/zenodo.6347002)|
114
+
| NuSQUIDSLinear | CPU | Beam |[Ref](https://doi.org/10.1016/j.cpc.2022.108346)|
114
115
115
116
If nothing is specified in cmake build then NuFastLinear_ENABLED will be used. To control which oscillation calculators you want to use here is syntax:
if(USE_CUDAProb3Linear EQUAL 1 AND DAN_USE_GPU EQUAL 1)
57
-
cmessage(WARNING "Right now GPU support for CUDAProb3Linear is broken, turning OFF GPU support")
58
-
set(DAN_USE_GPU 0)
59
-
endif()
60
-
61
60
#KS: This may seem hacky, but when CMAKE_CUDA_ARCHITECTURES is passed, it's treated as a string rather than a list. Since CMake uses semi-colon-delimited strings to represent lists, we convert it to a proper list to handle CUDA architectures correctly.
0 commit comments