git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7004 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -98,7 +98,8 @@ void Error::one(const char *file, int line, const char *str)
|
|||||||
{
|
{
|
||||||
int me;
|
int me;
|
||||||
MPI_Comm_rank(world,&me);
|
MPI_Comm_rank(world,&me);
|
||||||
if (screen) fprintf(screen,"ERROR on proc %d: %s (%s:%d)\n",me,str,file,line);
|
if (screen) fprintf(screen,"ERROR on proc %d: %s (%s:%d)\n",
|
||||||
|
me,str,file,line);
|
||||||
if (universe->nworlds > 1)
|
if (universe->nworlds > 1)
|
||||||
fprintf(universe->uscreen,"ERROR on proc %d: %s (%s:%d)\n",
|
fprintf(universe->uscreen,"ERROR on proc %d: %s (%s:%d)\n",
|
||||||
universe->me,str,file,line);
|
universe->me,str,file,line);
|
||||||
|
|||||||
Reference in New Issue
Block a user