Question
Asked 14th Oct, 2014
  • The University of Batna-1

How do I install the Gaussrate interface for Polyrate?

I received the following message:
Welcome to GAUSSRATE 2009-A!
... installing
grep: ../src/Makefile: No such file or directory
Do you want to use GAUSSRATE to perform VTST for
barrierless association reaction with varaible reaction
coordinate and multifacted dividing surface?
Note: only MPI version available and this executable is only for VRC-VTST [ yes ]: no
.... creating Makefile
.... done with Makefile
ehook:
Compiler error line 349 of common.inc: Too many names.
Table limit now 802.
Try rerunning with the -Nn1604 option.
/usr/bin/f77: aborting compilation
gmake[1]: *** [hooks_gr.o] Error 255
gmake: *** [GRS] Error 2
---- GAUSSRATE INSTALLATION COMPLETE ----
Have a nice day! :)

Most recent answer

Maryam Mortazavi
Shiraz University
salam
*Once the POLYRATE and GAUSSRATE programs have been acquired, install POLYRATE first
[~]% gunzip polyrate9.7.tar.gz
[~]% tar –xvf polyrate9.7.tar
* Go to the POLYRATE directory and run the "configure" script
[~]% cd polyrate9.7
[~/polyrate9.7]% ./configure
Welcome to POLYRATE 9.7!
Do you want POLYRATE 9.7 to be your
new default version of POLYRATE? [yes]:
...[displays information about the OS and complier]
Do the options chosen above look OK?[yes]:
...installing // ...creating Makefile// ...done with Makefile
----POLYRATE INSTALLATION COMPLETE ----
This script generates a file called Makefilein ~/polyrate9.7/src/ directory
POLYRATE is now installed, then install GAUSSRATE
[~/polyrate9.7]% gunzip gaussrate9.7.tar.gz
[~/polyrate9.7]% tar –xvf gaussrate9.7.tar
􀂄Go to the gaussratedirectory and edit the ``shuttle`` script.
The ‘shuttle’script needs to be told where the Gaussian 03 executable file is to be located
set gausspath=/usr/local/g03/g03.d01/g03/
􀂄Run the ``configure`` script under gaussratedirectory to install and compile the program.
[~/polyrate9.7]% cd gaussrate
[~/polyrate9.7/gaussrate]% ./configure
􀂄Now installation is completed and you are ready to run test runs.
1 Recommendation

All Answers (7)

Grant Hill
The University of Sheffield
I think the line:
grep: ../src/Makefile: No such file or directory
Is likely to be the source of the problem. Is your gaussrate directory within the polyrate2008 directory?
Ferhati Azedine
The University of Batna-1
 Gaussrate2009A is in polyrate 2010A directory
Grant Hill
The University of Sheffield
Then try to figure out why it can't find ../src/Makefile
Ferhati Azedine
The University of Batna-1
when compiling gaussrate ./config  search if there is ../src/Makefile then gives the message (no such file or directory) and after that creates the ../src/Makefile
Ferhati Azedine
The University of Batna-1
it seems there is some file missed : mpif.h  one of them
so the problem is resolved
many thanks to Anouar Rekik  for his kind availability
1 Recommendation
Ahmad Seif
Islamic Azad University Central Tehran Branch
I wanna install guassrate and polyrate on Linux. Which version of each one is better?
2 Recommendations
Maryam Mortazavi
Shiraz University
salam
*Once the POLYRATE and GAUSSRATE programs have been acquired, install POLYRATE first
[~]% gunzip polyrate9.7.tar.gz
[~]% tar –xvf polyrate9.7.tar
* Go to the POLYRATE directory and run the "configure" script
[~]% cd polyrate9.7
[~/polyrate9.7]% ./configure
Welcome to POLYRATE 9.7!
Do you want POLYRATE 9.7 to be your
new default version of POLYRATE? [yes]:
...[displays information about the OS and complier]
Do the options chosen above look OK?[yes]:
...installing // ...creating Makefile// ...done with Makefile
----POLYRATE INSTALLATION COMPLETE ----
This script generates a file called Makefilein ~/polyrate9.7/src/ directory
POLYRATE is now installed, then install GAUSSRATE
[~/polyrate9.7]% gunzip gaussrate9.7.tar.gz
[~/polyrate9.7]% tar –xvf gaussrate9.7.tar
􀂄Go to the gaussratedirectory and edit the ``shuttle`` script.
The ‘shuttle’script needs to be told where the Gaussian 03 executable file is to be located
set gausspath=/usr/local/g03/g03.d01/g03/
􀂄Run the ``configure`` script under gaussratedirectory to install and compile the program.
[~/polyrate9.7]% cd gaussrate
[~/polyrate9.7/gaussrate]% ./configure
􀂄Now installation is completed and you are ready to run test runs.
1 Recommendation

Similar questions and discussions

Which SCF algorithm is faster? XQC or YQC?
Question
5 answers
  • Federico BergeroFederico Bergero
Gaussian 09, as of d.01, has several algorithms for SCF calculations. I paste here the manual descriptions:
- The default SCF procedure uses a combination of EDIIS [Kudin02] and CDIIS, with no damping or Fermi broadening
- QC Calls for the use of a quadratically convergent SCF procedure [Bacskay81]. By default this involves linear searches when far from convergence and Newton-Raphson steps when close (unless the energy goes up). This method is slower than regular SCF with DIIS extrapolation but is more reliable.
- XQC Add an extra SCF=QC step in case the first-order SCF has not converged.
- YQC Provides a new algorithm that is useful for difficult SCF convergence cases involving very large molecules. It does steepest descent and then scaled steepest descent as in QC, but then switches to regular SCF instead of quadratic convergence, using the quadratic algorithm only if the regular SCF fails to converge.
The system I'm currently working on is amine-metal clusters with 1 Cu or 1 Fe atom with ECPs and up to a total 76 atoms. The calculations are unrestricted DFT b3lyp.
I've used normal SCF and had some convergence errore here and there. QC seems to be overkill in cases when normal SCF works, so I tried XQC and recently YQC. Neither are havin convergence problems but lately each calculation is taking about a week, so I wonder if the slowdown is the systems I'm using or the switch to YQC.
Has anyone done or seen a benchmark of both method on the same systems? Or can anyone guess from the descriptions if that is my problem? Thanks!

Related Publications

Got a technical question?
Get high-quality answers from experts.