Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amdis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Backofen, Rainer
amdis
Commits
bf81ed53
Commit
bf81ed53
authored
Apr 15, 2011
by
Naumann, Andreas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
capital in amdisuse.cmake
parent
9a757d3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AMDiS/AMDiSUse.cmake
AMDiS/AMDiSUse.cmake
+1
-1
AMDiS/getamdis_cmake.sh
AMDiS/getamdis_cmake.sh
+1
-1
No files found.
AMDiS/AMDiSUse.cmake
View file @
bf81ed53
...
...
@@ -12,7 +12,7 @@ if(AMDiS_HAS_PARALLEL_DOMAIN)
list
(
APPEND AMDiS_COMPILEFLAGS
${
MPI_COMPILE_FLAGS
}
)
list
(
APPEND AMDIS_INCLUDE_DIRS
${
MPI_INCLUDE_PATH
}
)
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
)
find_package
(
PETSc REQUIRED
)
if
(
PETSC_FOUND
)
...
...
AMDiS/getamdis_cmake.sh
View file @
bf81ed53
...
...
@@ -43,7 +43,7 @@ if test $? -ne 0; then
fi
if
test
-z
"
${
ERROR
}
"
;
then
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
echo
"something went wrong: "
echo
"download:
${
DOWNLOAD
}
"
...
...
Write
Preview
Markdown
is supported
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