Changes between Version 42 and Version 43 of AIPS


Ignore:
Timestamp:
09/15/06 16:16:29 (19 years ago)
Author:
cdelacruz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AIPS

    v42 v43  
    331331
    332332=== Physical creation of disk/data areas: ===
    333 A following simple script can be used to create the
     333The following simple script can be used to create the
    334334AIPS data folders:
    335335{{{
     
    343343        let COUNTER=COUNTER+1
    344344done
     345
     346
     347* Each created data folder must contain a 'SPACE' (created using: touch SPACE) file for it
     348to be available as a disk; **the aips data folders should be created in the /scratch/aips/data folder.
     349
    345350}}}
    346351
     
    349354for foo in /scratch/aips/data/*;do ln -s $foo /opt/aips/current/DA00/DATA/$(basename $foo);done
    350355}}}
    351 Each created data folder must contain a 'SPACE' (created using: touch SPACE) file for it
    352 to be available as a disk; **the aips data folders should be created in the /scratch/aips/data folder.
    353356
    354357{{{