Directory scripts/udaTransferScripts/

Total Files:
4
Deleted Files:
0
Lines of Code:
623

[root]/scripts/udaTransferScripts

Lines of Code

scripts/udaTransferScripts/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
harman 16 (100.0%) 248 (100.0%) 15.5

Most Recent Commits

harman 2017-12-12 14:17 Rev.: 57431

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:

  • scripts/udaTransferScripts: pscp2 (changed), pscp2_driver_Linux (changed)
harman 2017-12-04 11:41 Rev.: 57391

Write tmp files to /tmp/ allowing a non-owner to copy the uda.

5 lines of code changed in 1 file:

  • scripts/udaTransferScripts: pscp2 (+5 -4)
harman 2017-11-20 18:24 Rev.: 57319

Added option:
-deleteOrgTimesteps delete original timesteps directories after they have been tarred.

0 lines of code changed in 4 files:

  • scripts/udaTransferScripts: pTarUda (new), pTarUda_driver_Linux (changed)
harman 2017-11-03 14:53 Rev.: 57206

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:

  • scripts/udaTransferScripts: pTarUda (+18 -6), pTarUda_driver_Linux (+4 -4)
harman 2017-04-06 09:41 Rev.: 56394

minor tweaks for extracting tarballs

5 lines of code changed in 1 file:

  • scripts/udaTransferScripts: pTarUda (+5 -5)
harman 2017-02-15 11:02 Rev.: 56227

Added option to continue the tarring process if a previous attempt failed.
Polish.

68 lines of code changed in 1 file:

  • scripts/udaTransferScripts: pTarUda (+68 -58)
harman 2017-02-10 15:23 Rev.: 56222

Force shell to be bash for portability.

1 lines of code changed in 1 file:

  • scripts/udaTransferScripts: pTarUda_driver_Linux (+1)
harman 2017-02-10 15:09 Rev.: 56221

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:

  • scripts/udaTransferScripts: pTarUda (+119 -41), pTarUda_driver_Linux (+28 -9)
Generated by StatSVN 0.7.0