Skip to content

Commit

Permalink
Fixed MBD running in serial mode
Browse files Browse the repository at this point in the history
  • Loading branch information
max-veit committed May 16, 2017
1 parent 4371041 commit 803bba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Potentials/IPModel_MBD.f95
Expand Up @@ -211,7 +211,7 @@ subroutine IPModel_MBD_Calc(this, at, e, local_e, f, virial, local_virial, args_
n_tasks = mpi%n_procs
call allocate_task()
else ! assume serial
myid = 1
myid = 0
n_tasks = 1
call allocate_task()
endif
Expand Down

0 comments on commit 803bba8

Please sign in to comment.