- Posts: 17
- Thank you received: 0
If you run into troubles, it is always a good habit to report the following information:
as well as the value of the relevant environmental variables, such OMP_NUM_THREADS, etc.
This information helps us a lot when figuring out what is going on with your compilation
- the way build.mrcc was invoked
- the output of build.mrcc
- compiler version (for example: ifort -V, gfortran -v)
- blas/lapack versions
- as well as gcc and glibc versions
as well as the value of the relevant environmental variables, such OMP_NUM_THREADS, etc.
This information helps us a lot when figuring out what is going on with your compilation
interfase mrcc+columbus
- rayxalapa
- Topic Author
- Offline
- New Member
Less
More
4 years 10 months ago #797
by rayxalapa
interfase mrcc+columbus was created by rayxalapa
Hi everyone!
I am trying to compile, for example the colto55.f file with different versions of ifort but always I have troubles with some functions.
My log is:
ifort -O3 -o colto55 colto55.f -L/home/ray/test/Columbus/colib.a -L/home/ray/test/Columbus/blaswrapper.a -llapack -lblas
/tmp/ifortZAPrug.o: In function `MAIN__':
colto55.f:(.text+0x64): undefined reference to `ibummr_'
colto55.f:(.text+0x98): undefined reference to `trnfln_'
colto55.f:(.text+0x14f): undefined reference to `sifrh1_'
colto55.f:(.text+0x1b5): undefined reference to `bummer_'
colto55.f:(.text+0x1d7): undefined reference to `bummer_'
colto55.f:(.text+0x1f6): undefined reference to `bummer_'
colto55.f:(.text+0x215): undefined reference to `bummer_'
colto55.f:(.text+0x234): undefined reference to `bummer_'
/tmp/ifortZAPrug.o:colto55.f:(.text+0x253): more undefined references to `bummer_' follow
/tmp/ifortZAPrug.o: In function `MAIN__':
colto55.f:(.text+0x2bf): undefined reference to `sifrh2_'
colto55.f:(.text+0x2e9): undefined reference to `bummer_'
colto55.f:(.text+0x49a): undefined reference to `bummer_'
colto55.f:(.text+0x4c0): undefined reference to `atebyt_'
colto55.f:(.text+0x4e3): undefined reference to `forbyt_'
colto55.f:(.text+0x4f6): undefined reference to `atebyt_'
colto55.f:(.text+0x526): undefined reference to `forbyt_'
colto55.f:(.text+0x555): undefined reference to `bummer_'
colto55.f:(.text+0x5ef): undefined reference to `sifrd1_'
colto55.f:(.text+0x619): undefined reference to `bummer_'
colto55.f:(.text+0x666): undefined reference to `siffw1_'
colto55.f:(.text+0x690): undefined reference to `bummer_'
colto55.f:(.text+0x6d9): undefined reference to `trnfln_'
colto55.f:(.text+0x70c): undefined reference to `sifo2f_'
colto55.f:(.text+0x736): undefined reference to `bummer_'
colto55.f:(.text+0x75c): undefined reference to `atebyt_'
colto55.f:(.text+0x780): undefined reference to `forbyt_'
colto55.f:(.text+0x793): undefined reference to `atebyt_'
colto55.f:(.text+0x7c3): undefined reference to `forbyt_'
colto55.f:(.text+0x7f2): undefined reference to `bummer_'
colto55.f:(.text+0x8a5): undefined reference to `sifrd2_'
colto55.f:(.text+0x8cf): undefined reference to `bummer_'
colto55.f:(.text+0x92d): undefined reference to `siffw2_'
colto55.f:(.text+0x957): undefined reference to `bummer_'
colto55.f:(.text+0x984): undefined reference to `sifc2f_'
colto55.f:(.text+0x9aa): undefined reference to `bummer_'
colto55.f:(.text+0x9f6): undefined reference to `bummer_'
colto55.f:(.text+0x3581): undefined reference to `allcap_'
colto55.f:(.text+0x369b): undefined reference to `allcap_'
colto55.f:(.text+0x4640): undefined reference to `bummer_'
/tmp/ifortZAPrug.o: In function `rdgeom_':
colto55.f:(.text+0x5842): undefined reference to `bummer_'
/tmp/ifortZAPrug.o: In function `rdlv_':
colto55.f:(.text+0x5bf9): undefined reference to `allcap_'
colto55.f:(.text+0x5d08): undefined reference to `allcap_'
/tmp/ifortZAPrug.o: In function `prt2e_':
colto55.f:(.text+0x5fe5): undefined reference to `sifrd2_'
colto55.f:(.text+0x600d): undefined reference to `bummer_'
colto55.f:(.text+0x605f): undefined reference to `siffw2_'
colto55.f:(.text+0x6087): undefined reference to `bummer_'
/tmp/ifortZAPrug.o: In function `prt1e_':
colto55.f:(.text+0x6137): undefined reference to `sifrd1_'
colto55.f:(.text+0x615d): undefined reference to `bummer_'
colto55.f:(.text+0x619b): undefined reference to `siffw1_'
colto55.f:(.text+0x61c1): undefined reference to `bummer_'
thanks in advance,
Raymundo
I am trying to compile, for example the colto55.f file with different versions of ifort but always I have troubles with some functions.
My log is:
ifort -O3 -o colto55 colto55.f -L/home/ray/test/Columbus/colib.a -L/home/ray/test/Columbus/blaswrapper.a -llapack -lblas
/tmp/ifortZAPrug.o: In function `MAIN__':
colto55.f:(.text+0x64): undefined reference to `ibummr_'
colto55.f:(.text+0x98): undefined reference to `trnfln_'
colto55.f:(.text+0x14f): undefined reference to `sifrh1_'
colto55.f:(.text+0x1b5): undefined reference to `bummer_'
colto55.f:(.text+0x1d7): undefined reference to `bummer_'
colto55.f:(.text+0x1f6): undefined reference to `bummer_'
colto55.f:(.text+0x215): undefined reference to `bummer_'
colto55.f:(.text+0x234): undefined reference to `bummer_'
/tmp/ifortZAPrug.o:colto55.f:(.text+0x253): more undefined references to `bummer_' follow
/tmp/ifortZAPrug.o: In function `MAIN__':
colto55.f:(.text+0x2bf): undefined reference to `sifrh2_'
colto55.f:(.text+0x2e9): undefined reference to `bummer_'
colto55.f:(.text+0x49a): undefined reference to `bummer_'
colto55.f:(.text+0x4c0): undefined reference to `atebyt_'
colto55.f:(.text+0x4e3): undefined reference to `forbyt_'
colto55.f:(.text+0x4f6): undefined reference to `atebyt_'
colto55.f:(.text+0x526): undefined reference to `forbyt_'
colto55.f:(.text+0x555): undefined reference to `bummer_'
colto55.f:(.text+0x5ef): undefined reference to `sifrd1_'
colto55.f:(.text+0x619): undefined reference to `bummer_'
colto55.f:(.text+0x666): undefined reference to `siffw1_'
colto55.f:(.text+0x690): undefined reference to `bummer_'
colto55.f:(.text+0x6d9): undefined reference to `trnfln_'
colto55.f:(.text+0x70c): undefined reference to `sifo2f_'
colto55.f:(.text+0x736): undefined reference to `bummer_'
colto55.f:(.text+0x75c): undefined reference to `atebyt_'
colto55.f:(.text+0x780): undefined reference to `forbyt_'
colto55.f:(.text+0x793): undefined reference to `atebyt_'
colto55.f:(.text+0x7c3): undefined reference to `forbyt_'
colto55.f:(.text+0x7f2): undefined reference to `bummer_'
colto55.f:(.text+0x8a5): undefined reference to `sifrd2_'
colto55.f:(.text+0x8cf): undefined reference to `bummer_'
colto55.f:(.text+0x92d): undefined reference to `siffw2_'
colto55.f:(.text+0x957): undefined reference to `bummer_'
colto55.f:(.text+0x984): undefined reference to `sifc2f_'
colto55.f:(.text+0x9aa): undefined reference to `bummer_'
colto55.f:(.text+0x9f6): undefined reference to `bummer_'
colto55.f:(.text+0x3581): undefined reference to `allcap_'
colto55.f:(.text+0x369b): undefined reference to `allcap_'
colto55.f:(.text+0x4640): undefined reference to `bummer_'
/tmp/ifortZAPrug.o: In function `rdgeom_':
colto55.f:(.text+0x5842): undefined reference to `bummer_'
/tmp/ifortZAPrug.o: In function `rdlv_':
colto55.f:(.text+0x5bf9): undefined reference to `allcap_'
colto55.f:(.text+0x5d08): undefined reference to `allcap_'
/tmp/ifortZAPrug.o: In function `prt2e_':
colto55.f:(.text+0x5fe5): undefined reference to `sifrd2_'
colto55.f:(.text+0x600d): undefined reference to `bummer_'
colto55.f:(.text+0x605f): undefined reference to `siffw2_'
colto55.f:(.text+0x6087): undefined reference to `bummer_'
/tmp/ifortZAPrug.o: In function `prt1e_':
colto55.f:(.text+0x6137): undefined reference to `sifrd1_'
colto55.f:(.text+0x615d): undefined reference to `bummer_'
colto55.f:(.text+0x619b): undefined reference to `siffw1_'
colto55.f:(.text+0x61c1): undefined reference to `bummer_'
thanks in advance,
Raymundo
Please Log in or Create an account to join the conversation.
- kallay
- Offline
- Administrator
- Mihaly Kallay
4 years 10 months ago #798
by kallay
Best regards,
Mihaly Kallay
Replied by kallay on topic interfase mrcc+columbus
Dear Raymundo,
You probably use a newer version of Columbus. This interface was developed with an old version, and unfortunately we have tested it with the latest ones. So you should try with an older Columbus version.
You probably use a newer version of Columbus. This interface was developed with an old version, and unfortunately we have tested it with the latest ones. So you should try with an older Columbus version.
Best regards,
Mihaly Kallay
Please Log in or Create an account to join the conversation.
- rayxalapa
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 0
4 years 10 months ago #799
by rayxalapa
Replied by rayxalapa on topic interfase mrcc+columbus
The oldest version is available in Columbus is Col-2014 and I get the same log:
ifort -O3 -o colto55 colto55.f -L/home/user/Columbus/colib.a -L/home/user/Columbus/blaswrapper.a -llapack -lblas
/tmp/ifortcNJpTk.o: In function `MAIN__':
colto55.f:(.text+0x64): undefined reference to `ibummr_'
colto55.f:(.text+0x98): undefined reference to `trnfln_'
colto55.f:(.text+0x14f): undefined reference to `sifrh1_'
colto55.f:(.text+0x1b5): undefined reference to `bummer_'
colto55.f:(.text+0x1d7): undefined reference to `bummer_'
colto55.f:(.text+0x1f6): undefined reference to `bummer_'
colto55.f:(.text+0x215): undefined reference to `bummer_'
colto55.f:(.text+0x234): undefined reference to `bummer_'
/tmp/ifortcNJpTk.o:colto55.f:(.text+0x253): more undefined references to `bummer_' follow
/tmp/ifortcNJpTk.o: In function `MAIN__':
colto55.f:(.text+0x2bf): undefined reference to `sifrh2_'
colto55.f:(.text+0x2e9): undefined reference to `bummer_'
colto55.f:(.text+0x49a): undefined reference to `bummer_'
colto55.f:(.text+0x4c0): undefined reference to `atebyt_'
colto55.f:(.text+0x4e3): undefined reference to `forbyt_'
colto55.f:(.text+0x4f6): undefined reference to `atebyt_'
colto55.f:(.text+0x526): undefined reference to `forbyt_'
colto55.f:(.text+0x555): undefined reference to `bummer_'
colto55.f:(.text+0x5ef): undefined reference to `sifrd1_'
colto55.f:(.text+0x619): undefined reference to `bummer_'
colto55.f:(.text+0x666): undefined reference to `siffw1_'
colto55.f:(.text+0x690): undefined reference to `bummer_'
colto55.f:(.text+0x6d9): undefined reference to `trnfln_'
colto55.f:(.text+0x70c): undefined reference to `sifo2f_'
colto55.f:(.text+0x736): undefined reference to `bummer_'
colto55.f:(.text+0x75c): undefined reference to `atebyt_'
colto55.f:(.text+0x780): undefined reference to `forbyt_'
colto55.f:(.text+0x793): undefined reference to `atebyt_'
colto55.f:(.text+0x7c3): undefined reference to `forbyt_'
colto55.f:(.text+0x7f2): undefined reference to `bummer_'
colto55.f:(.text+0x8a5): undefined reference to `sifrd2_'
colto55.f:(.text+0x8cf): undefined reference to `bummer_'
colto55.f:(.text+0x92d): undefined reference to `siffw2_'
colto55.f:(.text+0x957): undefined reference to `bummer_'
colto55.f:(.text+0x984): undefined reference to `sifc2f_'
colto55.f:(.text+0x9aa): undefined reference to `bummer_'
colto55.f:(.text+0x9f6): undefined reference to `bummer_'
colto55.f:(.text+0x3581): undefined reference to `allcap_'
colto55.f:(.text+0x369b): undefined reference to `allcap_'
colto55.f:(.text+0x4640): undefined reference to `bummer_'
/tmp/ifortcNJpTk.o: In function `rdgeom_':
colto55.f:(.text+0x5842): undefined reference to `bummer_'
/tmp/ifortcNJpTk.o: In function `rdlv_':
colto55.f:(.text+0x5bf9): undefined reference to `allcap_'
colto55.f:(.text+0x5d08): undefined reference to `allcap_'
/tmp/ifortcNJpTk.o: In function `prt2e_':
colto55.f:(.text+0x5fe5): undefined reference to `sifrd2_'
colto55.f:(.text+0x600d): undefined reference to `bummer_'
colto55.f:(.text+0x605f): undefined reference to `siffw2_'
colto55.f:(.text+0x6087): undefined reference to `bummer_'
/tmp/ifortcNJpTk.o: In function `prt1e_':
colto55.f:(.text+0x6137): undefined reference to `sifrd1_'
colto55.f:(.text+0x615d): undefined reference to `bummer_'
colto55.f:(.text+0x619b): undefined reference to `siffw1_'
colto55.f:(.text+0x61c1): undefined reference to `bummer_'
ifort -O3 -o colto55 colto55.f -L/home/user/Columbus/colib.a -L/home/user/Columbus/blaswrapper.a -llapack -lblas
/tmp/ifortcNJpTk.o: In function `MAIN__':
colto55.f:(.text+0x64): undefined reference to `ibummr_'
colto55.f:(.text+0x98): undefined reference to `trnfln_'
colto55.f:(.text+0x14f): undefined reference to `sifrh1_'
colto55.f:(.text+0x1b5): undefined reference to `bummer_'
colto55.f:(.text+0x1d7): undefined reference to `bummer_'
colto55.f:(.text+0x1f6): undefined reference to `bummer_'
colto55.f:(.text+0x215): undefined reference to `bummer_'
colto55.f:(.text+0x234): undefined reference to `bummer_'
/tmp/ifortcNJpTk.o:colto55.f:(.text+0x253): more undefined references to `bummer_' follow
/tmp/ifortcNJpTk.o: In function `MAIN__':
colto55.f:(.text+0x2bf): undefined reference to `sifrh2_'
colto55.f:(.text+0x2e9): undefined reference to `bummer_'
colto55.f:(.text+0x49a): undefined reference to `bummer_'
colto55.f:(.text+0x4c0): undefined reference to `atebyt_'
colto55.f:(.text+0x4e3): undefined reference to `forbyt_'
colto55.f:(.text+0x4f6): undefined reference to `atebyt_'
colto55.f:(.text+0x526): undefined reference to `forbyt_'
colto55.f:(.text+0x555): undefined reference to `bummer_'
colto55.f:(.text+0x5ef): undefined reference to `sifrd1_'
colto55.f:(.text+0x619): undefined reference to `bummer_'
colto55.f:(.text+0x666): undefined reference to `siffw1_'
colto55.f:(.text+0x690): undefined reference to `bummer_'
colto55.f:(.text+0x6d9): undefined reference to `trnfln_'
colto55.f:(.text+0x70c): undefined reference to `sifo2f_'
colto55.f:(.text+0x736): undefined reference to `bummer_'
colto55.f:(.text+0x75c): undefined reference to `atebyt_'
colto55.f:(.text+0x780): undefined reference to `forbyt_'
colto55.f:(.text+0x793): undefined reference to `atebyt_'
colto55.f:(.text+0x7c3): undefined reference to `forbyt_'
colto55.f:(.text+0x7f2): undefined reference to `bummer_'
colto55.f:(.text+0x8a5): undefined reference to `sifrd2_'
colto55.f:(.text+0x8cf): undefined reference to `bummer_'
colto55.f:(.text+0x92d): undefined reference to `siffw2_'
colto55.f:(.text+0x957): undefined reference to `bummer_'
colto55.f:(.text+0x984): undefined reference to `sifc2f_'
colto55.f:(.text+0x9aa): undefined reference to `bummer_'
colto55.f:(.text+0x9f6): undefined reference to `bummer_'
colto55.f:(.text+0x3581): undefined reference to `allcap_'
colto55.f:(.text+0x369b): undefined reference to `allcap_'
colto55.f:(.text+0x4640): undefined reference to `bummer_'
/tmp/ifortcNJpTk.o: In function `rdgeom_':
colto55.f:(.text+0x5842): undefined reference to `bummer_'
/tmp/ifortcNJpTk.o: In function `rdlv_':
colto55.f:(.text+0x5bf9): undefined reference to `allcap_'
colto55.f:(.text+0x5d08): undefined reference to `allcap_'
/tmp/ifortcNJpTk.o: In function `prt2e_':
colto55.f:(.text+0x5fe5): undefined reference to `sifrd2_'
colto55.f:(.text+0x600d): undefined reference to `bummer_'
colto55.f:(.text+0x605f): undefined reference to `siffw2_'
colto55.f:(.text+0x6087): undefined reference to `bummer_'
/tmp/ifortcNJpTk.o: In function `prt1e_':
colto55.f:(.text+0x6137): undefined reference to `sifrd1_'
colto55.f:(.text+0x615d): undefined reference to `bummer_'
colto55.f:(.text+0x619b): undefined reference to `siffw1_'
colto55.f:(.text+0x61c1): undefined reference to `bummer_'
Please Log in or Create an account to join the conversation.
Time to create page: 0.038 seconds