Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ module load intel-oneapi-compilers/<VERSION>
$ module load intel-oneapi-mpi/<version>
$ mpiifort -o myexec  myprog.f90 (uses the ifort compiler)

...