Building CVS Baselibs: Difference between revisions

No edit summary
Line 29: Line 29:
  $ make install ESMF_COMM=mvapich2 CONFIG_SETUP=ifort_13.0.1.117-mvapich2_1.9a2 |& tee makeinstall.ifort_13.0.1.117-mvapich2_1.9a2.log
  $ make install ESMF_COMM=mvapich2 CONFIG_SETUP=ifort_13.0.1.117-mvapich2_1.9a2 |& tee makeinstall.ifort_13.0.1.117-mvapich2_1.9a2.log


and it would build all the libraries. The <tt>tee</tt> is so that you can capture the install log, and also see it real-time.
and it would build all the libraries. The <tt>tee</tt> is so that you can capture the install log, and also see it real-time. Note that the modules installed for above (say on discover) are:
 
1) comp/intel-13.0.1.117
2) other/mpi/mvapich2-1.9a2/intel-13.0.1.117
3) other/comp/gcc-4.6.3-sp1
4) other/SIVO-PyD/spd_1.6.0_gcc-4.6.3-sp1


Once built, check for "Error" in your log file:
Once built, check for "Error" in your log file: