~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to lib/gpu/lal_table_ext.cpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    message=true;
49
49
 
50
50
  if (message) {
51
 
    fprintf(screen,"Initializing GPU and compiling on process 0...");
 
51
    fprintf(screen,"Initializing Device and compiling on process 0...");
52
52
    fflush(screen);
53
53
  }
54
54
 
65
65
  for (int i=0; i<procs_per_gpu; i++) {
66
66
    if (message) {
67
67
      if (last_gpu-first_gpu==0)
68
 
        fprintf(screen,"Initializing GPU %d on core %d...",first_gpu,i);
 
68
        fprintf(screen,"Initializing Device %d on core %d...",first_gpu,i);
69
69
      else
70
 
        fprintf(screen,"Initializing GPUs %d-%d on core %d...",first_gpu,
 
70
        fprintf(screen,"Initializing Devices %d-%d on core %d...",first_gpu,
71
71
                last_gpu,i);
72
72
      fflush(screen);
73
73
    }