dealii_slurm_rcc, a SLURM script which runs the DEAL.II step-1 example on the FSU Research Computing Center (RCC) computer cluster. It is included here primarily to illustrate the steps necessary to run a program that uses DEAL.II.
DEAL.II has an examples directory, and the first example is in the step-1 subdirectory. I would recommend making your own working directory, and copying the following two files
Now in that directory, you need to create, one time, the necessary makefile, by issuing a command something like:
cmake -DDEAL_II_DIR=/usr/local/dealii .
If all goes well, then you can create the step-1 executable by
makeafter which, the executable will be called "step-1". The step-1.sh SLURM script will do the making and running, with MPI.
Files you might find useful: