Introduction of environment variables

Vasp transition state theory tools

Moderator: moderators

Post Reply
graeme
Site Admin
Posts: 2256
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Introduction of environment variables

Post by graeme »

I've added the reading of the environmental variable VTST_BC to get the boundary conditions in the vasp2con.pl script. I think it's time to allow the boundary condition settings, along with optional printing styles to be controlled without having to modify the scripts. A variable can be read using the $ENV{VTST_VARNAME} variable in perl.
graeme
Site Admin
Posts: 2256
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Post by graeme »

Two variable can now be set to specify the

stdout: VTST_STDOUT
stderr: VTST_STDERR

The vfin.pl script uses these variables and copies the stdout file to the save directory, and the stderr file is erased.
graeme
Site Admin
Posts: 2256
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Post by graeme »

The variable VTST_ZIP can be set to gzip (the default) or bzip2. The later tends to have a higher compression ratio.
Post Reply