forked from etmc/tmLQCD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.bgp
More file actions
20 lines (14 loc) · 742 Bytes
/
README.bgp
File metadata and controls
20 lines (14 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Configure with
../hmc/configure --with-lapack --enable-mpi --with-mpidimension=4 --enable-gaugecopy --with-limedir=../../c-lime/ --host=ppc-ibm-bprts --build=ppc64-ibm-linux --enable-largefile --with-lapack="-L/bgsys/local/lib/ -lesslbg -llapack -lesslbg -lxlf90_r" CC="mpixlc_r" CCFLAGS="-I/bgsys/drivers/ppcfloor/arch/include/ -I/bgsys/drivers/ppcfloor/comm/include" F77="bgf77"
may need some path adjustment, in particular where to find ESSL for
BG.
Running should be done with
NrZProcs = 4
always. Matching the physical torus works with
: T*LX*LY*LZ
midplane: 8*8*8*4
rack: 16*8*8*4
2rack: 32*8*8*4
4rack: 32*16*8*4
number of processors in time direction is chosen automatically.
please read README.bgl as well.