* installing *source* package ‘PropClust’ ...
** this is package ‘PropClust’ version ‘1.4-7’
** package ‘PropClust’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
using Fortran compiler: ‘flang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/PropClust/src'
flang-22 -fpic -O2 -pedantic -c PropClustParallelTrials.f90 -o PropClustParallelTrials.o
./PropClustParallelTrials.f90:155:18: warning: Value of local variable 'i' is never used [-Wunused-variable]
INTEGER :: I,X
^
./PropClustParallelTrials.f90:483:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,NODES,CLUSTERS,CURRENT_NODE,NEW_CLUSTER
^
./PropClustParallelTrials.f90:487:25: warning: Value of local variable 'loglik' is never used [-Wunused-variable]
DOUBLE PRECISION :: LOGLIK,AHATPP,CALC_FAKE_LOGLIK
^^^^^^
./PropClustParallelTrials.f90:487:32: warning: Value of local variable 'ahatpp' is never used [-Wunused-variable]
DOUBLE PRECISION :: LOGLIK,AHATPP,CALC_FAKE_LOGLIK
^^^^^^
./PropClustParallelTrials.f90:487:39: warning: Value of local variable 'calc_fake_loglik' is never used [-Wunused-variable]
DOUBLE PRECISION :: LOGLIK,AHATPP,CALC_FAKE_LOGLIK
^^^^^^^^^^^^^^^^
./PropClustParallelTrials.f90:519:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,NODES,CLUSTERS,CURRENT_NODE,NEW_CLUSTER
^
./PropClustParallelTrials.f90:523:25: warning: Value of local variable 'loglik' is never used [-Wunused-variable]
DOUBLE PRECISION :: LOGLIK,AHATPP,CALC_FAKE_LOGLIK
^^^^^^
./PropClustParallelTrials.f90:523:32: warning: Value of local variable 'ahatpp' is never used [-Wunused-variable]
DOUBLE PRECISION :: LOGLIK,AHATPP,CALC_FAKE_LOGLIK
^^^^^^
./PropClustParallelTrials.f90:523:39: warning: Value of local variable 'calc_fake_loglik' is never used [-Wunused-variable]
DOUBLE PRECISION :: LOGLIK,AHATPP,CALC_FAKE_LOGLIK
^^^^^^^^^^^^^^^^
./PropClustParallelTrials.f90:577:47: warning: Value of local variable 'temp' is never used [-Wunused-variable]
INTEGER, DIMENSION(NODES) :: TESTMODULE,TEMP
^^^^
./PropClustParallelTrials.f90:619:41: warning: Value of local variable 'iteration' is never used [-Wunused-variable]
INTEGER :: CLUSTERS,TEMP2,NODES,I,J,ITERATION
^^^^^^^^^
./PropClustParallelTrials.f90:620:45: warning: Value of local variable 'temp' is never used [-Wunused-variable]
INTEGER, DIMENSION(NODES) :: TESTMODULE,TEMP
^^^^
./PropClustParallelTrials.f90:622:53: warning: Value of local variable 'row_sums_temp' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(NODES) :: ROW_SUMS, ROW_SUMS_TEMP
^^^^^^^^^^^^^
./PropClustParallelTrials.f90:623:59: warning: Value of local variable 'temp_sums' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: CLUSTER_SUMS,TEMP_SUMS
^^^^^^^^^
./PropClustParallelTrials.f90:624:46: warning: Value of local variable 'temp_vec' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: TEMP_VEC
^^^^^^^^
./PropClustParallelTrials.f90:626:16: warning: Value of local variable 'not_converged' is never used [-Wunused-variable]
LOGICAL :: NOT_CONVERGED
^^^^^^^^^^^^^
./PropClustParallelTrials.f90:667:45: warning: Value of local variable 'temp' is never used [-Wunused-variable]
INTEGER, DIMENSION(NODES) :: TESTMODULE,TEMP
^^^^
./PropClustParallelTrials.f90:669:53: warning: Value of local variable 'row_sums_temp' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(NODES) :: ROW_SUMS, ROW_SUMS_TEMP
^^^^^^^^^^^^^
./PropClustParallelTrials.f90:670:52: warning: Value of local variable 'cluster_sums' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(NODES,CLUSTERS) :: CLUSTER_SUMS
^^^^^^^^^^^^
./PropClustParallelTrials.f90:761:45: warning: Value of local variable 'm' is never used [-Wunused-variable]
INTEGER :: CLUSTERS,TEMP2,NODES,I,J,K,L,M,ITERATION,OLD
^
./PropClustParallelTrials.f90:762:45: warning: Value of local variable 'temp' is never used [-Wunused-variable]
INTEGER, DIMENSION(NODES) :: TESTMODULE,TEMP
^^^^
./PropClustParallelTrials.f90:764:53: warning: Value of local variable 'row_sums_temp' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(NODES) :: ROW_SUMS, ROW_SUMS_TEMP
^^^^^^^^^^^^^
./PropClustParallelTrials.f90:768:25: warning: Value of local variable 'temp_crit' is never used [-Wunused-variable]
DOUBLE PRECISION :: TEMP_CRIT,CRIT,NEW_CRIT
^^^^^^^^^
./PropClustParallelTrials.f90:858:43: warning: Value of local variable 'l' is never used [-Wunused-variable]
INTEGER :: CLUSTERS,TEMP2,NODES,I,J,K,L,M,ITERATION,OLD,ITERATIONS
^
./PropClustParallelTrials.f90:858:45: warning: Value of local variable 'm' is never used [-Wunused-variable]
INTEGER :: CLUSTERS,TEMP2,NODES,I,J,K,L,M,ITERATION,OLD,ITERATIONS
^
./PropClustParallelTrials.f90:858:47: warning: Value of local variable 'iteration' is never used [-Wunused-variable]
INTEGER :: CLUSTERS,TEMP2,NODES,I,J,K,L,M,ITERATION,OLD,ITERATIONS
^^^^^^^^^
./PropClustParallelTrials.f90:858:57: warning: Value of local variable 'old' is never used [-Wunused-variable]
INTEGER :: CLUSTERS,TEMP2,NODES,I,J,K,L,M,ITERATION,OLD,ITERATIONS
^^^
./PropClustParallelTrials.f90:859:45: warning: Value of local variable 'temp' is never used [-Wunused-variable]
INTEGER, DIMENSION(NODES) :: TESTMODULE,TEMP
^^^^
./PropClustParallelTrials.f90:863:46: warning: Value of local variable 'temp_sums' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: TEMP_SUMS,CLUSTER_SUMS,NEW_SUMS
^^^^^^^^^
./PropClustParallelTrials.f90:863:56: warning: Value of local variable 'cluster_sums' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: TEMP_SUMS,CLUSTER_SUMS,NEW_SUMS
^^^^^^^^^^^^
./PropClustParallelTrials.f90:863:69: warning: Value of local variable 'new_sums' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: TEMP_SUMS,CLUSTER_SUMS,NEW_SUMS
^^^^^^^^
./PropClustParallelTrials.f90:864:46: warning: Value of local variable 'cluster_sizes' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: CLUSTER_SIZES,NEW_SIZES,TEMP_SIZES,CRITS
^^^^^^^^^^^^^
./PropClustParallelTrials.f90:864:60: warning: Value of local variable 'new_sizes' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: CLUSTER_SIZES,NEW_SIZES,TEMP_SIZES,CRITS
^^^^^^^^^
./PropClustParallelTrials.f90:864:70: warning: Value of local variable 'temp_sizes' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: CLUSTER_SIZES,NEW_SIZES,TEMP_SIZES,CRITS
^^^^^^^^^^
./PropClustParallelTrials.f90:864:81: warning: Value of local variable 'crits' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: CLUSTER_SIZES,NEW_SIZES,TEMP_SIZES,CRITS
^^^^^
./PropClustParallelTrials.f90:865:40: warning: Value of local variable 'new_crit' is never used [-Wunused-variable]
DOUBLE PRECISION :: TEMP_CRIT,CRIT,NEW_CRIT
^^^^^^^^
./PropClustParallelTrials.f90:929:33: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:929:35: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:929:37: warning: Value of local variable 'l' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:929:60: warning: Value of local variable 'l2i' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^^^
./PropClustParallelTrials.f90:929:64: warning: Value of local variable 'initbool' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^^^^^^^^
./PropClustParallelTrials.f90:938:31: warning: Value of local variable 'factorizability' is never used [-Wunused-variable]
DOUBLE PRECISION ::L2NORM,FACTORIZABILITY,LOGLIK,SUM_SQUARES,CRITERIA
^^^^^^^^^^^^^^^
./PropClustParallelTrials.f90:938:54: warning: Value of local variable 'sum_squares' is never used [-Wunused-variable]
DOUBLE PRECISION ::L2NORM,FACTORIZABILITY,LOGLIK,SUM_SQUARES,CRITERIA
^^^^^^^^^^^
./PropClustParallelTrials.f90:938:66: warning: Value of local variable 'criteria' is never used [-Wunused-variable]
DOUBLE PRECISION ::L2NORM,FACTORIZABILITY,LOGLIK,SUM_SQUARES,CRITERIA
^^^^^^^^
./PropClustParallelTrials.f90:1016:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,CURRENT_CLUSTER,NEW_CLUSTER,NODE_POS,ICLUST,OUTPUT_UNIT2,K,KK,NODES,CLUSTERS
^
./PropClustParallelTrials.f90:1016:64: warning: Value of local variable 'output_unit2' is never used [-Wunused-variable]
INTEGER :: I,J,CURRENT_CLUSTER,NEW_CLUSTER,NODE_POS,ICLUST,OUTPUT_UNIT2,K,KK,NODES,CLUSTERS
^^^^^^^^^^^^
./PropClustParallelTrials.f90:1016:77: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,CURRENT_CLUSTER,NEW_CLUSTER,NODE_POS,ICLUST,OUTPUT_UNIT2,K,KK,NODES,CLUSTERS
^
./PropClustParallelTrials.f90:1016:79: warning: Value of local variable 'kk' is never used [-Wunused-variable]
INTEGER :: I,J,CURRENT_CLUSTER,NEW_CLUSTER,NODE_POS,ICLUST,OUTPUT_UNIT2,K,KK,NODES,CLUSTERS
^^
./PropClustParallelTrials.f90:1021:55: warning: Value of local variable 'asum2' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS,CLUSTERS) :: ASUM2
^^^^^
./PropClustParallelTrials.f90:1054:20: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,K,NODES,CLUSTERS
^
./PropClustParallelTrials.f90:1056:25: warning: Value of local variable 'temp' is never used [-Wunused-variable]
DOUBLE PRECISION :: TEMP
^^^^
./PropClustParallelTrials.f90:1059:46: warning: Value of local variable 'aden' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS) :: ADEN,PCLUSTERSUM
^^^^
./PropClustParallelTrials.f90:1060:60: warning: Value of uninitialized local variable 'an' is used but never defined [-Wused-undefined-variable]
DOUBLE PRECISION, DIMENSION(CLUSTERS,CLUSTERS) :: AHAT,AN,ASUM
^^
./PropClustParallelTrials.f90:1103:20: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,K,NODES,CLUSTERS,TESTI,TESTJ
^
./PropClustParallelTrials.f90:1172:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,K,NODES,CLUSTERS
^
./PropClustParallelTrials.f90:1172:20: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,K,NODES,CLUSTERS
^
./PropClustParallelTrials.f90:1267:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,K,NODES,CLUSTERS
^
./PropClustParallelTrials.f90:1267:20: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,K,NODES,CLUSTERS
^
./PropClustParallelTrials.f90:1440:16: warning: Value of local variable 'i' is never used [-Wunused-variable]
INTEGER :: I,J,K,ITERATION,NODES,CLUSTERS,INCREASE_WARNINGS
^
./PropClustParallelTrials.f90:1440:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,K,ITERATION,NODES,CLUSTERS,INCREASE_WARNINGS
^
./PropClustParallelTrials.f90:1440:20: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,K,ITERATION,NODES,CLUSTERS,INCREASE_WARNINGS
^
./PropClustParallelTrials.f90:1572:25: warning: Value of local variable 'l' is never used [-Wunused-variable]
INTEGER :: I, J, K, L
^
./PropClustParallelTrials.f90:1835:45: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: ITERATION,NODES,CLUSTERS,I,J,K
^
./PropClustParallelTrials.f90:1913:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,ITERATION,ERRORFLAG,ITS_BEFORE_CHECK
^
./PropClustParallelTrials.f90:1913:40: warning: Value of local variable 'its_before_check' is never used [-Wunused-variable]
INTEGER :: I,J,ITERATION,ERRORFLAG,ITS_BEFORE_CHECK
^^^^^^^^^^^^^^^^
./PropClustParallelTrials.f90:1920:52: warning: Value of local variable 'testflag' is never used [-Wunused-variable]
LOGICAL :: NOT_CONVERGED2,L2BOOL,INCREASE_FLAG,TESTFLAG,UPHILL
^^^^^^^^
./PropClustParallelTrials.f90:1923:30: warning: Value of local variable 'shape_test' is never used [-Wunused-variable]
INTEGER, DIMENSION(2) :: SHAPE_TEST
^^^^^^^^^^
./PropClustParallelTrials.f90:2075:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,ITERATION,ERRORFLAG
^
./PropClustParallelTrials.f90:2082:52: warning: Value of local variable 'testflag' is never used [-Wunused-variable]
LOGICAL :: NOT_CONVERGED2,L2BOOL,INCREASE_FLAG,TESTFLAG,UPHILL
^^^^^^^^
./PropClustParallelTrials.f90:2085:30: warning: Value of local variable 'shape_test' is never used [-Wunused-variable]
INTEGER, DIMENSION(2) :: SHAPE_TEST
^^^^^^^^^^
./PropClustParallelTrials.f90:2618:22: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,K,ORIGINAL_ASSIGNMENT,NODES,CLUSTERS,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:2734:20: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,K,ORIGINAL_ASSIGNMENT,NODES,CLUSTERS,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:2741:65: warning: Value of local variable 'test_crit' is never used [-Wunused-variable]
DOUBLE PRECISION :: LOGLIK,TRIAL_LOGLIK,L2NORM,TRIAL_L2NORM,TEST_CRIT
^^^^^^^^^
./PropClustParallelTrials.f90:2853:20: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,K,NODES,CLUSTERS
^
./PropClustParallelTrials.f90:2855:25: warning: Value of local variable 'temp' is never used [-Wunused-variable]
DOUBLE PRECISION :: TEMP
^^^^
./PropClustParallelTrials.f90:2879:21: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 6.0000002384185791015625e-1_4 is inexact [-Wreal-constant-widening]
PHAT(I)=.6 !NEED A BETTER STARTING VALUE HERE...
^^
./PropClustParallelTrials.f90:2897:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,NODES
^
./PropClustParallelTrials.f90:2941:18: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,WORDS,WORDSMOD,TEMP
^
./PropClustParallelTrials.f90:2945:16: warning: Value of local variable 'not_done' is never used [-Wunused-variable]
LOGICAL :: NOT_DONE
^^^^^^^^
./PropClustParallelTrials.f90:2995:24: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: NODES,I,J,NODES2,TEMP,TEMP2
^
./PropClustParallelTrials.f90:3055:34: warning: Value of local variable 'apostrophe' is never used [-Wunused-variable]
CHARACTER(LEN=1) :: LETTER,APOSTROPHE = "'"
^^^^^^^^^^
./PropClustParallelTrials.f90:3098:18: warning: Value of local variable 'i' is never used [-Wunused-variable]
INTEGER :: I,J,COUNTER
^
./PropClustParallelTrials.f90:3098:20: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,COUNTER
^
./PropClustParallelTrials.f90:3152:20: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J,COUNTER,SPACEVAL
^
./PropClustParallelTrials.f90:3255:18: warning: Value of local variable 'i' is never used [-Wunused-variable]
INTEGER :: I,J
^
./PropClustParallelTrials.f90:3255:20: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: I,J
^
./PropClustParallelTrials.f90:3451:22: warning: Value of local variable 'error_position' is never used [-Wunused-variable]
INTEGER :: A,B,ERROR_POSITION,I,J,K,LAST,WORDS
^^^^^^^^^^^^^^
./PropClustParallelTrials.f90:3543:22: warning: Value of local variable 'error_position' is never used [-Wunused-variable]
INTEGER :: A,B,ERROR_POSITION,I,J,WORDS
^^^^^^^^^^^^^^
./PropClustParallelTrials.f90:3543:37: warning: Value of local variable 'i' is never used [-Wunused-variable]
INTEGER :: A,B,ERROR_POSITION,I,J,WORDS
^
./PropClustParallelTrials.f90:3543:39: warning: Value of local variable 'j' is never used [-Wunused-variable]
INTEGER :: A,B,ERROR_POSITION,I,J,WORDS
^
./PropClustParallelTrials.f90:3661:37: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I
^
./PropClustParallelTrials.f90:3661:39: warning: Value of local variable 'l' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I
^
./PropClustParallelTrials.f90:3661:41: warning: Value of local variable 'cluster_iterations' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I
^^^^^^^^^^^^^^^^^^
./PropClustParallelTrials.f90:3668:56: warning: Value of local variable 'sum_squares' is never used [-Wunused-variable]
DOUBLE PRECISION ::L2NORM,LOGLIK,FACTORIZABILITY,SUM_SQUARES,MEAN
^^^^^^^^^^^
./PropClustParallelTrials.f90:3669:18: warning: Value of local variable 'not_converged' is never used [-Wunused-variable]
LOGICAL :: NOT_CONVERGED,L2
^^^^^^^^^^^^^
./PropClustParallelTrials.f90:3757:37: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:3757:39: warning: Value of local variable 'l' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:3766:56: warning: Value of local variable 'sum_squares' is never used [-Wunused-variable]
DOUBLE PRECISION ::L2NORM,FACTORIZABILITY,LOGLIK,SUM_SQUARES,MEAN
^^^^^^^^^^^
./PropClustParallelTrials.f90:3874:37: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L2I,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:3881:56: warning: Value of local variable 'sum_squares' is never used [-Wunused-variable]
DOUBLE PRECISION ::L2NORM,LOGLIK,FACTORIZABILITY,SUM_SQUARES,CRITERIA,MEAN
^^^^^^^^^^^
./PropClustParallelTrials.f90:3968:37: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L2I,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:3975:56: warning: Value of local variable 'sum_squares' is never used [-Wunused-variable]
DOUBLE PRECISION ::L2NORM,LOGLIK,FACTORIZABILITY,SUM_SQUARES,CRITERIA,MEAN
^^^^^^^^^^^
./PropClustParallelTrials.f90:4081:35: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:4081:37: warning: Value of local variable 'l' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:4090:54: warning: Value of local variable 'sum_squares' is never used [-Wunused-variable]
DOUBLE PRECISION ::L2NORM,FACTORIZABILITY,LOGLIK,SUM_SQUARES,CRITERIA,MEAN
^^^^^^^^^^^
./PropClustParallelTrials.f90:4246:35: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:4246:37: warning: Value of local variable 'l' is never used [-Wunused-variable]
INTEGER :: NODES,CLUSTERS,I,J,K,L,CLUSTER_ITERATIONS=0,L2I,INITBOOL,QSEC,MAP_LENGTH
^
./PropClustParallelTrials.f90:4255:54: warning: Value of local variable 'sum_squares' is never used [-Wunused-variable]
DOUBLE PRECISION ::L2NORM,FACTORIZABILITY,LOGLIK,SUM_SQUARES,CRITERIA,MEAN
^^^^^^^^^^^
./PropClustParallelTrials.f90:5772:20: warning: Value of local variable 'k' is never used [-Wunused-variable]
INTEGER :: I,J,K,ITERATION,NODES,CLUSTERS=2,L2I
^
./PropClustParallelTrials.f90:5776:44: warning: Value of local variable 'pn' is never used [-Wunused-variable]
DOUBLE PRECISION, DIMENSION(NODES) :: PN
^^
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang22/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c init.c -o init.o
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang22/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c minWhichMin.c -o minWhichMin.o
clang-22 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o PropClust.so PropClustParallelTrials.o init.o minWhichMin.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/PropClust/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/PropClust/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/PropClust/src'
installing to /data/gannet/ripley/R/packages/tests-clang/PropClust.Rcheck/00LOCK-PropClust/00new/PropClust/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 (PropClust)