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