Skip to content

Commit

Permalink
Introduce style error to test Travis CI build notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
felker committed Dec 16, 2019
1 parent cd11e64 commit 3694877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plasma/global_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def init_MPI():
from mpi4py import MPI
global comm, task_index, num_workers
global comm, task_index, num_workers#
comm = MPI.COMM_WORLD
task_index = comm.Get_rank()
num_workers = comm.Get_size()
Expand Down

0 comments on commit 3694877

Please sign in to comment.