Searched refs:mpifc (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 1426 mpifc='' 1444 mpifc = os.path.join(installDir,"bin",mpif90Name) 1446 mpifc = os.path.join(installDir,"bin",mpif77Name) 1447 …if not os.path.isfile(mpifc): raise RuntimeError('Could not locate installed MPI compiler: '+mpifc) 1449 self.executeShellCommand(mpifc + ' -show', log = self.log)[0] 1454 self.setCompilers.updateMPICompilers(mpicc,mpicxx,mpifc)
|
| H A D | setCompilers.py | 2647 def updateMPICompilers(self, mpicc, mpicxx, mpifc): argument 2657 self.FC = mpifc
|