This ReadMe file is recorded by Jiali Wang on 11/15/2018. Contact: jialiwang@anl.gov

The code in this direcotry is downloaded from PEST website (http://www.pesthomepage.org/): the latest Unix version of PEST: version 13.6

pslave.F has been slightly modified based on the original code pslave.F.original
  
Difference between the original and modified pslave.F
========================================================
diff pslave.F.original pslave.F
=======================================================
29c29
< 100     format(' PSLAVE version ',a,'. ',
---
> 100     format(' ..PSLAVE version ',a,'. ',
41a42
>         write(6,*) "in ifdef"
44a46
>         WRITE(6,*) "in else of NO_CMDLNIE"
49a52
>        WRITE(6,*) 'comline=',COMLINE
56,57c59,60
< 102         FORMAT(/,' *** Unrecognized command line argument ***',/)
<             STOP
---
> 102         FORMAT(/,' --- Unrecognized command line argument ***',/)
>             !STOP
64a68
>         write (6,*) "go go to BEO"
76,79c80,92
< 120     write(6,150)
< 150   format(' Enter command to run model: ',$)
<         read(5,'(a)') comline
<       if(comline.eq.' ') go to 120
---
>         write (6,*) "go go to BEO else"
>         write(6,*) "comline=",comline
>
> !120     write(6,150)
> !150  format(' Enter command to run model: ',$)
> !        read(5,'(a)') comline
>
>         do k=1,IARGC()
>           call GETARG(k,string)
>           comline = TRIM(comline)//' '//string
>         enddo
>         write(*,*) "comline=",comline
> !      if(comline.eq.' ') go to 120
