Skip to content

Commit d7150d0

Browse files
authored
Fix: do not bcast my_rank (#5339)
1 parent 1b3f76e commit d7150d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_io/read_set_globalv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void ReadInput::set_globalv(Parameter& para)
9595

9696
void ReadInput::set_globalv_bcast()
9797
{
98-
add_int_bcast(sys.myrank);
98+
// add_int_bcast(sys.myrank);
9999
add_bool_bcast(sys.two_fermi);
100100
add_bool_bcast(sys.use_uspp);
101101
add_bool_bcast(sys.dos_setemin);

0 commit comments

Comments
 (0)