Serial Number For Gaussview 6 Installation

Gaussian is a commercial software package for electronic structure modelling. The University of Calgary has acquired a site license for the Linux source code for Gaussian 16 and the TCP Linda 9 software that allows for parallel execution of Gaussian 16 on multiple compute nodes.

We are also licensed for the Microsoft Windows version of the graphical pre- and post-processing program GaussView 6. Note, however, that we do not have a Linux vesion of the software, so, GaussView cannot be run on ARC. If you use a Microsoft Windows desktop or laptop computer and have been granted access to the software after agreeing to the license conditions, GaussView 6 can be downloaded from ARC, as mentioned below.

Here we concentrate on using Gaussian 16 on ARC, but, the software can also be installed on other Linux-based machines at the University of Calgary.

General information

  • g16 command line options:
http://gaussian.com/options/

Semichem Inc., Shawnee Mission, KS, 2016. GaussView 6.0.16 Free Download Latest Version for Windows. It is full offline installer standalone setup of GaussView 6.0.16.GaussView 6.0.16 OverviewGaussView 6.0.16 is a handy application that helps you in creating Gaussian input files and enables the users to run the Gaussian calculations from the. DOWNLOAD LINK - HOW TO USE:1)Download the hack2)Run the setup3)Run the program on your desktop4)Run the game5)Pres.

Installation
  • Linda:
http://gaussian.com/lindaprod/
  • Google search on Gaussian input file format:
https://www.google.com/search?client=firefox-b-e&q=gaussian+input+file+format


  • Compute Canada Gaussian Errors article:
https://docs.computecanada.ca/wiki/Gaussian_error_messages

Although the University of Calgary has a Gaussian 16 site license, access to the software is only made available to those researchers who are able to confirm that they can abide to the conditions of a license agreement. The license agreement can be downloaded from

on ARC.

If you would like access to run Gaussian 16 on ARC or download GaussView 16 for use on a Microsoft Windows computer located at the University of Calgary, please send an email to support@hpc.ucalgary.ca with a subject line of the form: Gaussian access request (your_ARC_user_name) with the body of the email including a copy of the statement:

After your email has been received and approved, your user name will be added to the g16 group on ARC, which is used to control access to the directory containing the software.

Look under /global/software/gaussian .

Installing GaussView 6.0 for Windows

The licensing terms for the GaussView 6.0 software require that it is installed on a University of Calgary owned and controlled computers only. If you have a Windows laptop or a workstation that is centrally managed by the UofC IT department,you can install GaussView on it yourself using the Software Centre on the computer. Look for GaussView 6.0 in the Software Centre.

Running Gaussian batch jobs

Serial Number For Gaussview 6 Installation Tool

Researchers using Gaussian on ARC are expected to be generally familiar with Gaussian capabilities, input file format and the use of checkpoint files.

Like other calculations on ARC systems, Gaussian is run by submitting an appropriate script for batch scheduling using the sbatch command. For more information about submitting jobs, see Running jobs article.

Sample scripts for running Gaussian 16 on ARC will be supplied once testing of the software is complete and installed on ARC under /global/software/gaussian .

Gaussian 16 modules

Currently there are two software modules on ARC that provide Gaussian16.You can see them useing the module avail:

There are two kinds of compute nodes in ARC. The newer nodes with Intel Skylake CPUs are in the cpu2019, apophis-bf, razi-bf, and pawson-bf partitions.The older nodes, legacy nodes have older Intel Nehalem CPUs, these are in lattice and parallel partitions.

Gaussian on ARC was compiled for these two different types of Intel CPUs separately to providemaximum performance on each of the CPU kinds.So, the Gaussian16/b01-nehalem module has to be loaded when submitting a job to the legacy partitions,and the Gaussian16/b01-skylake should be used when the job is sent to the newer partition.When the partition is not specified, the job goes to the default partitions with newer CPUs.


Once the module is loaded it provides access to the g16 executable program.

The module, however, does not need to be loaded on the login node, it has to be loaded on the compute node that is going to workon your computation.The best place to load the module is the job script for your computation.

Running a Gaussian Job

To run your computation on ARC cluster you have to have two files: (1) a Gaussian .com input file and (2) SLURM job script .slurm.Put or prepare the files in the directory dedicated to the computation, dimer for example:

To submit the jobs simply

The number printed out during submission is a job ID of you job that can be used to monitor its state.

Like this:

The output of the squeue command may look different for you, depending on your settings.

You can also get more information about the state of the job with

You will have to replace the number with the actual job ID of your job.

Input files

The Gaussian input file is a text file describing the geometry of your system as well as specifications of the computation you are going to perform. You have to consult the Gaussian manual and tutorials to create it.

Below is a geometry optimization run for a water dimer, dimer.com:

The dimer.com input file provides instructions for the Gaussian16 software.

Serial Number For Gaussview 6 Installation Manual

Now you need to create a file for the ARC cluster's job manager, SLURM, and explain

  1. what resources the computation needs and
  2. how to do it.

An example job script, that can be used as a template is shown below.

The SLURM job script, dimer.slurm:

Generally, job scripts do not have to be that long and elaborate.This specific script does extra work for you:

  1. Determines if the job runs on a newer or older node and loads proper version of Gaussian for it.
  2. Sets the number of CPUs, amount of memory and the scratch directory for Gaussian based on the resource request from SLURM.
  3. Prints out the accepted settings for the run.

and then it runs Gaussian as the last command.

Output files

