Replace slave with agent
authorRoland Schulz <roland.schulz@intel.com>
Sat, 15 Sep 2018 05:25:42 +0000 (22:25 -0700)
committerRoland Schulz <roland.schulz@intel.com>
Sat, 15 Sep 2018 08:21:23 +0000 (01:21 -0700)
See releng change for details.
Also removes the word in one non Jenkins related file where
it didn't add any value to a comment.

Change-Id: Ic299f2fce0ffcd5412611c464b5f88db41d31a9c

admin/builds/clang-analyzer.py
admin/builds/post-submit-matrix.txt
admin/builds/pre-submit-matrix.txt
docs/dev-manual/change-management.rst
src/gromacs/ewald/pme.h

index 063c494117071ee3b67fb77099b2fae4f4380c03..58d67ebfffaf3a8ebbd0065d067aa1d555457e3c 100644 (file)
@@ -33,7 +33,7 @@
 # the research papers on the package. Check out http://www.gromacs.org.
 
 # These options need to match the node label in Jenkins and the
-# capabilities in releng/slaves.py for the slave where the analysis is
+# capabilities in releng/agents.py for the agent where the analysis is
 # intended to run.
 build_options = ['clang-6', 'clang-static-analyzer-6']
 
index a1ce7d97f952d496a8ccefc17806db854683ef61..f72fdf66eb8e686e70f723664a6811c60651400a 100644 (file)
@@ -27,7 +27,7 @@ gcc-7 mpi no-openmp fftpack mdrun-only
 # Test icc with AVX256 in double precision in release mode
 icc-17 simd=avx_256 npme=1 nranks=2 no-openmp  double fftpack release
 
-# Test CUDA build on a slave with no CUDA devices
+# Test CUDA build on a agent with no CUDA devices
 # Test without TNG support
 gcc-4.9 gpu cuda-7.0 openmp no-tng release-with-assert
 
index fd4acf070a54ac3acf36fe70d5eeb08fad0097f5..c05a592febc08011e6626092eafea5977892e34e 100644 (file)
@@ -39,7 +39,7 @@ gcc-7 gpu gpu_id=1 cuda-9.2 thread-mpi openmp cmake-3.6.1 release-with-assert si
 # Test newest gcc at time of release
 gcc-7 tsan no-openmp cmake-3.10.0
 
-# Test on MacOS (the gcc-6 and/or x11 flags implicitly steer jobs to the OSX slave)
+# Test on MacOS (the gcc-6 and/or x11 flags implicitly steer jobs to the OSX agent)
 # Test X11 build
 # Test gcc in double precision
 # Test without TNG support
index 5da287813e59dbb9a892d8dfc5ef6b52ca2f7448..686fce8d9f20d39cfb840e98c0c2cf262637c5d2 100644 (file)
@@ -162,7 +162,7 @@ Jenkins is not automatically triggered for drafts, but if you add
 in having it try out your code. Then, you can go to Jenkins and log in
 with your OpenID. Then go to
 http://jenkins.gromacs.org/gerrit_manual_trigger/ and tell it to
-search for the commit for which you want to trigger the build slaves.
+search for the commit for which you want to trigger the build agents.
 For example, https://gerrit.gromacs.org/#/c/1238/ is 1238 (but maybe
 SHA or ChangeID will work, too).
 
index 642967d9e43b2ec35cb52c69cd07f7ff3708c512..be91f1c5a623c07e12ba4903924b6f237cd537f3 100644 (file)
@@ -187,7 +187,7 @@ int gmx_pme_do(struct gmx_pme_t *pme,
                real *dvdlambda_q, real *dvdlambda_lj,
                int flags);
 
-/*! \brief Called on the nodes that do PME exclusively (as slaves) */
+/*! \brief Called on the nodes that do PME exclusively */
 int gmx_pmeonly(struct gmx_pme_t *pme,
                 const t_commrec *cr,     t_nrnb *mynrnb,
                 gmx_wallcycle  *wcycle,