/examples/README
https://github.com/guicho271828/cl-mpi · #! · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · 2db15633b74dfb67135bde8a7d104f41 MD5 · raw file
- Here are some example CL-MPI programs:
- mpi-hello-world.lisp -- trivial hello world program
- make sbcl-test-hello-world (for SBCL users)
- make cmucl-test-hello-world (for CMUCL users)
- trapezoidal-integration.lisp -- paralel, numerical integration
- Try:
- make sbcl-test-integrate (for SBCL users)
- make cmucl-test-integrate (for CMUCL users)