Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
bf81ed53
Commit
bf81ed53
authored
Apr 15, 2011
by
Naumann, Andreas
Browse files
capital in amdisuse.cmake
parent
9a757d3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/AMDiSUse.cmake
View file @
bf81ed53
...
@@ -12,7 +12,7 @@ if(AMDiS_HAS_PARALLEL_DOMAIN)
...
@@ -12,7 +12,7 @@ if(AMDiS_HAS_PARALLEL_DOMAIN)
list
(
APPEND AMDiS_COMPILEFLAGS
${
MPI_COMPILE_FLAGS
}
)
list
(
APPEND AMDiS_COMPILEFLAGS
${
MPI_COMPILE_FLAGS
}
)
list
(
APPEND AMDIS_INCLUDE_DIRS
${
MPI_INCLUDE_PATH
}
)
list
(
APPEND AMDIS_INCLUDE_DIRS
${
MPI_INCLUDE_PATH
}
)
endif
(
MPI_FOUND
)
endif
(
MPI_FOUND
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
AMD
i
S_DIR
}
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
AMD
I
S_DIR
}
)
set
(
PETSC_EXECUTABLE_RUNS ON
)
set
(
PETSC_EXECUTABLE_RUNS ON
)
find_package
(
PETSc REQUIRED
)
find_package
(
PETSc REQUIRED
)
if
(
PETSC_FOUND
)
if
(
PETSC_FOUND
)
...
...
AMDiS/getamdis_cmake.sh
View file @
bf81ed53
...
@@ -43,7 +43,7 @@ if test $? -ne 0; then
...
@@ -43,7 +43,7 @@ if test $? -ne 0; then
fi
fi
if
test
-z
"
${
ERROR
}
"
;
then
if
test
-z
"
${
ERROR
}
"
;
then
echo
"amdis was successfully downloaded, configured and installed to
${
prefix
}
"
echo
"amdis was successfully downloaded, configured and installed to
${
prefix
}
"
echo
"you can use this installation in cmake with the AMD
i
S_DIR
${
prefix
}
/share/amdis"
echo
"you can use this installation in cmake with the AMD
I
S_DIR
${
prefix
}
/share/amdis"
else
else
echo
"something went wrong: "
echo
"something went wrong: "
echo
"download:
${
DOWNLOAD
}
"
echo
"download:
${
DOWNLOAD
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment