aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@b61c5cb5-eaca-4651-9a7a-d64986f99364>2013-08-02 21:34:14 +0000
committerrhaas <rhaas@b61c5cb5-eaca-4651-9a7a-d64986f99364>2013-08-02 21:34:14 +0000
commit33cdb10598caa90acaadb568d4e869174ad70ec4 (patch)
treed4ae7fba0aa6f85808e7a238c4c76e6451fe921b /configuration.ccl
parent5d9cf6b6570334ab9c8078790c61d091fcb8b78a (diff)
add code to align allocated memory for vectorization
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@524 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 1a5e567..db93a45 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -10,3 +10,7 @@ PROVIDES PUGH
OPTIONAL MPI
{
}
+
+OPTIONAL_IFACTIVE Vectors
+{
+}