Hi all,
Wondering if anyone knows how to specify # of threads in cmd line?
For example, right now I am putting in:
mpiexec.exe -n 24 pw.exe -i INPUT.in > OUTPUT.out
but that runs 24 MPI processes with 24 threads. I wish to run 24 mpi processes with 1 thread. This option is available in BURAI but i'm not sure how to do it in cmd line.
Aside: Sometimes when I am using BURAI, when I am making edits in the input file, it does not update after refreshing, it sticks to the values in the GUI. Anyone else have this problem? Also even after clicking on bands mode in BURAI, the program still runs scf calculation. These lead to me wanting to run it in cmd, so that I could edit the input files better and run the correct program.
Thank you