source: palm/trunk/SOURCE/local_system.f90 @ 82

Last change on this file since 82 was 82, checked in by raasch, 17 years ago

vorlaeufige Standalone-Version fuer Linux-Cluster

  • Property svn:keywords set to Id
File size: 752 bytes
Line 
1 SUBROUTINE local_system( command )
2
3!------------------------------------------------------------------------------!
4! Actual revisions:
5! -----------------
6! Preprocessor directives for old systems removed
7!
8! Former revisions:
9! -----------------
10! $Id: local_system.f90 82 2007-04-16 15:40:52Z raasch $
11! RCS Log replace by Id keyword, revision history cleaned up
12!
13! Revision 1.4  2003/03/16 09:40:33  raasch
14! Two underscores (_) are placed in front of all define-strings
15!
16! Revision 1.1  1997/09/03 06:27:27  raasch
17! Initial revision
18!
19!
20! Description:
21! ------------
22! System calls for different operating systems
23!------------------------------------------------------------------------------!
24
25    CHARACTER (LEN=*) ::  command
26
27    CALL SYSTEM( command )
28
29 END SUBROUTINE local_system   
Note: See TracBrowser for help on using the repository browser.