mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-15 02:05:37 +00:00
Happy GPU
This commit is contained in:
parent
63abe87f36
commit
d9f430a575
@ -39,7 +39,8 @@ int main (int argc, char ** argv)
|
|||||||
std::cout<<GridLogMessage << "Grid is setup to use "<<threads<<" threads"<<std::endl;
|
std::cout<<GridLogMessage << "Grid is setup to use "<<threads<<" threads"<<std::endl;
|
||||||
|
|
||||||
Coordinate latt_size = GridDefaultLatt();
|
Coordinate latt_size = GridDefaultLatt();
|
||||||
Coordinate simd_layout( { vComplexF::Nsimd(),1,1,1});
|
Coordinate simd_layout = GridDefaultSimd(Nd,vComplexF::Nsimd());
|
||||||
|
// Coordinate simd_layout( { vComplexF::Nsimd(),1,1,1});
|
||||||
Coordinate mpi_layout = GridDefaultMpi();
|
Coordinate mpi_layout = GridDefaultMpi();
|
||||||
|
|
||||||
int vol = 1;
|
int vol = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user