Trouble Shooting
- If you have MPI on your machine, please make sure it is correctly installed and functioning. Also feel free to contact us.
- Check that the appropriate arguments are specified during configuration, if using any non-default options
- If you have previously installed SPRNG in the same directory, it is sometimes helpful to run make clean before running make
- If you are compiling a FORTRAN program that includes SPRNG, you may need to include the stdc++ library by adding -lstdc++ to the compiler flags
- If you are using a Mac and gfortran to compile the FORTRAN version of SPRNG, you may see the error ld: library not found for -lSystem when compiling. If you see this, it is because of an issue with some installations of the gfortran compiler. Please see this link for some potential solutions.