- Posts: 2
- 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
 
            
        Try to compile mrcc with molpro 2010
- dsbezrukov
- Topic Author
- Offline
- New Member
- 
              
        Less
        More
        
            
    
        
            
        
                10 years 1 month ago                #181
        by dsbezrukov
    
    
            
            
            
            
            
                                
    
                                                
    
        Try to compile mrcc with molpro 2010 was created by dsbezrukov            
    
        I try to install mrcc on existing molpro installation.
I have directory with library and binary of installed molpro:
/usr/local/molpro/molprop_2010_1_Linux_x86_64_i8
I'm not understand, in which subdirectory i must put mrcc package and run "make mrcc". Could you help me?
    I have directory with library and binary of installed molpro:
/usr/local/molpro/molprop_2010_1_Linux_x86_64_i8
I'm not understand, in which subdirectory i must put mrcc package and run "make mrcc". Could you help me?
Please Log in or Create an account to join the conversation.
- kallay
- Offline
- Administrator
- 
              
- Mihaly Kallay
            
        
                10 years 1 month ago                #183
        by kallay
    
    
            
Best regards,
Mihaly Kallay
    
            
            
            
            
            
                                
    
                                                
    
        Replied by kallay on topic Try to compile mrcc with molpro 2010            
    
        I think you should copy the mrcc*.tar.gz file to your /usr/local/molpro/molprop_2010_1_Linux_x86_64_i8 directory, then you should execute the following commands:
mkdir mrcc
tar -C mrcc -xzf mrcc*tar.gz
make mrcc
            mkdir mrcc
tar -C mrcc -xzf mrcc*tar.gz
make mrcc
Best regards,
Mihaly Kallay
Please Log in or Create an account to join the conversation.
- dsbezrukov
- Topic Author
- Offline
- New Member
- 
              
        Less
        More
        
            
    
        - Posts: 2
- Thank you received: 0
            
        
                10 years 1 month ago         -  10 years 1 month ago        #184
        by dsbezrukov
    
    
    
            
            
            
            
                                
    
                                                
    
        Replied by dsbezrukov on topic Try to compile mrcc with molpro 2010            
    
        Thank you for your answer.
Unfortunately, it doesn't work.
This directory not contain any Makefile.
$ ls /usr/local/molpro/molprop_2010_1_Linux_x86_64_i8/
basis.php bin doc examples index.htm lib mrcc mrcc.2015-05-28.tar.gz parallel.x utilities
May be I must compile Molpro instead of used pre-compiled version?
Another problem - i can't build standalone version of mrcc with GNU compilers (gcc version 4.4.7). On different computers I obtain the similar error message:
basopt.f:545.19:
call simplex(goalfunc,para,ftol,xtol,maxiter,maxfun,
1
Error: Internal procedure 'goalfunc' is not allowed as an actual argument at (1)
With Intel compilers all compiled without errors and all test passed succesfully.
Sincerely yours,
Dmitry
    Unfortunately, it doesn't work.
This directory not contain any Makefile.
$ ls /usr/local/molpro/molprop_2010_1_Linux_x86_64_i8/
basis.php bin doc examples index.htm lib mrcc mrcc.2015-05-28.tar.gz parallel.x utilities
May be I must compile Molpro instead of used pre-compiled version?
Another problem - i can't build standalone version of mrcc with GNU compilers (gcc version 4.4.7). On different computers I obtain the similar error message:
basopt.f:545.19:
call simplex(goalfunc,para,ftol,xtol,maxiter,maxfun,
1
Error: Internal procedure 'goalfunc' is not allowed as an actual argument at (1)
With Intel compilers all compiled without errors and all test passed succesfully.
Sincerely yours,
Dmitry
        Last edit: 10 years 1 month ago  by dsbezrukov.            
            Please Log in or Create an account to join the conversation.
- jcsontos
- 
            
				  
- Offline
- Administrator
- 
              
            
        
                10 years 1 month ago                #185
        by jcsontos
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by jcsontos on topic Try to compile mrcc with molpro 2010            
    
        Regarding your second issue with the gcc compilers.
First of all, thank you for reporting it back; I'm going to investigate it further.
I also note that we use gcc versions 4.8.3 and 4.8.4 here, and they compile the code and all tests pass. If you need gcc then, at the moment, the easiest way to get it working is upgrading it to a more recent gcc version.
Sincerely,
Jozsef
    First of all, thank you for reporting it back; I'm going to investigate it further.
I also note that we use gcc versions 4.8.3 and 4.8.4 here, and they compile the code and all tests pass. If you need gcc then, at the moment, the easiest way to get it working is upgrading it to a more recent gcc version.
Sincerely,
Jozsef
Please Log in or Create an account to join the conversation.
- kallay
- Offline
- Administrator
- 
              
- Mihaly Kallay
            
        
                10 years 1 month ago                #186
        by kallay
    
    
            
Best regards,
Mihaly Kallay
    
            
            
            
            
            
                                
    
                                                
    
        Replied by kallay on topic Try to compile mrcc with molpro 2010            
    
        I think you need molpro source code to install mrcc with molpro makefile.
Anyway, I would suggest installing our precompiled binaries, that would solve your problems.
            Anyway, I would suggest installing our precompiled binaries, that would solve your problems.
Best regards,
Mihaly Kallay
Please Log in or Create an account to join the conversation.
- pdem
- Offline
- New Member
- 
              
        Less
        More
        
            
    
        - Posts: 5
- Thank you received: 0
            
        
                9 years 5 days ago                #318
        by pdem
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by pdem on topic Try to compile mrcc with molpro 2010            
    
        Like to dsbezrukov (see TOPIC: Try to compile mrcc with molpro 2010), we have the same problem of the installing mrcc on the existing molpro 2010.1 installation. One years and one month ago Prof. M. Kallay suggested installing your "precompiled binaries, that would solve ... problems".
Could you give us precompiled binaries for trying solve our problem of the installing MRCC on the existing Molpro 2010.1 installation?
    Could you give us precompiled binaries for trying solve our problem of the installing MRCC on the existing Molpro 2010.1 installation?
Please Log in or Create an account to join the conversation.
        Time to create page: 0.043 seconds    
    