This file is indexed.

/usr/share/doc/psi4/html/installfile.html is in psi4-data 1:0.3-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Installation Instructions for PSI4 &mdash; Psi4 [] Docs</title>
    
    <link rel="stylesheet" href="_static/psi4.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <link rel="stylesheet" href="./" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <script type="text/javascript" src="_static/jquery.cookie.js"></script>
    <script type="text/javascript" src="_static/toggle_sections.js"></script>
    <script type="text/javascript" src="_static/toggle_sidebar.js"></script>
    <script type="text/javascript" src="_static/toggle_codeprompt.js"></script>
    <link rel="shortcut icon" href="_static/favicon-psi4.ico"/>
    <link rel="top" title="Psi4 [] Docs" href="index.html" /> 
  </head>
  <body role="document">
    <div class="relbar-top">
        
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="contents.html" title="Table Of Contents"
             accesskey="C">toc</a> &nbsp; &nbsp;</li>
    <li><a href="index.html">Psi4 []</a> &raquo; </li>
 
      </ul>
    </div>
    </div>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <a class="reference internal image-reference" href="_images/psi4banner.png"><img alt="Psi4 Project Logo" src="_images/psi4banner.png" style="width: 100%;" /></a>
<span class="target" id="sec-installfilepage"></span><div class="section" id="installation-instructions-for-psi4">
<h1>Installation Instructions for PSI4<a class="headerlink" href="#installation-instructions-for-psi4" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><a class="reference internal" href="#sec-install-i"><span>I.   Compilation Prerequisites</span></a></li>
<li><a class="reference internal" href="#sec-install-ii"><span>II.  Brief Summary of Configuration, Compilation, and Installation</span></a></li>
<li><a class="reference internal" href="#sec-install-iii"><span>III. Detailed Installation Instructions</span></a></li>
<li><a class="reference internal" href="#sec-install-iv"><span>IV.  Recommendations for BLAS and LAPACK libraries</span></a></li>
<li><a class="reference internal" href="#sec-install-v"><span>V.   Miscellaneous architecture-specific notes</span></a></li>
<li><a class="reference internal" href="#sec-install-vi"><span>VI.  Common Problems with PSI Compilation</span></a></li>
</ul>
<div class="section" id="i-compilation-prerequisites">
<span id="sec-install-i"></span><h2>I. Compilation Prerequisites<a class="headerlink" href="#i-compilation-prerequisites" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">C++ Compiler</p>
</li>
<li><p class="first">F77 Compiler (the F95 compiler, gfortran, with gcc-4.X will work)</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The F77 compiler is only used to determine the symbol-naming
convention of and some system routines for the BLAS and LAPACK libraries
on a few architectures.  It is optional in a few cases (e.g. Mac OS X
systems).</p>
</div>
</li>
<li><p class="first">Optimized BLAS library (preferably NOT one supplied by a standard
Linux distribution; see recommendations at <a class="reference internal" href="#sec-install-iv"><span>Section IV</span></a> below)</p>
</li>
<li><p class="first">Optimized LAPACK library (preferably NOT one supplied by a standard
Linux distribution; see recommendations at <a class="reference internal" href="#sec-install-iv"><span>Section IV</span></a> below)</p>
</li>
<li><p class="first">POSIX threads (Pthreads) library (optional)</p>
</li>
<li><p class="first">Python interpreter (2.6 or higher; psi4 is Python3 compatible)</p>
</li>
<li><p class="first">Python developer libraries corresponding to your interpreter.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">To check to see if you have the Python developer libraries
installed look for the Python config program. If your Python interpreter
is named <code class="docutils literal"><span class="pre">python</span></code> look for the config program <code class="docutils literal"><span class="pre">python-config</span></code>,
likewise if your interpreter is <code class="docutils literal"><span class="pre">python2.6</span></code>, the config program is
<code class="docutils literal"><span class="pre">python2.6-config</span></code>. If you cannot find the config program the
developer libraries will not be detected and the PSI4 configure script
will fail. The library is called <code class="docutils literal"><span class="pre">python-devel</span></code> for Fedora and
<code class="docutils literal"><span class="pre">python-dev</span></code> for Ubuntu.</p>
</div>
</li>
<li><p class="first">GNU utilities: (see <a class="reference external" href="http://www.gnu.org">http://www.gnu.org</a>)</p>
<ul>
<li><p class="first">make</p>
</li>
<li><p class="first">autoconf (version 2.52 or higher)</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">autoconf is only needed for special
architectures or to compile the development branch.</p>
</div>
</li>
<li><p class="first">aclocal</p>
</li>
<li><p class="first">fileutils (esp. install)</p>
</li>
</ul>
</li>
<li><p class="first">For documentation: (available pre-built off <a class="reference external" href="http://www.psicode.org">http://www.psicode.org</a>)</p>
<ul class="simple">
<li>latex</li>
<li>sphinx (version 1.1 or higher)</li>
<li>dvipng (for latex math in html)</li>
</ul>
</li>
</ul>
<p>For Ubuntu users, you will need the following packages installed:
gfortran [for linking to BLAS/LAPACK], g++, autoconf, python-dev</p>
</div>
<div class="section" id="ii-brief-summary-of-configuration-compilation-and-installation">
<span id="sec-install-ii"></span><h2>II. Brief Summary of Configuration, Compilation, and Installation<a class="headerlink" href="#ii-brief-summary-of-configuration-compilation-and-installation" title="Permalink to this headline"></a></h2>
<p>This section outlines the main steps of configuring, compiling, and
installing PSI.  More detail is given below in <a class="reference internal" href="#sec-install-iii"><span>Section III</span></a>.</p>
<ol class="upperalpha">
<li><p class="first">Autoconf</p>
<ol class="arabic">
<li><p class="first">For unusual architectures (or for developers working in the development
branch), one needs to first run autoconf to generate
the file &#8220;configure&#8221; in the top-level psi4 directory.  For most Linux
and Mac compilations, this should not be necessary because the configure
file provided with PSI4 should be sufficient.  To replace the general
configure file with one specific to your architecture, in the top-level
psi4 directory, run autoconf:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">autoconf</span>
</pre></div>
</div>
</li>
<li><p class="first">Distributed-parallel compilation.</p>
<p>Not recommended at this time except for developers.  Shared-memory
parallelization is already enabled by default in the standard
compilation.</p>
<p>Distributed-parallel versions of PSI4 require madness. If you select
mpicxx as the compiler, the distributed-parallel version (including
madness) will compile. For distributed-parallel compilation, you must
run the following command in the madness directory, otherwise the PSI4
configure script will fail (autoreconf is provided by package autoconf,
but it calls another program provided by libtool, so that package must
also be installed):</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">cd</span> <span class="n">madness</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">autoreconf</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">cd</span> <span class="o">..</span>
</pre></div>
</div>
</li>
</ol>
</li>
<li><p class="first">Configuration and Compilation</p>
<p>Make an object directory in which you can compile the code</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">mkdir</span> <span class="n">obj</span>
</pre></div>
</div>
<p>Next you need to configure the code. Find a configuration
<a class="reference internal" href="#sec-install-iii-1-configurelines"><span>option line</span></a> or combination of
configuration options at <a class="reference internal" href="#sec-install-iii-1-a"><span>Section III(1)A</span></a>.</p>
<ul>
<li><p class="first">Either, use the line directly:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">cd</span> <span class="n">obj</span>
<span class="gp">&gt;&gt;&gt; </span><span class="o">../</span><span class="n">configure</span> <span class="p">[</span><span class="n">your</span> <span class="n">compilation</span> <span class="n">configuration</span> <span class="n">options</span> <span class="n">here</span><span class="p">]</span>
</pre></div>
</div>
</li>
<li><p class="first">or, save your configuration options for a future compilation.
In the top-level psi4 directory, create a file like &#8220;do-configure&#8221; with
the configure command and options on one line.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">vi</span> <span class="n">do</span><span class="o">-</span><span class="n">configure</span>
<span class="go">../configure [your compilation configuration options here]</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">chmod</span> <span class="n">u</span><span class="o">+</span><span class="n">x</span> <span class="n">do</span><span class="o">-</span><span class="n">configure</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">cd</span> <span class="n">obj</span>
<span class="gp">&gt;&gt;&gt; </span><span class="o">../</span><span class="n">do</span><span class="o">-</span><span class="n">configure</span>
</pre></div>
</div>
</li>
</ul>
<p>Compile the code, run the tests, and (if tests pass) install it.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">make</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">make</span> <span class="n">tests</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">make</span> <span class="n">install</span>
</pre></div>
</div>
</li>
</ol>
<p>That&#8217;s it!  The details about final user configuration are given below in
<a class="reference internal" href="#sec-install-iii-7"><span>Section III(7)</span></a>.  If something goes wrong,
check <a class="reference internal" href="#sec-install-vi"><span>Section VI</span></a> about common compilation problems.</p>
</div>
<div class="section" id="iii-detailed-installation-instructions">
<span id="sec-install-iii"></span><h2>III. Detailed Installation Instructions<a class="headerlink" href="#iii-detailed-installation-instructions" title="Permalink to this headline"></a></h2>
<p>This section provides a more detailed explanation of the procedure for
compiling and installing the PSI4 package.</p>
<ul>
<li><p class="first">Step 1: Configuration</p>
<ol class="upperalpha">
<li><p class="first">General Information about Configuration</p>
<p>First, we recommend that you choose for the top-level psi4 source
directory something other than <code class="docutils literal"><span class="pre">/usr/local/psi</span></code>; <code class="docutils literal"><span class="pre">$HOME/psi4</span></code> or
<code class="docutils literal"><span class="pre">/usr/local/src/psi4</span></code> are convenient choices.  Next, in the top-level psi4
source directory you&#8217;ve chosen, first run autoconf to generate the configure
script from configure.ac.  It is best to keep the source code separate
from the compilation area, so you must first choose a subdirectory for
compilation of the codes.  A simple option is <code class="docutils literal"><span class="pre">psi4/objdir</span></code>, which should
work for most environments.  However, if you need executables for several
architectures, you should choose more meaningful subdirectory names.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The compilation directory will be referred to as $objdir for the
remainder of these instructions.</p>
</div>
<p>In $objdir, run the configure script found in the PSI4 top-level source
directory.  This script will scan your system to locate certain libraries,
header files, etc. needed for complete compilation.  The script accepts a
number of options, all of which are listed above.  The most important of
these is the <code class="docutils literal"><span class="pre">--prefix</span></code> option, which selects the installation directory for
the executables, the libraries, header files, basis set data, and other
administrative files.  The default <code class="docutils literal"><span class="pre">--prefix</span></code> is <code class="docutils literal"><span class="pre">/usr/local/psi</span></code>.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The configure script&#8217;s <code class="docutils literal"><span class="pre">--prefix</span></code> directory will be referred to as
$prefix for the remainder of these instructions.</p>
</div>
<p id="sec-install-iii-1-a">Besides <code class="docutils literal"><span class="pre">--prefix</span></code>, PSI often needs a few additional options for the
configure script.  To make it easy to recompile later (especially if
you&#8217;re a developer), it can be convenient (but not necessary) to to put
the configure options in a small executable file, so you can re-do the
configuration later very easily. Let us assume that we will be putting
the configure options in a file named do-configure, in the top-level
psi4 directory (we&#8217;ll keep it up there instead of down in the compilation
directory $objdir, so that if we delete the compilation directory later,
we&#8217;ll still have the do-configure file). All configure options must be
on one line in the do-configure script.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The configure options below are for the most common architectures and
compilers. The developers would appreciate it if you would share any special
configuration options that might be needed for less commonly encountered
situations.</p>
</div>
<p>For g++, if you have BLAS and LAPACK in standard locations (like <code class="docutils literal"><span class="pre">/usr/lib64</span></code>),
configuration is very easy. Pick one of the following scenarios, and place the
text given in the psi4/do-configure file (all on one long line). Replace the
text after prefix with whatever directory you want to use for your
installation directory.</p>
<ul id="sec-install-iii-1-configurelines">
<li><p class="first">Intel compiler with MKL math library [highly recommended; if you don&#8217;t use
this, then at least make sure you have a threaded BLAS (see BLAS
recommendations at <a class="reference internal" href="#sec-install-iv"><span>Section IV</span></a> below)]</p>
<div class="highlight-python"><div class="highlight"><pre>../configure --prefix=/usr/local/psi4 --with-blas=&#39;-mkl&#39; --with-cc=icc --with-cxx=icpc --with-fc=ifort  --with-opt=&#39;-O2 -static -no-prec-div&#39; --with-incdirs=-mkl
</pre></div>
</div>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">It&#8217;s <code class="docutils literal"><span class="pre">-mkl</span></code>, not <code class="docutils literal"><span class="pre">-lmkl</span></code>.</p>
</div>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">A few users have reported errors with MKL 10.  Use at
least version 11.</p>
</div>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p>There seems to be a problem with icpc 12.0.2 and possibly earlier
12.0 versions, giving an error like:</p>
<div class="highlight-python"><div class="highlight"><pre>error: identifier &quot;__is_trivial&quot; is undefined.
</pre></div>
</div>
<p class="last">Use at least version 12.0.4.</p>
</div>
</li>
<li><p class="first">Gnu compiler with ACML math library (better than MKL for AMD processors)</p>
<div class="highlight-python"><div class="highlight"><pre>../configure --prefix=/usr/local/psi4 --with-cc=gcc --with-cxx=g++ --with-fc=gfortran --with-opt=-O2 --with-blas=&quot;-L/opt/acml5.2.0/gfortran64_mp/lib -lacml_mp&quot; --with-lapack=&quot;-L/opt/acml5.2.0/gfortran64_mp/lib -lacml_mp&quot;
</pre></div>
</div>
</li>
<li><p class="first">g++, optimized</p>
<div class="highlight-python"><div class="highlight"><pre>../configure --prefix=/usr/local/psi4
</pre></div>
</div>
</li>
<li><p class="first">g++, for debugging</p>
<div class="highlight-python"><div class="highlight"><pre>../configure --prefix=/usr/local/psi4 --without-opt --with-debug
</pre></div>
</div>
</li>
<li><p class="first">Compiling for Mac</p>
<p>PSI4 has been compiled on OS X 10.7 (Lion) and 10.8 (Mountain Lion).
To get the compilers needed, it&#8217;s easiest to install Xcode.
However, Xcode does not provide a Fortran compiler. Although
Fortran compilers are not needed to compile Psi, a broken one can
prevent Psi from configuring properly. Do not download the latest
version of GFortran from the HPC website; this is unlikely to be
compatible with your version of GCC. Instead, you should run <code class="docutils literal"><span class="pre">gcc</span>
<span class="pre">-v</span></code> to find out what version of GCC you&#8217;re using, and then
download the corresponding GFortran from
<a class="reference external" href="http://r.research.att.com/tools/">http://r.research.att.com/tools/</a>.  If you configure Psi on a Mac
without any Fortran compiler it will set itself up correctly, so
this is only necessary if you want a Fortran compiler for other
purposes. You can configure Psi by adding something like</p>
<div class="highlight-python"><div class="highlight"><pre>../configure --with-plugins
</pre></div>
</div>
<p>to the do-configure script. If you want to use the new LLVM compilers that
ship with Xcode 4 (they compile quicker than GCC), use</p>
<div class="highlight-python"><div class="highlight"><pre>../configure --with-plugins --with-cxx=llvm-g++
</pre></div>
</div>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p>If you still happen to encounter an error like:</p>
<div class="highlight-python"><div class="highlight"><pre>checking Fortran symbols... giving up
configure: error: could not determine fortran symbol names
</pre></div>
</div>
<p>adding the following tag to your configure may help</p>
<div class="last highlight-python"><div class="highlight"><pre>--with-f77symbol=lcu
</pre></div>
</div>
</div>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p>An error like the one below has been seen
when inadvertantly linking to 32-bit libraries</p>
<div class="last highlight-python"><div class="highlight"><pre>Undefined symbols:
&quot;_omp_get_num_threads&quot;, referenced from:
    __ZN3psi5dfmp26UDFMP28form_AiaEv.omp_fn.4 in libPSI_dfmp2.a(mp2.o)
    ...
</pre></div>
</div>
</div>
</li>
</ul>
</li>
<li><p class="first">List of Specific Configuration Options</p>
<p>The example configuration options in the previous subsection are usually
sufficient.  However, if not, you may need to make use of one or more
of the following options to the configure script:</p>
<ul>
<li><p class="first"><code class="docutils literal"><span class="pre">--prefix=directory</span></code> &#8212; Use this option if you wish to install the
PSI4 package somewhere other than the default directory, <code class="docutils literal"><span class="pre">/usr/local/psi</span></code>.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-cxx=compiler</span></code> &#8212; Use this option to specify a C++ compiler.
One should use compilers that generate reentrant code, if possible.
The default search order for compilers is: xlC_r (AIX only), g++, c++,
icpc, cxx.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-fc=compiler</span></code> &#8212; Use this option to specify a Fortran-77 compiler,
which is used to determine linking coventions for BLAS and LAPACK libraries
and to provide system routines for those libraries.  Note that no fortran
compiler is necessary on Mac OS X systems (see below).  The default search
order for compilers is: xlf_r (AIX only), gfortran, g77, ifort, f77, f2c.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-f77symbol=value</span></code> &#8212; This option allows manual assignment of the
FORTRAN77 symbol convention, which is necessary for C programs to link
Fortran-interface libraries such as BLAS and LAPACK. This option should
only be used by experts and even then should almost never be necessary.
Allowed values are:</p>
<ul class="simple">
<li>lc  : lower-case</li>
<li>lcu : lower-case with underscore (default)</li>
<li>uc  : upper-case</li>
<li>ucu : upper-case with underscore</li>
</ul>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-ld=linker</span></code> &#8212; Use this option to specify a linker.  The
default is &#8216;ld&#8217;.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-ar=archiver</span></code> &#8212; Use this option to specify an archiver.  The
default is to look for &#8216;ar&#8217; automatically.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-ar-flags=flags</span></code> &#8212; Use this option to specify additional archiver
flags. The default is &#8216;r&#8217;.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-incdirs=directories</span></code> &#8212; Use this option to specify extra
directories where to look for header files. Directories should be specified
prepended by <code class="docutils literal"><span class="pre">-I</span></code>, i.e. <code class="docutils literal"><span class="pre">-Idir1</span> <span class="pre">-Idir2</span></code>, etc. If several directories are
specified, enclose the list with single right-quotes, e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-incdirs=&#39;-I/usr/local/include -I/home/psi4/include&#39;
</pre></div>
</div>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-libs=libraries</span></code> &#8212; Use this option to specify extra
libraries which should be used during linking. Libraries should be
specified by their full names or in the usual <code class="docutils literal"><span class="pre">-l</span></code> notation, e.g.
<code class="docutils literal"><span class="pre">-lm</span> <span class="pre">/usr/lib/libm.a</span></code>.  If several libraries are specified, enclose
the list with single right-quotes, e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-libs=&#39;-libm -lgcc_s&#39;
</pre></div>
</div>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-libdirs=directories</span></code> &#8212; Use this option to specify extra
directories where to look for libraries. Directories should be specified
prepended by <code class="docutils literal"><span class="pre">-L</span></code>, e.g., <code class="docutils literal"><span class="pre">-Ldir1</span> <span class="pre">-Ldir2</span></code>. If several directories are
specified, enclose the list with single right-quotes, e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-libdirs=&#39;-L/usr/local/lib -I/home/psi4/lib&#39;
</pre></div>
</div>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-blas=library</span></code> &#8212; Use this option to specify a BLAS library.
(Many BLAS libraries can be detected automatically.)
If your BLAS library has multiple components, enclose the file list
with single right-quotes, e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-blas=&#39;-lf77blas -latlas&#39;
</pre></div>
</div>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-lapack=library</span></code> &#8212; Use this option to specify a LAPACK library.
(Many LAPACK libraries can be detected automatically.)
If your LAPACK library has multiple components, enclose the file list
with single right-quotes, e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-lapack=&#39;-llapack -lcblas -latlas&#39;
</pre></div>
</div>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-max-am-eri=integer</span></code> &#8212; Specifies the maximum angular momentum
level for the primitive Gaussian basis functions when computing
electron repulsion integrals.  This is set to h-type functions (AM=5)
by default.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-max-am-deriv1=integer</span></code> &#8212; Specifies the maximum angular
momentum level for first derivatives of the primitive Gaussian
basis functions.  This is set to g-type functions (AM=4) by default.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-max-am-deriv2=integer</span></code> &#8212; Specifies the maximum angular
momentum level for second derivatives of the primitive Gaussian
basis functions.  This is set to f-type functions (AM=3) by default.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-debug=yes/no</span></code> &#8212; Turns on debugging flags (-g) if yes.  This is
set to no by default.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-opt=yes/no</span></code> &#8212; Turns off compiler optimizations (-OX) if no.
This is set to yes by default.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-strict=yes</span></code> &#8212; Turns on strict compiler warnings.</p>
</li>
</ul>
</li>
<li><p class="first">Python interpreter</p>
<p>Usually Python will be detected automatically.  If this fails, or if
you have multiple versions installed and want to specify a particular
one, set the PYTHON environmental variable to the full path name
of the Python interpreter you want to use.  This defaults to the
<code class="docutils literal"><span class="pre">python</span></code> in your path. For example, if you want to use
<code class="docutils literal"><span class="pre">python2.6</span></code> located in /usr/bin set the environmental variable to be:</p>
<div class="highlight-python"><div class="highlight"><pre>PYTHON=/usr/bin/python2.6
</pre></div>
</div>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>If the variable PYTHON is set, the config program must be
present with a similar name. For instance, in the above example
the following must exist:</p>
<div class="last highlight-python"><div class="highlight"><pre>/usr/bin/python2.6-config
</pre></div>
</div>
</div>
<p>You either set the environmental variable before you call configure, or
tell configure about it:</p>
<div class="highlight-python"><div class="highlight"><pre>../configure PYTHON=/usr/bin/python2.6
</pre></div>
</div>
</li>
<li><p class="first">Boost Libraries</p>
<p>PSI4 can use a user-provided boost C++ library, or, alternatively,
build the boost version 1.53.0 that comes bundled with the distribution.
By default, PSI4 will look in your include/library paths for
a compatible and complete boost installation (boost 1.46 or newer). A
boost installation in a nonstandard location can be specified by the
<code class="docutils literal"><span class="pre">--with-boost=PATH</span></code> and <code class="docutils literal"><span class="pre">--with-boost-libdir=PATH</span></code> configure flags. If a
default or user-specified boost installation is found to be incomplete,
incompatible, or nonexistent, boost 1.53.0 will be unpacked automatically
and built as part of the PSI4 build process.</p>
<p>Required Compiled Boost Modules (all Boost 1.46.0 or later):</p>
<ul class="simple">
<li>Filesystem</li>
<li>Python</li>
<li>Regex</li>
<li>Serialization</li>
<li>System</li>
<li>Thread</li>
</ul>
<p>Relevant Configure Options:</p>
<ul>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-boost[=value]</span></code> &#8212; Use Boost library from a standard location
if yes (default), from the specified location if &lt;path&gt;, or disable
it if no.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-boost-libdir=directory</span></code> &#8212;
Force given directory for boost libraries. Note that this will override
library path detection, so use this parameter only if default library
detection fails and you know exactly where your boost libraries are
located.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-boost-filesystem[=special-lib]</span></code> &#8212;
Use the Filesystem library from boost. It is possible to specify a
certain library for the linker e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-boost-filesystem=boost_filesystem-gcc-mt
</pre></div>
</div>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-boost-python</span></code> &#8212; Specify the boost python library or suffix to use.</p>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-boost-regex[=special-lib]</span></code> &#8212;
Use the Regex library from boost. It is possible to specify a certain
library for the linker e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-boost-regex=boost_regex-gcc-mt-d-1_33_1
</pre></div>
</div>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-boost-serialization[=special-lib]</span></code> &#8212;
Use the Serialization library from boost. It is possible to specify a
certain library for the linker e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-boost-serialization=boost_serialization-gcc-mt-d-1_33_1
</pre></div>
</div>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-boost-system[=special-lib]</span></code> &#8212;
Use the System library from boost. It is possible to specify a certain
library for the linker e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-boost-system=boost_system-gcc-mt
</pre></div>
</div>
</li>
<li><p class="first"><code class="docutils literal"><span class="pre">--with-boost-thread[=special-lib]</span></code> &#8212;
Use the Thread library from boost. It is possible to specify a certain
library for the linker e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>--with-boost-thread=boost_thread-gcc-mt
</pre></div>
</div>
</li>
</ul>
</li>
</ol>
</li>
<li><p class="first">Step 2: Compilation</p>
<p>Running <code class="docutils literal"><span class="pre">make</span></code> (which must be GNU&#8217;s &#8216;make&#8217; utility) in $objdir will compile
the PSI4 libraries and executable modules.</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">The libint integrals library creates rather large files
(multiple GB) during compilation, especially if higher angular momentum
functions are enabled.  These are normally written to directory
<code class="docutils literal"><span class="pre">/tmp</span></code>, which on some systems may be too small.  Alternatively,
the user can specify a location for these files by setting the
environmental variable <code class="docutils literal"><span class="pre">$PSI_SCRATCH</span></code> (if this is not set,
<code class="docutils literal"><span class="pre">$SCRATCH</span></code> will also be checked).  See User Configuration below
about <code class="docutils literal"><span class="pre">$PSI_SCRATCH</span></code>.  These files should be written to a local
disk (not a network-mounted NFS share) if possible, otherwise the
compilation may be very slow.</p>
</div>
</li>
<li><p class="first">Step 3: Testing</p>
<p>To execute automatically the ever-growing number of test cases after
compilation, simply execute <code class="docutils literal"><span class="pre">make</span> <span class="pre">tests</span></code> in the $objdir directory.
This will run each (relatively small) test case and report the results.
Failure of any of the test cases should be reported to the developers.
By default, any such failure will stop the testing process.  If you desire
to run the entire testing suit without interruption, execute <code class="docutils literal"><span class="pre">make</span> <span class="pre">tests</span>
<span class="pre">TESTFLAGS='-u</span> <span class="pre">-q'</span></code>. Note that you must do a <code class="docutils literal"><span class="pre">make</span> <span class="pre">testsclean</span></code> in $objdir
to run the test suite again.</p>
</li>
<li><p class="first">Step 4: Installation</p>
<p>Once testing is complete, installation into $prefix is accomplished by
running <code class="docutils literal"><span class="pre">make</span> <span class="pre">install</span></code> in $objdir. Executable modules are installed in
$prefix/bin, include files in $prefix/include, libraries in $prefix/lib, and
basis set data and various control structures in $prefix/share.</p>
</li>
<li><p class="first">Step 5: Building Documentation</p>
<p>This is not recommended because all of the documentation should be
available at <a class="reference external" href="http://sirius.chem.vt.edu/psi4manual/latest/index.html">http://sirius.chem.vt.edu/psi4manual/latest/index.html</a>
(link &#8220;docs&#8221; off <a class="reference external" href="http://www.psicode.org">http://www.psicode.org</a>), and it is automatically updated.  However,
if your system has the appropriate utilities (notably the sphinx package
and LaTeX), you may build the package documentation from the top-level
$objdir by running <code class="docutils literal"><span class="pre">make</span> <span class="pre">doc</span></code>.  The resulting files will appear in the
$prefix/doc area.</p>
</li>
<li><p class="first">Step 6: Cleaning</p>
<p>All object files and libraries can be removed to save disk space by running
<code class="docutils literal"><span class="pre">make</span> <span class="pre">clean</span></code> in $objdir.</p>
</li>
</ul>
<ul id="sec-install-iii-7">
<li><p class="first">Step 7: User Configuration</p>
<p>After the PSI4 package has been successfully installed, the user will need
to add the installation directory into his/her path.  If the package has
been installed in the default location <code class="docutils literal"><span class="pre">/usr/local/psi</span></code>, then in C shell,
the user should add something like the following to their <code class="docutils literal"><span class="pre">.cshrc</span></code> file:</p>
<div class="highlight-python"><div class="highlight"><pre>setenv PSI /usr/local/psi
set path = ($path $PSI/bin)
</pre></div>
</div>
<p>Next, the user needs to tell the PSI4 I/O manager how to handle scratch files.
Identify the path to a fast scratch disk for which the user has write access.
If the local <code class="docutils literal"><span class="pre">/tmp</span></code> volume is large enough, it might be used.
However, a dedicated scratch volume (using RAID0 striping for speed) is
recommended.</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">Scratch should NOT be a NFS-mounted volume, as writes to a
remote disk over the network can be very slow and can tie up the network
and negatively impact other users.</p>
</div>
<p>Specify scratch location by editing the <code class="docutils literal"><span class="pre">.cshrc</span></code> file to set the scratch
environment variable <span class="target" id="index-0"></span><a class="reference internal" href="external.html#envvar-PSI_SCRATCH"><code class="xref std std-envvar docutils literal"><span class="pre">PSI_SCRATCH</span></code></a>. If the selected location is
<code class="docutils literal"><span class="pre">/scratch/user</span></code>, add something like the following:</p>
<div class="highlight-python"><div class="highlight"><pre>setenv PSI_SCRATCH /scratch/user
</pre></div>
</div>
<p>In a bash shell, the corresponding commands to be added to <code class="docutils literal"><span class="pre">.bashrc</span></code> is
the following:</p>
<div class="highlight-python"><div class="highlight"><pre>export PSI=/usr/local/psi
PATH=$PSI/bin:$PATH ; export PATH
export PSI_SCRATCH=/scratch/user
</pre></div>
</div>
<p>More advanced control of scratch files and is handled through a
<code class="docutils literal"><span class="pre">.psi4rc</span></code> file, which is discussed at section <a class="reference internal" href="external.html#sec-psirc"><span>Scratch Files and the ~/.psi4rc File</span></a>.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">For developers: during compilation and testing, PSI4 finds its basis sets,
grids, etc., in <code class="docutils literal"><span class="pre">psi4/lib</span></code>.  After installation, PSI4 will look in
$prefix/share/psi.  If you want to specify a non-standard location for this
information, you can do this by setting the environmental variable
$PSI4DATADIR to the directory containg the basis, grids, etc.,
subdirectories.</p>
</div>
</li>
</ul>
</div>
<div class="section" id="iv-recommendations-for-blas-and-lapack-libraries">
<span id="sec-install-iv"></span><h2>IV. Recommendations for BLAS and LAPACK libraries<a class="headerlink" href="#iv-recommendations-for-blas-and-lapack-libraries" title="Permalink to this headline"></a></h2>
<p>Much of the speed and efficiency of the PSI4 programs depends on the
corresponding speed and efficiency of the available BLAS and LAPACK libraries
(especially the former).  In addition, the most common compilation problems
involve these libraries.  Users may therefore wish to consider the following
BLAS and LAPACK recommendations when building PSI4:</p>
<ol class="arabic">
<li><p class="first">It is NOT wise to use the stock BLAS library provided with many
Linux distributions like RedHat. This library is usually just the
netlib distribution and is completely unoptimized. PSI4&#8217;s
performance will suffer if you choose this route.</p>
<p>The choice of LAPACK is less critical, and so the unoptimized
netlib distribution is acceptable.  If you do choose to use the
RedHat/Fedora stock BLAS and LAPACK, make sure that the blas-devel
and lapack-devel packages are installed.</p>
</li>
<li><p class="first">Perhaps the best choice, if you have it available, is
Intel&#8217;s MKL library, which includes BLAS and LAPACK (note: use
version 11 or later, we had reports of occasional errors using version
10).  MKL is efficient and works well in threaded mode.</p>
<p>Otherwise, the simplest choice is to use ATLAS
(<a class="reference external" href="http://math-atlas.sourceforge.net/">http://math-atlas.sourceforge.net/</a>), which is readily available
on all Linux distributions. Another alternative is OpenBLAS
(<a class="reference external" href="https://github.com/xianyi/OpenBLAS">https://github.com/xianyi/OpenBLAS</a>, formerly GotoBLAS). These
work well on nearly every achitecture to which the PSI4 developers
have access, though we have identified at least one case in which
the Goto libraries yielded faulty DGEMM calls.  On Mac OS X
systems, the vecLib package that comes with Xcode works well.</p>
<p>If you prefer to use the ACML
(<a class="reference external" href="http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/">http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/</a>)
we highly recommend using the latest version. Older versions
of ACML have been known to cause problems.</p>
</li>
</ol>
<ol class="arabic" id="sec-install-iv-3" start="3">
<li><p class="first">PSI4 does not require a Fortran compiler, unless the resident BLAS
and LAPACK libraries require Fortran-based system libraries.  If you see
compiler complaints about missing symbols like &#8220;do_fio&#8221; or &#8220;e_wsfe&#8221;, then
your libraries were most likely compiled with g77 or gfortran, which
require <code class="docutils literal"><span class="pre">-lg2c</span></code> to resolve the Fortran I/O calls.  Use of the same gcc
package for PSI4 should normally resolve this problem.</p>
</li>
<li><p class="first">The PSI4 configure script can often identify and use several
different BLAS and LAPACK libraries, but its ability to do this
automatically depends on a number of factors, including correspondence
between the compiler used for PSI4 and the compiler used to build
BLAS/LAPACK, placement of the libraries in commonly searched directories,
etc. PSI4&#8217;s configure script will find your BLAS and LAPACK if any of the
the following are installed in standard locations (e.g. <code class="docutils literal"><span class="pre">/usr/local/lib</span></code>):</p>
<ol class="loweralpha simple">
<li>ATLAS: <code class="docutils literal"><span class="pre">libf77blas.a</span></code> and <code class="docutils literal"><span class="pre">libatlas.a</span></code>, plus netlib&#8217;s <code class="docutils literal"><span class="pre">liblapack.a</span></code></li>
<li>MKL 8: <code class="docutils literal"><span class="pre">libmkl.so</span></code> and <code class="docutils literal"><span class="pre">libmkl_lapack64.a</span></code> (with the corresponding
Intel compilers)</li>
<li>Goto: <code class="docutils literal"><span class="pre">libgoto.a</span></code> and netlib&#8217;s <code class="docutils literal"><span class="pre">liblapack.a</span></code></li>
<li>Cray SCSL (e.g. on SGI Altix): <code class="docutils literal"><span class="pre">libscs.so</span></code> (NB: No Fortran compiler
is necessary in this case, so <code class="docutils literal"><span class="pre">--with-fc=no</span></code> should work.)</li>
<li>ESSL (e.g. on AIX systems): <code class="docutils literal"><span class="pre">libessl.a</span></code></li>
</ol>
</li>
<li><p class="first">If configure cannot identify your BLAS and LAPACK libraries
automatically, you can specify them on the command-line using the
<code class="docutils literal"><span class="pre">--with-blas</span></code> and <code class="docutils literal"><span class="pre">--with-lapack</span></code> arguments described above.  Here are a few
examples that work on the PSI4 developers&#8217; systems:</p>
<ol class="loweralpha">
<li><p class="first">Linux with ATLAS:</p>
<div class="highlight-python"><div class="highlight"><pre>--with-blas=&#39;-lf77blas -latlas&#39; --with-lapack=&#39;-llapack -lcblas&#39;
</pre></div>
</div>
</li>
<li><p class="first">Mac OS X with vecLib:</p>
<div class="highlight-python"><div class="highlight"><pre>--with-blas=&#39;-altivec -framework vecLib&#39; --with-lapack=&#39; &#39;
</pre></div>
</div>
</li>
<li><p class="first">Linux with MKL 8.1 and icc/icpc/ifort 9.1:</p>
<div class="highlight-python"><div class="highlight"><pre>--with-libdirs=-L/usr/local/opt/intel/mkl/8.0.2/lib/32 --with-blas=-lmkl --with-lapack=-lmkl_lapack32
</pre></div>
</div>
</li>
<li><p class="first">Linux on ia32 with MKL 10.1 and icc/icpc 11.0:</p>
<div class="highlight-python"><div class="highlight"><pre>--with-blas=&#39;-Wl,--start-group -L/usr/local/opt/intel/mkl/10.1.0.015/lib/32 -l mkl -Wl,--end-group -lguide -lpthread&#39;
</pre></div>
</div>
</li>
</ol>
</li>
</ol>
<ul>
<li><p class="first">Compilation notes for ATLAS</p>
<p>These shortcut notes might be helpful if you are using Linux.  However,
we recommend reading and following the full ATLAS installation notes.</p>
<p>You&#8217;ll need a Fortran compiler installed.</p>
<p>Unpack the source code, then make a compilation directory (could
be an obj subdirectory in the source directory, or elsewhere).</p>
<p>Turn off CPU throttling so the auto-tuning capabilities have a chance
to work.  On Linux, this can be tune using</p>
<div class="highlight-python"><div class="highlight"><pre>/usr/bin/cpufreq-selector -g performance
</pre></div>
</div>
<p>cd into the compilation directory and run the source
directory configure script there, with any necessary flags, e.g.,</p>
<div class="highlight-python"><div class="highlight"><pre>/usr/local/src/atlas/configure --prefix=/usr/local/atlas
</pre></div>
</div>
<p>where prefix gives the installation directory.
It should automatically detect if you&#8217;re on an x86_64</p>
<p>Then make and check using</p>
<div class="highlight-python"><div class="highlight"><pre>make; make check; make ptcheck
</pre></div>
</div>
<p>And install</p>
<div class="highlight-python"><div class="highlight"><pre>make install
</pre></div>
</div>
</li>
<li><p class="first">Compilation notes for netlib&#8217;s LAPACK</p>
<p>These shortcut notes might be helpful if you are using Linux.  However,
we recommend reading and following the full LAPACK installation notes.</p>
<p>You&#8217;ll need a Fortran compiler installed.</p>
<p>If you decide to compile LAPACK from source, it may be obtained from
<a class="reference external" href="http://www.netlib.org/lapack/">http://www.netlib.org/lapack/</a>.  Unpack the source code, and in the
top-level source directory, you need to create a make.inc file with
the appropriate options for your machine.  For Linux/gfortran,
simply</p>
<div class="highlight-python"><div class="highlight"><pre>cp make.inc.example make.inc
</pre></div>
</div>
<p>Next, edit BLASLIB in make.inc to point to your BLAS library
(full pathnames are recommended):</p>
<div class="highlight-python"><div class="highlight"><pre>BLASLIB = /home/david/software/atlas3.9.25/lib/libf77blas.a /home/david/software/atlas3.9.25/lib/libatlas.a
</pre></div>
</div>
<p>Edit Makefile as necessary (probably not needed).</p>
<div class="highlight-python"><div class="highlight"><pre><span class="n">make</span>
</pre></div>
</div>
<p>Copy the resulting file [lapack_($ARCH).a] where you want it
(a standard location like /usr/local/lib is easier for PSI to find).
It is probably helpful to rename the file liblapack.a.</p>
</li>
</ul>
</div>
<div class="section" id="v-miscellaneous-architecture-specific-notes">
<span id="sec-install-v"></span><h2>V. Miscellaneous Architecture-Specific Notes<a class="headerlink" href="#v-miscellaneous-architecture-specific-notes" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Linux on x86 and x86_64<ol class="arabic">
<li>Intel compilers: We had trouble with icpc 12.0.x.  Use 12.1 or
later.</li>
</ol>
</li>
</ul>
</div>
<div class="section" id="vi-common-problems-with-psi-compilation">
<span id="sec-install-vi"></span><h2>VI. Common Problems with PSI Compilation<a class="headerlink" href="#vi-common-problems-with-psi-compilation" title="Permalink to this headline"></a></h2>
<ul>
<li><p class="first">No rule to make target foo.h, needed by bar.d. Stop.</p>
<p>This commonly happens after pulling updates from the repository. It happens
when a library header file is removed or renamed by the update, but there are
still old dependency files in the object directory, which think that they
still need to know about that header. There&#8217;s a simple remedy, just run</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">make</span> <span class="n">DODEPEND</span><span class="o">=</span><span class="n">no</span> <span class="n">dclean</span>
</pre></div>
</div>
<p>in the object directory.</p>
</li>
<li><p class="first">Make gets stuck in an infinite loop</p>
<p>This means that the makefiles have not been properly updated. Running</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">autoconf</span>
</pre></div>
</div>
<p>in the top-level Psi directory, followed by</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="o">./</span><span class="n">config</span><span class="o">.</span><span class="n">status</span> <span class="o">--</span><span class="n">recheck</span>
<span class="gp">&gt;&gt;&gt; </span><span class="o">./</span><span class="n">config</span><span class="o">.</span><span class="n">status</span>
</pre></div>
</div>
<p>in the object directory should fix it. This procedure will need to be run
whenever an update changes the directory structure.</p>
</li>
<li><p class="first">Incompatible g++/icpc</p>
<p>The Intel compilers require an installed set of C++ headers. Unfortunately,
the GNU compilers tend to be more cutting-edge than the Intel compilers,
meaning that Intel is always playing catch-up to new features in g++. This
means the two are often incompatible, leading to trouble if one wants to use
icpc to compile PSI4 (or anything else...). Your best bet in general is to not
upgrade Linux too fast, and always keep the very latest Intel compilers
around.</p>
</li>
<li><p class="first">Missing symbols like &#8220;do_fio&#8221; or &#8220;e_wsfe&#8221;</p>
<p>See <a class="reference internal" href="#sec-install-iv-3"><span>Section IV(3)</span></a> above.</p>
</li>
<li><p class="first">Unable to read the PSI4 Python folder - check the PSIDATADIR environmental variable</p>
<p>Once PSI4 has been sucessfully compiled (<code class="docutils literal"><span class="pre">make</span></code>), it can be run in
either of two ways. By proceeding with <code class="docutils literal"><span class="pre">make</span> <span class="pre">install</span></code>, the executable
and other goodies (basis sets, etc.) are copied over to the location
specified by <code class="docutils literal"><span class="pre">--prefix</span></code>, from whence the executable can be run
directly.  Alternatively, the executable can be run <em>in situ</em> (useful
for developing in PSI4), but since $objdir can be anywhere with respect
to the non-compiled source code, you need to convey that path through
setting the environment variable <span class="target" id="index-1"></span><a class="reference internal" href="external.html#envvar-PSIDATADIR"><code class="xref std std-envvar docutils literal"><span class="pre">PSIDATADIR</span></code></a> to the <code class="docutils literal"><span class="pre">lib</span></code>
directory in the main PSI4 checkout.</p>
<p>The bulleted error message occurs when trying to run PSI4 after <code class="docutils literal"><span class="pre">make</span></code>
without setting <span class="target" id="index-2"></span><a class="reference internal" href="external.html#envvar-PSIDATADIR"><code class="xref std std-envvar docutils literal"><span class="pre">PSIDATADIR</span></code></a>. Just type <code class="docutils literal"><span class="pre">make</span> <span class="pre">install</span></code> and run
PSI4 from the installation directory.</p>
</li>
</ul>
<style type="text/css"><!--
 .green {color: red;}
 .sc {font-variant: small-caps;}
 --></style></div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Installation Instructions for PSI4</a><ul>
<li><a class="reference internal" href="#i-compilation-prerequisites">I. Compilation Prerequisites</a></li>
<li><a class="reference internal" href="#ii-brief-summary-of-configuration-compilation-and-installation">II. Brief Summary of Configuration, Compilation, and Installation</a></li>
<li><a class="reference internal" href="#iii-detailed-installation-instructions">III. Detailed Installation Instructions</a></li>
<li><a class="reference internal" href="#iv-recommendations-for-blas-and-lapack-libraries">IV. Recommendations for BLAS and LAPACK libraries</a></li>
<li><a class="reference internal" href="#v-miscellaneous-architecture-specific-notes">V. Miscellaneous Architecture-Specific Notes</a></li>
<li><a class="reference internal" href="#vi-common-problems-with-psi-compilation">VI. Common Problems with PSI Compilation</a></li>
</ul>
</li>
</ul>

  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/installfile.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="relbar-bottom">
        
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="contents.html" title="Table Of Contents"
             >toc</a> &nbsp; &nbsp;</li>
    <li><a href="index.html">Psi4 []</a> &raquo; </li>
 
      </ul>
    </div>
    </div>

    <div class="footer" role="contentinfo">
        &copy; Copyright 2015, The Psi4 Project.
      Last updated on Tuesday, 12 January 2016 03:10PM.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.3.
    </div>
    <!-- cloud_sptheme 1.3 -->
  </body>
</html>