Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue161 durack1 1p0p0 final tweaks #212

Merged
merged 4 commits into from
Jan 14, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update install_metrics.bash to build VTK/VCS and setup_runtime. shell…
… specific
  • Loading branch information
durack1 committed Jan 13, 2015
commit 9383bb0cee75e2791da4d553a1ba7a2014405138
4 changes: 2 additions & 2 deletions install_metrics.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ num_cpus=4

#### BUILD OPTIONS #####
## Do we want to build with graphics capabilities
build_graphics=false
build_graphics=true

## Do we want to build with CMOR
build_cmor=false
Expand Down Expand Up @@ -428,7 +428,7 @@ main() {
echo "Metrics - ${metrics_checkout} - Install Success"
echo "*******************************"
echo "Please test as follows:"
echo "source ${install_prefix}/bin/setup_runtime.sh"
echo "source ${install_prefix}/bin/setup_runtime.sh or .csh"
echo "python ${metrics_build_directory}/test/test_suite.py"
echo "*******************************"
echo "Create your customized input_parameters.py (inspire yourself from examples in ${install_prefix}/doc/pcmdi_input_parameters_sample.py"
Expand Down