login1.stampede2(254)$ module load Rstats login1.stampede2(255)$ R R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > install.packages("OpenMx") Installing package into ‘/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0’ (as ‘lib’ is unspecified) --- Please select a CRAN mirror for use in this session --- Secure CRAN mirrors 1: 0-Cloud [https] 2: Australia (Canberra) [https] 3: Australia (Melbourne 1) [https] 4: Australia (Melbourne 2) [https] 5: Australia (Perth) [https] 6: Austria [https] 7: Belgium (Ghent) [https] 8: Brazil (BA) [https] 9: Brazil (PR) [https] 10: Brazil (RJ) [https] 11: Brazil (SP 1) [https] 12: Brazil (SP 2) [https] 13: Bulgaria [https] 14: Canada (MB) [https] 15: Chile (Santiago) [https] 16: China (Beijing 2) [https] 17: China (Hefei) [https] 18: China (Hong Kong) [https] 19: China (Guangzhou) [https] 20: China (Lanzhou) [https] 21: China (Nanjing) [https] 22: China (Shanghai 1) [https] 23: China (Shanghai 2) [https] 24: Costa Rica [https] 25: Denmark [https] 26: East Asia [https] 27: Ecuador (Cuenca) [https] 28: Ecuador (Quito) [https] 29: Estonia [https] 30: France (Lyon 1) [https] 31: France (Lyon 2) [https] 32: France (Marseille) [https] 33: France (Montpellier) [https] 34: Germany (Erlangen) [https] 35: Germany (Leipzig) [https] 36: Germany (Göttingen) [https] 37: Germany (Münster) [https] 38: Germany (Regensburg) [https] 39: Greece [https] 40: Hungary [https] 41: Iceland [https] 42: India [https] 43: Indonesia (Jakarta) [https] 44: Iran [https] 45: Italy (Milano) [https] 46: Italy (Padua) [https] 47: Japan (Tokyo) [https] 48: Korea (Gyeongsan-si) [https] 49: Korea (Seoul 1) [https] 50: Korea (Ulsan) [https] 51: Malaysia [https] 52: Mexico (Mexico City) [https] 53: Morocco [https] 54: Netherlands [https] 55: Norway [https] 56: Philippines [https] 57: Russia (Moscow) [https] 58: South Africa (Johannesburg) [https] 59: Spain (A Coruña) [https] 60: Spain (Madrid) [https] 61: Sweden (Borås) [https] 62: Sweden (Umeå) [https] 63: Switzerland [https] 64: Taiwan (Taipei) [https] 65: Turkey (Denizli) [https] 66: Turkey (Istanbul) [https] 67: Turkey (Mersin) [https] 68: UK (Bristol) [https] 69: UK (London 1) [https] 70: USA (IA) [https] 71: USA (KS) [https] 72: USA (MI) [https] 73: USA (OH) [https] 74: USA (OR) [https] 75: USA (TN) [https] 76: USA (TX 1) [https] 77: Uruguay [https] 78: (other mirrors) Selection: 76 trying URL 'https://cran.microsoft.com/src/contrib/OpenMx_2.18.1.tar.gz' Content type 'application/octet-stream' length 4389773 bytes (4.2 MB) ================================================== downloaded 4.2 MB * installing *source* package ‘OpenMx’ ... ** package ‘OpenMx’ successfully unpacked and MD5 sums checked ** using staged installation NOTE: ./configure is not an autoconf generated script. Change default C/C++ compiler and default compile flags by editing ~/.R/Makevars icpc: command line warning #10006: ignoring unknown option '-dumpfullversion' ** libs icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c Compute.cpp -o Compute.o In file included from omxMatrix.h(39), from omxState.h(46), from glue.h(23), from Compute.cpp(25): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c ComputeGD.cpp -o ComputeGD.o In file included from omxMatrix.h(39), from omxState.h(46), from ComputeGD.cpp(18): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c ComputeNM.cpp -o ComputeNM.o In file included from omxMatrix.h(39), from omxState.h(46), from ComputeNM.cpp(18): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c ComputeNR.cpp -o ComputeNR.o In file included from omxMatrix.h(39), from omxState.h(46), from ComputeNR.cpp(17): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c ComputeSD.cpp -o ComputeSD.o In file included from omxMatrix.h(39), from omxState.h(46), from glue.h(23), from Compute.h(22), from ComputeGD.h(20), from ComputeSD.cpp(3): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c FellnerFitFunction.cpp -o FellnerFitFunction.o In file included from omxMatrix.h(39), from omxState.h(46), from glue.h(23), from FellnerFitFunction.cpp(22): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c MarkovExpectation.cpp -o MarkovExpectation.o In file included from omxMatrix.h(39), from omxExpectation.h(35), from MarkovExpectation.cpp(17): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c MarkovFF.cpp -o MarkovFF.o In file included from omxMatrix.h(39), from omxFitFunction.h(36), from MarkovFF.cpp(17): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icc -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -fPIC -qopenmp -mkl=parallel -O2 -c asa.c -o asa.o icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c asubnp.cpp -o asubnp.o In file included from omxMatrix.h(39), from omxCsolnp.h(20), from asubnp.cpp(12): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ asubnp.cpp(22): warning #3438: unsupported option is ignored #pragma GCC optimize ("no-var-tracking-assignments") ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c ba81quad.cpp -o ba81quad.o icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c dmvnorm.cpp -o dmvnorm.o In file included from omxMatrix.h(39), from omxState.h(46), from glue.h(23), from dmvnorm.cpp(4): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c fitMultigroup.cpp -o fitMultigroup.o In file included from omxMatrix.h(39), from omxExpectation.h(35), from fitMultigroup.cpp(18): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icc -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -fPIC -qopenmp -mkl=parallel -O2 -c general.c -o general.o icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c glue.cpp -o glue.o In file included from omxMatrix.h(39), from omxState.h(46), from glue.h(23), from glue.cpp(24): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c matlogexp.cpp -o matlogexp.o icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c matrix.cpp -o matrix.o In file included from omxMatrix.h(39), from matrix.cpp(15): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ ifort -fpic -fPIC -qopenmp -mkl=parallel -O2 -fPIC -qopenmp -mkl=parallel -O2 -c mvbvn.f -o mvbvn.o icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c nanotimer.cpp -o nanotimer.o icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxAlgebra.cpp -o omxAlgebra.o In file included from omxMatrix.h(39), from omxAlgebra.cpp(30): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxAlgebraFitFunction.cpp -o omxAlgebraFitFunction.o In file included from omxMatrix.h(39), from omxFitFunction.h(36), from omxAlgebraFitFunction.cpp(17): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxData.cpp -o omxData.o In file included from omxMatrix.h(39), from omxSymbolTable.h(4), from omxAlgebra.h(25), from omxData.h(53), from omxData.cpp(27): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxExpectation.cpp -o omxExpectation.o In file included from omxMatrix.h(39), from omxExpectation.h(35), from omxExpectation.cpp(33): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxExpectationBA81.cpp -o omxExpectationBA81.o In file included from omxMatrix.h(39), from omxExpectation.h(35), from omxExpectationBA81.h(20), from omxExpectationBA81.cpp(20): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxExportBackendState.cpp -o omxExportBackendState.o In file included from omxMatrix.h(39), from omxState.h(46), from omxExportBackendState.cpp(20): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxFIMLFitFunction.cpp -o omxFIMLFitFunction.o In file included from omxMatrix.h(39), from omxSymbolTable.h(4), from omxFIMLFitFunction.cpp(19): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxFitFunction.cpp -o omxFitFunction.o In file included from omxMatrix.h(39), from omxFitFunction.h(36), from omxFitFunction.cpp(31): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxFitFunctionBA81.cpp -o omxFitFunctionBA81.o In file included from omxMatrix.h(39), from omxFitFunction.h(36), from omxFitFunctionBA81.cpp(19): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxGREMLExpectation.cpp -o omxGREMLExpectation.o In file included from omxMatrix.h(39), from omxExpectation.h(35), from omxGREMLExpectation.cpp(17): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxGREMLfitfunction.cpp -o omxGREMLfitfunction.o In file included from omxMatrix.h(39), from omxFitFunction.h(36), from omxGREMLfitfunction.cpp(17): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxHessianCalculation.cpp -o omxHessianCalculation.o In file included from omxMatrix.h(39), from omxState.h(46), from glue.h(23), from omxHessianCalculation.cpp(30): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxImportFrontendState.cpp -o omxImportFrontendState.o In file included from omxMatrix.h(39), from omxState.h(46), from glue.h(23), from omxImportFrontendState.cpp(21): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxLISRELExpectation.cpp -o omxLISRELExpectation.o In file included from omxMatrix.h(39), from omxExpectation.h(35), from omxLISRELExpectation.cpp(17): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ icpc -std=gnu++14 -I"/opt/apps/intel18/impi18_0/Rstats/4.0.3/lib64/R/include" -DNDEBUG -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/Rcpp/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/RcppEigen/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/BH/include' -I'/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/rpf/include' -fPIC -qopenmp -mkl=parallel -O2 -fpic -fPIC -qopenmp -mkl=parallel -O2 -c omxMLFitFunction.cpp -o omxMLFitFunction.o In file included from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/idas_forward_system.hpp(9), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/integrate_dae.hpp(5), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat.hpp(72), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/mix/mat.hpp(9), from omxMLFitFunction.cpp(20): /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/idas_system.hpp(283): warning #858: type qualifier on return type is meaningless const size_t n() { return N_; } ^ In file included from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/idas_forward_system.hpp(9), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/integrate_dae.hpp(5), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat.hpp(72), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/mix/mat.hpp(9), from omxMLFitFunction.cpp(20): /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/idas_system.hpp(288): warning #858: type qualifier on return type is meaningless const size_t ns() { return ns_; } ^ In file included from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/idas_forward_system.hpp(9), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/integrate_dae.hpp(5), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat.hpp(72), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/mix/mat.hpp(9), from omxMLFitFunction.cpp(20): /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/idas_system.hpp(293): warning #858: type qualifier on return type is meaningless const size_t n_sys() { return N_ * (ns_ + 1); } ^ In file included from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/idas_forward_system.hpp(9), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/integrate_dae.hpp(5), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat.hpp(72), from /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/mix/mat.hpp(9), from omxMLFitFunction.cpp(20): /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/rev/mat/functor/idas_system.hpp(298): warning #858: type qualifier on return type is meaningless const size_t n_par() { return theta_.size(); } ^ In file included from omxMatrix.h(39), from omxExpectation.h(35), from omxMLFitFunction.cpp(23): minicsv.h(96): warning #858: type qualifier on return type is meaningless const char get_delimiter() const { return delimiter; } ^ /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/prim/mat/fun/promote_common.hpp(23): error: more than one partial specialization matches the template argument list of class "stan::math::promote_elements, Eigen::Matrix>" "stan::math::promote_elements, R, C>, Eigen::Matrix, R, C>>" "stan::math::promote_elements, R, C>, Eigen::Matrix, R, C>>" return promote_elements::type, F>::promote(u); ^ detected during: instantiation of "stan::math::common_type::type stan::math::promote_common(const F &) [with T1=Eigen::Matrix, T2=Eigen::Matrix, F=Eigen::Matrix]" at line 28 of "/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/prim/mat/fun/mdivide_left_ldlt.hpp" instantiation of "Eigen::Matrix, R1, C2, , R1, C2> stan::math::mdivide_left_ldlt(const stan::math::LDLT_factor &, const Eigen::Matrix, R2, C2> &) [with R1=-1, C1=-1, R2=-1, C2=-1, T1=double, T2=double]" at line 66 of "multi_normal_sufficient.hpp" instantiation of "boost::math::tools::promote_args::type, T_covar, float, float, float>::type stan::prob::multi_normal_sufficient_log(int, const Eigen::Matrix &, const Eigen::Matrix &, const T_loc &, const Eigen::Matrix &) [with propto=false, T_sample=double, T_loc=Eigen::VectorXd, T_covar=double]" at line 173 of "omxMLFitFunction.cpp" /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/prim/mat/fun/promote_common.hpp(23): error: more than one partial specialization matches the template argument list of class "stan::math::promote_elements, Eigen::Matrix>" "stan::math::promote_elements, R, C>, Eigen::Matrix, R, C>>" "stan::math::promote_elements, R, C>, Eigen::Matrix, R, C>>" return promote_elements::type, F>::promote(u); ^ detected during: instantiation of "stan::math::common_type::type stan::math::promote_common(const F &) [with T1=Eigen::Matrix, T2=Eigen::Matrix, F=Eigen::Matrix]" at line 28 of "/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/prim/mat/fun/mdivide_left_ldlt.hpp" instantiation of "Eigen::Matrix, R1, C2, , R1, C2> stan::math::mdivide_left_ldlt(const stan::math::LDLT_factor &, const Eigen::Matrix, R2, C2> &) [with R1=-1, C1=-1, R2=-1, C2=1, T1=double, T2=double]" at line 27 of "/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/prim/mat/fun/trace_inv_quad_form_ldlt.hpp" instantiation of "stan::return_type_t stan::math::trace_inv_quad_form_ldlt(const stan::math::LDLT_factor &, const Eigen::Matrix, R3, C3> &) [with T1=double, T2=double, R2=-1, C2=-1, R3=-1, C3=1, =void]" at line 83 of "multi_normal_sufficient.hpp" instantiation of "boost::math::tools::promote_args::type, T_covar, float, float, float>::type stan::prob::multi_normal_sufficient_log(int, const Eigen::Matrix &, const Eigen::Matrix &, const T_loc &, const Eigen::Matrix &) [with propto=false, T_sample=double, T_loc=Eigen::VectorXd, T_covar=double]" at line 173 of "omxMLFitFunction.cpp" /home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/prim/mat/fun/promote_common.hpp(23): error: more than one partial specialization matches the template argument list of class "stan::math::promote_elements, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>>" "stan::math::promote_elements, R, C>, Eigen::Matrix, R, C>>" "stan::math::promote_elements, R, C>, Eigen::Matrix, R, C>>" return promote_elements::type, F>::promote(u); ^ detected during: instantiation of "stan::math::common_type::type stan::math::promote_common(const F &) [with T1=Eigen::Matrix, -1, 1, 0, -1, 1>, T2=Eigen::Matrix, -1, 1, 0, -1, 1>, F=Eigen::Matrix, -1, 1, 0, -1, 1>]" at line 28 of "/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/prim/mat/fun/mdivide_left_ldlt.hpp" instantiation of "Eigen::Matrix, R1, C2, , R1, C2> stan::math::mdivide_left_ldlt(const stan::math::LDLT_factor &, const Eigen::Matrix, R2, C2> &) [with R1=-1, C1=-1, R2=-1, C2=1, T1=stan::math::fvar, T2=stan::math::fvar]" at line 27 of "/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/prim/mat/fun/trace_inv_quad_form_ldlt.hpp" instantiation of "stan::return_type_t stan::math::trace_inv_quad_form_ldlt(const stan::math::LDLT_factor &, const Eigen::Matrix, R3, C3> &) [with T1=stan::math::fvar, T2=stan::math::fvar, R2=-1, C2=-1, R3=-1, C3=1, =void]" at line 83 of "multi_normal_sufficient.hpp" instantiation of "boost::math::tools::promote_args::type, T_covar, float, float, float>::type stan::prob::multi_normal_sufficient_log(int, const Eigen::Matrix &, const Eigen::Matrix &, const T_loc &, const Eigen::Matrix &) [with propto=true, T_sample=double, T_loc=Eigen::Matrix, -1, 1, 0, -1, 1>, T_covar=stan::math::fvar]" at line 145 of "omxMLFitFunction.cpp" instantiation of "T multi_normal_deriv::operator()(const Eigen::Matrix &) const [with T=stan::math::fvar]" at line 60 of "/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/StanHeaders/include/stan/math/mix/mat/functor/hessian.hpp" instantiation of "void stan::math::hessian(const F &, const Eigen::Matrix &, double &, Eigen::Matrix &, Eigen::Matrix &) [with F=multi_normal_deriv]" at line 234 of "omxMLFitFunction.cpp" compilation aborted for omxMLFitFunction.cpp (code 2) make: *** [omxMLFitFunction.o] Error 2 ERROR: compilation failed for package ‘OpenMx’ * removing ‘/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/OpenMx’ * restoring previous ‘/home1/07638/jihyunl/R/x86_64-pc-linux-gnu-library/4.0/OpenMx’ The downloaded source packages are in ‘/tmp/RtmpGoE8r6/downloaded_packages’ Warning message: In install.packages("OpenMx") : installation of package ‘OpenMx’ had non-zero exit status >