mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	SSC mark removal
This commit is contained in:
		@@ -191,9 +191,7 @@ int main (int argc, char ** argv)
 | 
				
			|||||||
    std::cout<<GridLogMessage<<"Called warmup"<<std::endl;
 | 
					    std::cout<<GridLogMessage<<"Called warmup"<<std::endl;
 | 
				
			||||||
    double t0=usecond();
 | 
					    double t0=usecond();
 | 
				
			||||||
    for(int i=0;i<ncall;i++){
 | 
					    for(int i=0;i<ncall;i++){
 | 
				
			||||||
      __SSC_START;
 | 
					 | 
				
			||||||
      Dw.Dhop(src,result,0);
 | 
					      Dw.Dhop(src,result,0);
 | 
				
			||||||
      __SSC_STOP;
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    double t1=usecond();
 | 
					    double t1=usecond();
 | 
				
			||||||
    FGrid->Barrier();
 | 
					    FGrid->Barrier();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user