User Tools

Site Tools


hpc:alpgenbuildingnotes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
hpc:alpgenbuildingnotes [2014/01/09 16:38]
jchilders old revision restored (2014/01/09 10:01)
hpc:alpgenbuildingnotes [2014/01/09 16:40]
jchilders old revision restored (2014/01/09 10:01)
Line 73: Line 73:
 ---- ----
  
- +Run \\ 
-module swap PrgEnv-pgi PrgEnv-gnu \\+''module swap PrgEnv-pgi PrgEnv-gnu'' \\
 That requires ''compile.mk'' to have the following changes That requires ''compile.mk'' to have the following changes
 <code make> <code make>
Line 89: Line 89:
 === Edison === === Edison ===
 ---- ----
- +Run \\ 
-module swap PrgEnv-intel PrgEnv-gnu \\+''module swap PrgEnv-intel PrgEnv-gnu'' \\
 That requires ''compile.mk'' to have the following changes That requires ''compile.mk'' to have the following changes
 <code make> <code make>
Line 164: Line 164:
 In subroutine ''alstio'', just after In subroutine ''alstio'', just after
 <code fortran> <code fortran>
-include 'alpgen.inc'+      include 'alpgen.inc'
 </code> </code>
 (near line 4584) add the lines: (near line 4584) add the lines:
Line 175: Line 175:
 Near line 4588, replace Near line 4588, replace
 <code fortran> <code fortran>
-call alustc(fname,'.wgt',tmpstr)+      call alustc(fname,'.wgt',tmpstr)
 </code> </code>
 with  with 
 <code fortran> <code fortran>
-call alustc('../../'//fname,'.'//rankstring//'.wgt',tmpstr)+      call alustc('../../'//fname,'.'//rankstring//'.wgt',tmpstr)
 </code> </code>
 immediately after immediately after
 <code fortan> <code fortan>
-         write(6,*) 'Run parameters and diagnostics written to '+      write(6,*) 'Run parameters and diagnostics written to '
             ,tmpstr(1:l)             ,tmpstr(1:l)
 </code> </code>
hpc/alpgenbuildingnotes.txt · Last modified: 2014/03/24 13:08 by jchilders