Current location - Education and Training Encyclopedia - University ranking - Construction of Fortran+mpi Environment [Fortran Parallel Scientific Computing]
Construction of Fortran+mpi Environment [Fortran Parallel Scientific Computing]
First of all, if a worker wants to do a good job, he must first sharpen his tools-build a Fortran MPI parallel environment.

Because it uses the school server-MPI User Guide | Wuhan University Supercomputing Center.

Select MPI services provided by Intel.

1, modify environment variable:

Note: When modifying environment variables on a single server, remember to follow the default path:

2. Check whether it is successful.

and

Finally, it can be used normally during debugging. MPI User's Guide | The Supercomputing Center of Wuhan University provides the usage of C language version, which is submitted by slurm scheduling system. Future articles will debug related learning content according to the above content.