Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

mpich installation error

dafage66

New member
hello,there is a problem with MPICH installation ,all the Fortran and C tests run OK,tests' results turn out just like OnLineTutorial said,then when I configure mpich,gets what in the picture
 

Attachments

  • 截图 2024-08-06 22-39-27.png
    截图 2024-08-06 22-39-27.png
    80.9 KB · Views: 10
Hi,
Please discuss this issue with a systems administrator at your institution, as the issue has something to do with your specific environment.
 

For newer compilers the MPICH version shown in the online tutorial requires workarounds to get configuration to work properly. It seems that newer version of MPICH either provide more error information on how to fix this or do not require this workaround anymore.

The following (copied from the above link) should be considered for addition to the MPICH compilation in the online tutorial page if the MPICH version is to remain the same :
Code:
export FFLAGS=-fallow-argument-mismatch
export FCFLAGS=-fallow-argument-mismatch
 
Top