Skip to content

Commit

Permalink
Remove "alpha stage" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiccha committed May 5, 2021
1 parent f8e115d commit 0e46ac0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions compatibility-old-hpc/read.g
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ if IsHPCGAP then
else
MakeReadOnlyOrImmutableObj := MakeImmutable;
fi;


Info(InfoGauss, 1, "<< The package \"GaussPar\" is still in alpha stage! >>");
Info(InfoGauss, 1, "<< See the README.md for some usage examples. >>");
1 change: 0 additions & 1 deletion init.g
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Reading the declaration part of the package.
#
DeclareInfoClass("InfoGauss");
SetInfoLevel(InfoGauss, 1);

ReadPackage("GaussPar", "gap/main.gd");
ReadPackage("GaussPar", "gap/echelon-form.gd");
Expand Down
7 changes: 0 additions & 7 deletions read.g
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,3 @@ if IsHPCGAP then
ReadPackage( "GaussPar", "gap/benchmarking/timing.g");
ReadPackage( "GaussPar", "gap/benchmarking/measure_contention.gi");
fi;

Info(InfoGauss, 1, "<< >>");
Info(InfoGauss, 1, "<< >>");
Info(InfoGauss, 1, "<< The package \"GaussPar\" is still in alpha stage! >>");
Info(InfoGauss, 1, "<< See the README.md for some usage examples. >>");
Info(InfoGauss, 1, "<< >>");
Info(InfoGauss, 1, "<< >>");

0 comments on commit 0e46ac0

Please sign in to comment.