Skip to content

Instantly share code, notes, and snippets.

@hkaiser
Created July 26, 2012 12:56
Show Gist options
  • Save hkaiser/3181896 to your computer and use it in GitHub Desktop.
Save hkaiser/3181896 to your computer and use it in GitHub Desktop.
# $HPX_INI points to hpx.ini below
HPX_INI=D:/Devel/hpx_applications/hpx.ini
#########################################################################
# hpx.ini
[hpx]
ini_path=$[hpx.ini_path];D:/Devel/hpx_applications/had_amr/build/Debug.vc10/Debug/lib/hpx
#########################################################################
# had_amr.ini
# The HAD_AMR component module
[hpx.had_amr]
location=D:/Devel/hpx_applications/had_amr/build/Debug.vc10/Debug/lib/hpx
# component representing a whole mesh of stencils
[hpx.components.had_unigrid_mesh]
name = had_amr
path = $[hpx.had_amr.location]
# stencil aggregating a dynamic number of double input values
[hpx.components.dynamic_stencil_double]
name = had_amr
path = $[hpx.had_amr.location]
[hpx.components.had_stencil_value_out_adaptor]
name = had_amr
path = $[hpx.had_amr.location]
#########################################################################
# had_amr_c.ini
[hpx.components.had_stencil]
name = had_amr_c
path = $[hpx.had_amr.location]
[hpx.components.had_logging]
name = had_amr_c
path = $[hpx.had_amr.location]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment