File tree Expand file tree Collapse file tree
tutorial/examples/packaging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88
99class TutorialMpileaks (AutotoolsPackage ):
10- """Tool to detect and report MPI objects like MPI_Requests and MPI_Datatypes."""
10+ """Tool to detect and report leaked MPI objects like MPI_Requests and MPI_Datatypes."""
1111
1212 homepage = "https://github.com/LLNL/mpileaks"
1313 url = "https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz"
Original file line number Diff line number Diff line change 77
88
99class TutorialMpileaks (AutotoolsPackage ):
10- """Tool to detect and report MPI objects like MPI_Requests and MPI_Datatypes."""
10+ """Tool to detect and report leaked MPI objects like MPI_Requests and MPI_Datatypes."""
1111
1212 homepage = "https://github.com/LLNL/mpileaks"
1313 url = "https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz"
Original file line number Diff line number Diff line change 77
88
99class TutorialMpileaks (AutotoolsPackage ):
10- """Tool to detect and report MPI objects like MPI_Requests and MPI_Datatypes."""
10+ """Tool to detect and report leaked MPI objects like MPI_Requests and MPI_Datatypes."""
1111
1212 homepage = "https://github.com/LLNL/mpileaks"
1313 url = "https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz"
Original file line number Diff line number Diff line change 77
88
99class TutorialMpileaks (AutotoolsPackage ):
10- """Tool to detect and report MPI objects like MPI_Requests and MPI_Datatypes."""
10+ """Tool to detect and report leaked MPI objects like MPI_Requests and MPI_Datatypes."""
1111
1212 homepage = "https://github.com/LLNL/mpileaks"
1313 url = "https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz"
@@ -21,7 +21,7 @@ class TutorialMpileaks(AutotoolsPackage):
2121 variant (
2222 "stackstart" ,
2323 values = int ,
24- default = 0 ,
24+ default = "0" ,
2525 description = "Specify the number of stack frames to truncate" ,
2626 )
2727
Original file line number Diff line number Diff line change 77
88
99class TutorialMpileaks (AutotoolsPackage ):
10- """Tool to detect and report MPI objects like MPI_Requests and MPI_Datatypes."""
10+ """Tool to detect and report leaked MPI objects like MPI_Requests and MPI_Datatypes."""
1111
1212 homepage = "https://github.com/LLNL/mpileaks"
1313 url = "https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz"
@@ -23,7 +23,7 @@ class TutorialMpileaks(AutotoolsPackage):
2323 variant (
2424 "stackstart" ,
2525 values = int ,
26- default = 0 ,
26+ default = "0" ,
2727 description = "Specify the number of stack frames to truncate" ,
2828 )
2929
Original file line number Diff line number Diff line change 77
88
99class TutorialMpileaks (AutotoolsPackage ):
10- """Tool to detect and report MPI objects like MPI_Requests and MPI_Datatypes."""
10+ """Tool to detect and report leaked MPI objects like MPI_Requests and MPI_Datatypes."""
1111
1212 homepage = "https://github.com/LLNL/mpileaks"
1313 url = "https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz"
@@ -23,7 +23,7 @@ class TutorialMpileaks(AutotoolsPackage):
2323 variant (
2424 "stackstart" ,
2525 values = int ,
26- default = 0 ,
26+ default = "0" ,
2727 description = "Specify the number of stack frames to truncate" ,
2828 )
2929
You can’t perform that action at this time.
0 commit comments