[root]/scripts/udaTransferScripts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
harman | 16 (100.0%) | 248 (100.0%) | 15.5 |
driver:
Execute chgrp on the same line as the tar |ssh command. No need to login again and execute it.
pscp2:
- Added silent_ssh function, which eliminates all the chatter from MOTD and Module load to stderr/stdout.
Ash is plagued with this! The function executes the command in a non-interactive session and
returns command output.
- Replaced $SSH calls with silent_ssh()
- redirect scp output to /dev/null
- improved bulletproofing
0 lines of code changed in 4 files:
Write tmp files to /tmp/ allowing a non-owner to copy the uda.
5 lines of code changed in 1 file:
Added option:
-deleteOrgTimesteps delete original timesteps directories after they have been tarred.
0 lines of code changed in 4 files:
Changes that have been sitting in a build since April.
Added code to handle uda's with hundreds of timesteps. Yes, they do exist....
22 lines of code changed in 2 files:
minor tweaks for extracting tarballs
5 lines of code changed in 1 file:
Added option to continue the tarring process if a previous attempt failed.
Polish.
68 lines of code changed in 1 file:
Force shell to be bash for portability.
1 lines of code changed in 1 file:
Version 2.0
- All directories that are tarred are also compressed using either gzip or pigz (parallel gzip).
With compression the timesteps directories are ~%35 smaller.
- Added ability to extract compressed timesteps in parallel.
- new command line options:
Options:
-np: [int] Number of processores used.
-allTimesteps: [y/n] operate on all directories in uda? If "n" then a vi window will open allowing you to edit the timesteps
-create blank create new archives
-extract blank extract timestep archieves
-uda [dir name] uda name
-help: Display this option summary
147 lines of code changed in 2 files: