View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002367 | OpenFOAM | Patch | public | 2016-12-01 19:42 | 2016-12-01 19:56 |
Reporter | Svensen | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.04 |
Product Version | dev | ||||
Summary | 0002367: missing WM_MPLIB options in bashrc | ||||
Description | Two options FJMPI and INTELMPI are missing in bashrc selection list for MPI libraries. These options are presented in /etc/config.sh/mpi but not listed in /etc/bashrc | ||||
Tags | MPI | ||||
|
bashrc-mpi_options.patch (376 bytes)
--- bashrc 2016-12-01 20:30:25.969855960 +0100 +++ bashrc-new 2016-12-01 20:33:17.038704244 +0100 @@ -88,7 +88,7 @@ #- MPI implementation: # WM_MPLIB = SYSTEMOPENMPI | OPENMPI | SYSTEMMPI | MPICH | MPICH-GM | HPMPI -# | MPI | QSMPI | SGIMPI +# | MPI | FJMPI | QSMPI | SGIMPI | INTELMPI export WM_MPLIB=SYSTEMOPENMPI #- Operating System: |
|
Resolved by commit 5a6db562199a1432efba61e65b8fc7de796bd050 |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-12-01 19:42 | Svensen | New Issue | |
2016-12-01 19:42 | Svensen | File Added: bashrc-mpi_options.patch | |
2016-12-01 19:43 | Svensen | Tag Attached: MPI | |
2016-12-01 19:56 | henry | Assigned To | => henry |
2016-12-01 19:56 | henry | Status | new => resolved |
2016-12-01 19:56 | henry | Resolution | open => fixed |
2016-12-01 19:56 | henry | Note Added: 0007373 |