Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
argupta
openfpm_pdata
Commits
37d01155
Commit
37d01155
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing MPI detection and setting
parent
033282d5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install
+1
-1
1 addition, 1 deletion
install
script/set_mpi
+2
-2
2 additions, 2 deletions
script/set_mpi
with
3 additions
and
3 deletions
install
+
1
−
1
View file @
37d01155
...
@@ -225,7 +225,7 @@ fi
...
@@ -225,7 +225,7 @@ fi
### MPI compilers must be in your PATH folder
### MPI compilers must be in your PATH folder
set_mpi
$i_dir
set_mpi
$i_dir
$ncore
### METIS and ParMETIS must be installed independently from sistem wide installation
### METIS and ParMETIS must be installed independently from sistem wide installation
...
...
This diff is collapsed.
Click to expand it.
script/set_mpi
+
2
−
2
View file @
37d01155
...
@@ -5,9 +5,9 @@ function set_mpi()
...
@@ -5,9 +5,9 @@ function set_mpi()
if
[
x
"
$MPI_valid
"
==
x
"yes"
]
;
then
if
[
x
"
$MPI_valid
"
==
x
"yes"
]
;
then
configure_options
=
"
$configure_options
CXX=mpic++ "
configure_options
=
"
$configure_options
CXX=mpic++ "
else
else
./script/install_MPI.sh
$
i_dir
$ncore
./script/install_MPI.sh
$
1
$2
MPI_installed
=
1
MPI_installed
=
1
export
PATH
=
"
$
i_dir
/MPI/bin:
$PATH
"
export
PATH
=
"
$
1
/MPI/bin:
$PATH
"
configure_options
=
"
$configure_options
CXX=mpic++ "
configure_options
=
"
$configure_options
CXX=mpic++ "
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment