cd /path/to/WANNIER90/wannier90-3.1.0/examples/example03
time -p mpirun -np 128 --allow-run-as-root -mca pml ucx -mca btl ^vader,tcp,openib,uct -x UCX_TLS=self,sm --bind-to core --map-by socket --rank-by core -x UCX_BUILTIN_ALLREDUCE_ALGORITHM=8 ../../wannier90.x silicon
执行成功后将生成一个“silicon.wout”的文件,输出结果样例如下图所示。
vi silicon.win
restart = plot bands_plot = true
time -p mpirun -np 128 --allow-run-as-root -mca pml ucx -mca btl ^vader,tcp,openib,uct -x UCX_TLS=self,sm --bind-to core --map-by socket --rank-by core -x UCX_BUILTIN_ALLREDUCE_ALGORITHM=8 ../../wannier90.x silicon
gnuplot
进入如下运行界面:
load '/path/to/WANNIER90/wannier90-3.1.0/examples/example03/silicon_band.gnu'
生成如下图形界面: