Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the offlineami function:


Code Block
# Function to run offline AMI. Takes experiment name as parameter.

...



function offlineami()

...



{

...



/reg/g/pcds/dist/pds/ami-current/build/ami/bin/x86_64-rhel7-opt/offline_ami -p /reg/d/psdm/mec/$1

...



}

You can now save the file and close the text editor.

Use a text editor to open your .bash_profile file, for example:

Code Block
collapsetrue
 gedit .bash_profile

We recommend the following definitions:

...