/examples/README

https://github.com/guicho271828/cl-mpi · #! · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · 2db15633b74dfb67135bde8a7d104f41 MD5 · raw file

  1. Here are some example CL-MPI programs:
  2. mpi-hello-world.lisp -- trivial hello world program
  3. make sbcl-test-hello-world (for SBCL users)
  4. make cmucl-test-hello-world (for CMUCL users)
  5. trapezoidal-integration.lisp -- paralel, numerical integration
  6. Try:
  7. make sbcl-test-integrate (for SBCL users)
  8. make cmucl-test-integrate (for CMUCL users)