source: palm/tags/release-3.4a/SOURCE/local_system.f90 @ 3967

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

New:
---

Changed:


PALM can be generally installed on any kind of Linux-, IBM-AIX-, or NEC-SX-system by adding appropriate settings to the configuration file.

Scripts are also running under the public domain ksh.

All system relevant compile and link options as well as the host identifier (local_host) are specified in the configuration file.

Filetransfer by ftp removed (options -f removed from mrun and mbuild).

Call of (system-)FLUSH routine moved to new routine local_flush.

return_addres and return_username are read from ENVPAR-NAMELIST-file instead of using local_getenv.

Preprocessor strings for different linux clusters changed to "lc", some preprocessor directives renamed (new: intel_openmp_bug), preprocessor directives for old systems removed

advec_particles, check_open, cpu_log, cpu_statistics, data_output_dvrp, flow_statistics, header, init_dvrp, init_particles, init_1d_model, init_dvrp, init_pegrid, local_getenv, local_system, local_tremain, local_tremain_ini, modules, palm, parin, run_control

new:
local_flush

mbuild, mrun

Errors:


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