Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Nektar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
MMFSolver
Nektar
Commits
5aebd5e2
Commit
5aebd5e2
authored
May 05, 2013
by
Dave Moxey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing webserver and version number to run buildbot tests
parent
5821e9cd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
cmake/FindGSMPI.cmake
cmake/FindGSMPI.cmake
+4
-4
cmake/FindXXT.cmake
cmake/FindXXT.cmake
+4
-4
cmake/ThirdPartyMPI.cmake
cmake/ThirdPartyMPI.cmake
+4
-4
No files found.
cmake/FindGSMPI.cmake
View file @
5aebd5e2
SET
(
GSMPI_SEARCH_PATHS
${
CMAKE_SOURCE_DIR
}
/ThirdParty/gsmpi-1.1/
${
CMAKE_SOURCE_DIR
}
/ThirdParty/gsmpi-1.1/build/
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/gsmpi-1.1/
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/gsmpi-1.1/build
${
CMAKE_SOURCE_DIR
}
/ThirdParty/gsmpi-1.1
.1
/
${
CMAKE_SOURCE_DIR
}
/ThirdParty/gsmpi-1.1
.1
/build/
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/gsmpi-1.1
.1
/
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/gsmpi-1.1
.1
/build
${
CMAKE_SOURCE_DIR
}
/ThirdParty/dist/lib
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/dist/lib
)
...
...
cmake/FindXXT.cmake
View file @
5aebd5e2
SET
(
XXT_SEARCH_PATHS
${
CMAKE_SOURCE_DIR
}
/ThirdParty/gsmpi-1.1/
${
CMAKE_SOURCE_DIR
}
/ThirdParty/gsmpi-1.1/build/
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/gsmpi-1.1/
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/gsmpi-1.1/build
${
CMAKE_SOURCE_DIR
}
/ThirdParty/gsmpi-1.1
.1
/
${
CMAKE_SOURCE_DIR
}
/ThirdParty/gsmpi-1.1
.1
/build/
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/gsmpi-1.1
.1
/
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/gsmpi-1.1
.1
/build
${
CMAKE_SOURCE_DIR
}
/ThirdParty/dist/lib
${
CMAKE_SOURCE_DIR
}
/../ThirdParty/dist/lib
)
...
...
cmake/ThirdPartyMPI.cmake
View file @
5aebd5e2
...
...
@@ -28,10 +28,10 @@ IF( NEKTAR_USE_MPI )
IF
(
THIRDPARTY_BUILD_GSMPI
)
EXTERNALPROJECT_ADD
(
gsmpi-1.1
gsmpi-1.1
.1
PREFIX
${
TPSRC
}
URL http://
ae-nektar.ae.ic.ac.uk/~dmoxey/test/gsmpi-
1.1.tar.bz2
URL_MD5
560213b57aa379ebda2d027296eefc0
7
URL http://
xyloid.org/gsmpi-1.
1.1.tar.bz2
URL_MD5
48a6006437e094f6cccce65dcf79f96
7
DOWNLOAD_DIR
${
TPSRC
}
CONFIGURE_COMMAND
${
CMAKE_COMMAND
}
...
...
@@ -39,7 +39,7 @@ IF( NEKTAR_USE_MPI )
-DCMAKE_CXX_COMPILER:FILEPATH=
${
CMAKE_CXX_COMPILER
}
-DCMAKE_BUILD_TYPE:STRING=Debug
-DCMAKE_INSTALL_PREFIX:PATH=
${
TPSRC
}
/dist
${
TPSRC
}
/src/gsmpi-1.1
${
TPSRC
}
/src/gsmpi-1.1
.1
)
SET
(
GSMPI_LIBRARY gsmpi CACHE FILEPATH
"GSMPI path"
FORCE
)
...
...
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