The run will produce three more files: dimer.chk, dimer.log, and slurm-5527893.out.

The .chk file is a Gaussian check point file that we requested in the input .com file, it can be used to restart or continue the computations from it. The Gaussian output goes into the .log file. Look into the .log file for your results.

The slurm-...out file is the intercept of what would be printed on screen during the job run time. When the job runs there is no screen and the output is captured and saved into this file. The number in the file name is the job ID of the job, which is printed out when you submit the job withthe sbatch command.

Defining your own system

You can start by using these two example files on ARC to run your first job. If everything goes smoothly you can try defining your own system and changing the resource requests to match your specific case.

Some type of computations can be spread over several compute nodes when using Gaussian16.Gaussian is using its own custom add-on to the main Gaussian16 program, called Linda.Linda is a separate product and it has to be purchased and licensed separately.ARC cluster does have the Linda add-on installed and available for use.

To spread computation across several nodes Linda logs into additional nodes using SSH and starts additional instances of Gaussian16 on them. The main instance of Gaussian16 on the first node assumes control of the additional instances.While the additional instances can provide additional computational capacity, communication timerequired for the master instance to send the work and receive the results back can be so long, that the communication burden can make the mutli-node computation slower than a single node computation.You have to know that the method you are going to use can run well on several nodes and test the performance benefitbefore you commit to running a large number of multi-node jobs.

Gaussian computational options can be specified in any of 4 ways (in the order of precedence):

Serial number for gaussview 6 installation tool
  • as a % link in the input .com file,
  • as a command line option for the g16 program,
  • as an environmental variable,
  • and as a directive in the Default.Route file.

The examples below show how to control Linda runs using the command line options, so please make sure that you do not try to pass conflicting control information using the other methods at the same time. This may lead to unpredictable behaviour.

The job scripts below show how to setup jobs on the cpu2019, parallel, and lattice partitions on ARC.These partitions have special fast network interconnect that is suitable for multi-node computations.


The example computation from above, the dimer.com input is simple and short, so it does not provideany significant computational demand that would benefit from running on multiple nodes.The timing table below demonstrate that:

Clearly, one has to evaluate the benefits of using more resources before committing to a specific computational configuration.


Skylake CPUs, cpu2019 partition

The default partitions in ARC have 40 CPUs and 180GB of allocatable memory. These are the best compute nodes to run on. The example job script below sets up a Gaussian16 job using 2 compute nodes with 40 CPUs on each, 80 CPUs in total.

job.slurm:

Nehalem CPUs, parallel partition

The parallel partition contains nodes that have 12 CPUs and 22GB of allocatable memory. These nodes have CPUs from 2011 and the CPU architecture is called Nehalem.These CPUs are about 50% performance of the cpu2019 CPUs. Also, the code for these CPUs does not support features of the more modern CPUs, so Gaussian16 had to be compiledspecifically for them, that is why the jobs should be using a different Gaussian16 module.The example job script below sets up a Gaussian16 job using 4 compute nodes with 12 CPUs on each, 48 CPUs in total.

job.slurm:

Serial number for gaussview 6 installation manual pdf

Nehalem CPUs, lattice partition

The lattice partition contains nodes that have 8 CPUs and 10GB of allocatable memory. These nodes have CPUs from 2010 and are similar to the CPUs in the parallel partition.The example job script below sets up a Gaussian16 job using 6 compute nodes with 8 CPUs on each, 48 CPUs in total.

job.slurm:

The number of GPUs and GPU nodes on ARC is relatively small and the benefit of using GPUs for Gaussian 16 installed on ARC does not seem significant enough to justify the use of the limited resources.Thus, we neither recommend nor support Gaussian jobs using GPUs at this moment.

Please send any questions regarding using Gaussian on ARC to support@hpc.ucalgary.ca.

Retrieved from 'https://rcs.ucalgary.ca/index.php?title=Gaussian_on_ARC&oldid=1268'

Overview

Serial Number For Gaussview 6 Installation
  • The University of Delaware has a site license from Gaussian, Inc. to allow their software to be used for educational and research purposes only on machines owned by the University of Delaware.
  • Gaussian 16 Rev C.01 is the latest version of the Gaussian series of electronic structure programs, used by chemists, chemical engineers, biochemists, physicists and other scientists worldwide. Gaussian 16 provides a wide-ranging suite of the most advanced modeling capabilities available. Also included in our license is GaussView 6.1.1, the latest iteration of a graphical interface used with Gaussian.
  • Information on the software is available at gaussian.com.

NOTICE

  • Requesters of the software agree to install Gaussian only on machines owned by the University by the department/college listed in the request.
  • Requesters agree to control access to the installation media, allowing installation only by University employees onto approved systems.
  • The creators of the software, Gaussian, Inc., actively pursue litigation against both individuals and institutions over software licensing violations.
  • Failure to follow these procedures is a violation of University Responsible Computing Policy and may result in severe penalties including, but not limited to, employment termination and/or criminal prosecution.

Obtaining Gaussian

  • ALL versions require a serial number, contained in a separate download file linked at the top of the column to the right.
  • Gaussian titles may be downloaded using the links listed to the right.

Additional Information

  • Installation instructions, release notes, and the Gaussian 16 manual are available at www.gaussian.com/techsupport.
  • A list of supported computer platforms for Gaussian 16, GaussView 6 and TCP-Linda can be found at www.gaussian.com/products.
  • Installation or technical questions can be addressed to help@gaussian.com.