Hello Tomas, thank you for including the files.
Looking at make.config.defn you are using a very old compiler (gcc 4.8). The best solution would be to user a newer compiler. On clusters you will typically have to load an environment module (you can try "module avail" to see which ones are available). The "vectors" thorn where you see errors uses some C++ templating that may not be supported by that compiler (gcc 4.8 was released in 2014, https://gcc.gnu.org/releases.html). If there is no newer gcc compiler you may also be able to use the Intel compiler (if it is installed on the cluster). If there is a helpdesk then you may also be able to ask them about how to use a newer compiler. Yours, Roland > Hi all, > > I'm encountering the same building error as described by Hamideh Hosseini > on Fri, 16 Jul 2021 07:11:58 -0700 (sorry, can't seem to find a way to > reply to that thread). > > The error is > > [test-vectors-4-SSE.cc.o] Error 1 > make[2]: *** [make.checked] Error 2 > make[1]: *** [/home/hhossei/Cactus/configs/sim/lib/libthorn_Vectors.a] > Error 2 > & > Creating /home/hhossei/Cactus/configs/sim/lib/libthorn_Fortran.a > make: *** [sim] Error 2 > > > I'm working on a cluster with Linux Centos7. As suggested by Roland Haas on > the previous thread, I attach the files > > make.log > configs/sim/config-info > configs/sim/config-data/config.log and > configs/sim/config-data/make.config.defn > > Do you have any advice? > > Thank you! > Tomas > -- My email is as private as my paper mail. I therefore support encrypting and signing email messages. Get my PGP key from http://pgp.mit.edu .
pgp9tP82Xdeav.pgp
Description: OpenPGP digital signature
_______________________________________________ Users mailing list [email protected] http://lists.einsteintoolkit.org/mailman/listinfo/users
