Skip to content
Snippets Groups Projects
Commit d8c7dd65 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

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
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment