* installing *source* package ‘influenceR’ ...
** package ‘influenceR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/influenceR/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c bridging.c -o bridging.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c keyplayer-utils.c -o keyplayer-utils.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c keyplayer.c -o keyplayer.o
keyplayer.c: In function 'keyplayer_driver':
keyplayer.c:33:8: warning: unused variable 'allsets' [-Wunused-variable]
   33 |   int *allsets;
      |        ^~~~~~~
keyplayer.c:32:11: warning: unused variable 'fits' [-Wunused-variable]
   32 |   double *fits;
      |           ^~~~
keyplayer.c:30:31: warning: unused variable 'stop' [-Wunused-variable]
   30 |   int np, rank, new_rank = 0, stop;
      |                               ^~~~
keyplayer.c:30:17: warning: unused variable 'new_rank' [-Wunused-variable]
   30 |   int np, rank, new_rank = 0, stop;
      |                 ^~~~~~~~
keyplayer.c:30:11: warning: unused variable 'rank' [-Wunused-variable]
   30 |   int np, rank, new_rank = 0, stop;
      |           ^~~~
keyplayer.c:30:7: warning: unused variable 'np' [-Wunused-variable]
   30 |   int np, rank, new_rank = 0, stop;
      |       ^~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c packagename_init.c -o packagename_init.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c prefix_sums.c -o prefix_sums.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c process_sparse.c -o process_sparse.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c snap_wrapper.c -o snap_wrapper.o
snap_wrapper.c: In function 'snap_keyplayer_R':
snap_wrapper.c:194:7: warning: unused variable 'r' [-Wunused-variable]
  194 |   int r = read_graph_from_edgelist(&G, E, n, m);
      |       ^
snap_wrapper.c: In function 'snap_bridging_R':
snap_wrapper.c:223:7: warning: unused variable 'r' [-Wunused-variable]
  223 |   int r = read_graph_from_edgelist(&G, E, n, m);
      |       ^
snap_wrapper.c:219:5: warning: unused variable 'mpi' [-Wunused-variable]
  219 |     mpi = INTEGER(sMPI)[0]; // use mpi?
      |     ^~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c vertex_betweenness_centrality.c -o vertex_betweenness_centrality.o
vertex_betweenness_centrality.c: In function 'vertex_betweenness_centrality_parBFS':
vertex_betweenness_centrality.c:81:14: warning: variable 'stream' set but not used [-Wunused-but-set-variable]
   81 |         int* stream;
      |              ^~~~~~
vertex_betweenness_centrality.c:66:9: warning: unused variable 'seed' [-Wunused-variable]
   66 |     int seed = 2387;
      |         ^~~~
vertex_betweenness_centrality.c: In function 'vertex_betweenness_centrality_simple':
vertex_betweenness_centrality.c:549:13: warning: unused variable 'myLock' [-Wunused-variable]
  549 |         int myLock;
      |             ^~~~~~
vertex_betweenness_centrality.c:543:14: warning: variable 'stream' set but not used [-Wunused-but-set-variable]
  543 |         int* stream;
      |              ^~~~~~
vertex_betweenness_centrality.c:519:9: warning: unused variable 'seed' [-Wunused-variable]
  519 |     int seed = 2387;
      |         ^~~~
vertex_betweenness_centrality.c:514:10: warning: unused variable 'chunkSize' [-Wunused-variable]
  514 |     long chunkSize;
      |          ^~~~~~~~~
gcc-13 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o influenceR.so bridging.o keyplayer-utils.o keyplayer.o packagename_init.o prefix_sums.o process_sparse.o snap_wrapper.o vertex_betweenness_centrality.o -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/influenceR/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/influenceR/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/influenceR/src'
installing to /data/gannet/ripley/R/packages/tests-devel/influenceR.Rcheck/00LOCK-influenceR/00new/influenceR/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (influenceR)