View Issue Details

IDProjectCategoryView StatusLast Update
0002367OpenFOAMPatchpublic2016-12-01 19:56
ReporterSvensen Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Product Versiondev 
Summary0002367: missing WM_MPLIB options in bashrc
DescriptionTwo 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
TagsMPI

Activities

Svensen

2016-12-01 19:42

reporter  

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:
bashrc-mpi_options.patch (376 bytes)   

henry

2016-12-01 19:56

manager   ~0007373

Resolved by commit 5a6db562199a1432efba61e65b8fc7de796bd050

Issue History

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