Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ROCK
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Véronique LEGRAND
ROCK
Commits
d8c7dd65
Commit
d8c7dd65
authored
2 years ago
by
Veronique Legrand
Browse files
Options
Downloads
Patches
Plain Diff
removed unuseful comments and unuseful files
parent
1f7b1246
No related branches found
No related tags found
No related merge requests found
Pipeline
#82571
passed with stage
in 45 minutes and 50 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/.klebsiella_100_1.undefined.fq
+0
-0
0 additions, 0 deletions
src/.klebsiella_100_1.undefined.fq
src/.klebsiella_100_2.undefined.fq
+0
-0
0 additions, 0 deletions
src/.klebsiella_100_2.undefined.fq
src/unit_test_cms.cpp
+1
-9
1 addition, 9 deletions
src/unit_test_cms.cpp
with
1 addition
and
9 deletions
src/.klebsiella_100_1.undefined.fq
deleted
100644 → 0
+
0
−
0
View file @
1f7b1246
This diff is collapsed.
Click to expand it.
src/.klebsiella_100_2.undefined.fq
deleted
100644 → 0
+
0
−
0
View file @
1f7b1246
This diff is collapsed.
Click to expand it.
src/unit_test_cms.cpp
+
1
−
9
View file @
d8c7dd65
...
...
@@ -233,15 +233,7 @@ int main(int argc, char **argv) {
int
lambda
=
2
;
int
kappa
=
50
;
int
kappa_prime
=
20
;
cout
<<
"INT_MAX="
<<
INT_MAX
<<
endl
;
cout
<<
"UINT_MAX="
<<
UINT_MAX
<<
endl
;
cout
<<
"LONG_MAX="
<<
LONG_MAX
<<
endl
;
cout
<<
"ULONG_MAX="
<<
ULONG_MAX
<<
endl
;
cout
<<
"ULONG_MAX/UINT_MAX="
<<
ULONG_MAX
/
UINT_MAX
<<
endl
;
// max value for j
cout
<<
"ULONG_MAX%UINT_MAX="
<<
(
ULONG_MAX
-
1
)
%
UINT_MAX
<<
endl
;
cout
<<
"sizeof(short)="
<<
sizeof
(
short
)
<<
endl
;
cout
<<
"sizeof(int)="
<<
sizeof
(
int
)
<<
endl
;
cout
<<
"sizeof(long)="
<<
sizeof
(
long
)
<<
endl
;
cout
<<
"checking that your machine has enough RAM to run test"
<<
endl
;
unsigned
long
ram
=
getNodePhysMemory
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment