Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:06

0001 /**
0002 QSimDescTest.cc
0003 ================
0004 
0005 **/
0006 
0007 #include <cuda_runtime.h>
0008 #include "scuda.h"
0009 #include "squad.h"
0010 
0011 #include "QSim.hh"
0012 
0013 int main(int argc, char** argv)
0014 {
0015     std::cout << QSim::Desc() << std::endl ; 
0016     std::cout << QSim::Switches() << std::endl ; 
0017     return 0 ;
0018 }
0019 
0020     
0021 
0022