Home
Name Modified Size InfoDownloads / Week
elmag303.tar.gz 2022-06-24 1.6 MB
README 2020-01-13 713 Bytes
elmag302.tar.gz 2020-01-13 1.3 MB
elmag301.tar.gz 2019-09-23 1.3 MB
elmag_py203.tar.gz 2017-04-27 1.4 MB
elmag203.tar.gz 2017-04-27 1.3 MB
elmag202.tar.gz 2014-01-15 3.8 MB
elmag201.tar.gz 2013-03-18 415.3 kB
Totals: 8 Items   11.1 MB 0
#########################################################################
#########################################################################
Download the file elmag302.tar.gz; unpacking the files

> tar -xvf elmag302.tar.gz

will create the files inside the subdirectory Elmag302.

Using MPI it may be necessary to load libraries,

> module load openmpi-x86_64

before compiling and running the executable

> make mpi
> mpirun -np X a.out &

on X processors.

If MPI is not available, a single processor version can be compiled,

> make single
> ./a.out &

#########################################################################
#########################################################################

Source: README, updated 2020-01-13