Installing DICVOL for Powder Diffraction Indexing
The programs DICVOL06 and DICVOL91 are not included in the software distribution, so must be installed. These programs are optional but recommended as they are used in the Materials Science suite for Powder Diffraction Indexing.
For DICVOL06, there are executables available from the web.
For DICVOL91, you will need to compile the code (although there are executables available on the web, they are 32-bit executables and do not work).
DICVOL06
(Linux and Windows only)
Download the DICVOL06 executable
| Linux: | https://subversion.xray.aps.anl.gov/trac/CMPR/browser/exe/linux/dicvol06 |
| Windows: | https://subversion.xray.aps.anl.gov/trac/CMPR/browser/exe/win/dicvol06.exe |
Install the DICVOL06 executables
-
Download the executable from one of the locations listed below.
-
Copy it to a location where users running Maestro have access to it.
-
Set the environment variable
SCHRODINGER_DICVOL06_EXECto the full path to the appropriate executable.On Windows and Mac, it can be set on the user's computer; on Linux it is useful if it can be set for all users, for example by adding it to a custom shell script in
/etc/profile.d.
DICVOL91
(Linux, Windows, or Mac)
Compile and install DICVOL91
-
Copy the link below and paste into your browser to download the source code:
-
Unzip the file into a suitable location and change to the folder that contains the unzipped files.
-
Compile the code with the following command:
ifort -o dicvol91.x DICVO*.FOR dicvol91.forNote that you must use the Intel
ifortcompiler;gfortrandoes not work. -
Copy the executable to a location where users running Maestro have access to it (if it isn't already in such a location).
-
Set the environment variable
SCHRODINGER_DICVOL91_EXECto the full path to the appropriate executable.On Windows and Mac, it can be set on the user's computer; on Linux it is useful if it can be set for all users, for example by adding it to a custom shell script in
/etc/profile.d.