Changes in palm/trunk/SOURCE/local_getenv.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/local_getenv.f90
r1 r3 1 1 SUBROUTINE local_getenv( var, ivar, value, ivalue ) 2 2 3 !------------------------------------------------------------------------------ -!3 !------------------------------------------------------------------------------! 4 4 ! Actual revisions: 5 5 ! ----------------- … … 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: local_getenv.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.5 2003/05/09 14:37:07 raasch 12 14 ! On the MUK cluster, only PE0 is able to read environment variables. 13 15 ! Therefore, they have to be communicated via broadcast to the other PEs. 14 !15 ! Revision 1.4 2003/03/16 09:40:22 raasch16 ! Two underscores (_) are placed in front of all define-strings17 !18 ! Revision 1.3 2001/01/22 07:23:55 raasch19 ! Comments translated into English20 !21 ! Revision 1.2 1998/07/16 06:50:50 raasch22 ! cpp-Direktiven fuer t3ej2 und t3ej5 erweitert23 16 ! 24 17 ! Revision 1.1 1997/08/11 06:21:01 raasch … … 29 22 ! ------------ 30 23 ! Getting the values of environment-variabls (for different operating-systems) 31 !------------------------------------------------------------------------------ -!24 !------------------------------------------------------------------------------! 32 25 33 26 #if defined( __lcmuk )
Note: See TracChangeset
for help on using the changeset viewer.