Last change
on this file was
2759,
checked in by aslmd, 3 years ago
|
adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2759] | 1 | #setenv PGI "/dev/fs/C/Program Files/PGI" |
---|
| 2 | #setenv INCLUDE "/dev/fs/C/Program Files/Microsoft Platform SDK for Windows Server 2003 R2/Include/crt;/dev |
---|
| 3 | |
---|
| 4 | setenv TMPDIR /tmp |
---|
| 5 | setenv PGI "c:\Program Files\PGI" |
---|
| 6 | setenv INCLUDE "c:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\crt;c:\Program Files\Microsoft Platform SDK\Include" |
---|
| 7 | setenv LIB "c:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib\AMD64" |
---|
| 8 | set path=(/dev/fs/C/Program\ Files/PGI/win64/7.0-5/bin /dev/fs/C/Program\ Files/Microsoft\ Platform\ SDK\ for\ Windows\ Server\ 2003\ R2/Bin/win64/x86/AMD64 /dev/fs/C/Program\ Files/PGI/Microsoft\ Open\ Tools\ 8/bin/amd64 $path .) |
---|
| 9 | |
---|
| 10 | setenv FC pgf90.exe |
---|
| 11 | setenv F77 pgf90.exe |
---|
| 12 | setenv CC pgcc.exe |
---|
| 13 | |
---|
| 14 | setenv NETCDFMASTER '/dev/fs/C/Documents and Settings/michalak/netcdf' |
---|
| 15 | setenv SCRATCHDIR "/dev/fs/C/scratch/$USER" |
---|
| 16 | setenv NETCDF "c:/scratch/$USER/netcdf" |
---|
| 17 | |
---|
| 18 | if ( ! -d $SCRATCHDIR ) then |
---|
| 19 | mkdir -p $SCRATCHDIR |
---|
| 20 | endif |
---|
| 21 | |
---|
| 22 | ( cd "$NETCDFMASTER/.." ; tar cf - ./netcdf | ( cd "$SCRATCHDIR" ; tar xvf - ; cp netcdf/lib/libnetcdf.a netcdf/lib/libnetcdf.lib ) ) |
---|
| 23 | |
---|
| 24 | exit |
---|
| 25 | |
---|
| 26 | echo " " |
---|
| 27 | echo " SOURCEME_WINCCS_WRF" |
---|
| 28 | echo " " |
---|
| 29 | echo " To build NetCDF on WinCCS x86-64..." |
---|
| 30 | echo " Untar WINCCS_WRF.tar in this directory." |
---|
| 31 | echo " ./candlink.csh" |
---|
| 32 | echo " " |
---|
| 33 | echo " " |
---|
| 34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.