Versions Compared

Key

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

...

Code Block
languagebash
./ci --configure
 
#The above command will run the pbs configure with default options "--prefix=/opt/pbs --enable-ptl" .
#Note that if you have already specified the configure options and are running it again then simply calling --configure will run the last called options
 
./ci --configure='CFLAGS="-g -O2 -Wall -Werror" --prefix=/tmp/pbs --enable-ptl"'
 
#The above command is an example of how to call a custom configure command.

...