Changeset 809 for palm/trunk/SOURCE/check_open.f90
- Timestamp:
- Jan 30, 2012 1:32:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_open.f90
r808 r809 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 7 7 ! 8 8 ! Former revisions: … … 120 120 IF ( openfile(file_id)%opened ) RETURN 121 121 122 #if .NOT.defined ( __check )122 #if ! defined ( __check ) 123 123 ! 124 124 !-- Only certain files are allowed to be re-opened … … 240 240 CALL local_system( 'mkdir BINOUT' // coupling_char ) 241 241 ENDIF 242 #if defined( __parallel ) .AND. .NOT.defined ( __check )242 #if defined( __parallel ) && ! defined ( __check ) 243 243 ! 244 244 !-- Set a barrier in order to allow that all other processors in the … … 279 279 FORM='UNFORMATTED', POSITION='APPEND' ) 280 280 ELSE 281 #if defined( __parallel ) .AND. .NOT.defined ( __check )281 #if defined( __parallel ) && ! defined ( __check ) 282 282 ! 283 283 !-- Set a barrier in order to allow that all other processors in the … … 660 660 CALL local_system( 'mkdir PARTICLE_INFOS' // coupling_char ) 661 661 ENDIF 662 #if defined( __parallel ) .AND. .NOT.defined ( __check )662 #if defined( __parallel ) && ! defined ( __check ) 663 663 ! 664 664 !-- Set a barrier in order to allow that thereafter all other … … 709 709 CALL local_system( 'mkdir PARTICLE_DATA' // coupling_char ) 710 710 ENDIF 711 #if defined( __parallel ) .AND. .NOT.defined ( __check )711 #if defined( __parallel ) && ! defined ( __check ) 712 712 ! 713 713 !-- Set a barrier in order to allow that thereafter all other … … 1312 1312 TRIM( coupling_char ) // '/' ) 1313 1313 ENDIF 1314 #if defined( __parallel ) .AND. .NOT.defined ( __check )1314 #if defined( __parallel ) && ! defined ( __check ) 1315 1315 ! 1316 1316 !-- Set a barrier in order to allow that all other processors in the
Note: See TracChangeset
for help on using the changeset viewer.