| 08779805 | 29-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
In examples/{mfem,petsc}/Makefile:
* support the use of 'make -B' * prevent rebuilding due to okl-lib-cache dependency.
Reported-by: Jed Brown jed@jedbrown.org |
| 1912414b | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
occa: use CEED_INTERN for internal backend functions |
| 58eca987 | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Add Travis-CI and BSD-2 badges |
| e6e33d17 | 29-Mar-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge pull request #56 from thilinarmtb/run_nek_fix
Update the Nek5000 example run process |
| a1571ba2 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Use short option for -ceed in examples
and update README.md |
| 160a9984 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into run_nek_fix |
| 58b7665e | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Unify long options and update README.md |
| 449a557b | 29-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Fix a few typos in examples/nek5000/README.md |
| 0c475c5a | 29-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Short option -c, long option -ceed (not --ceed) |
| b55f2667 | 29-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Adding '-c' as a short version of '-ceed' in run-nek-example.sh.
Wording adjustments in examples/nek5000/README.md. |
| ab5696a7 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Polish run-nek-examples.sh
Replace ./boxes by $NEK_BOX_DIR |
| 55c5f5d3 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Fix a typo `-ex` --> `-e` |
| 63d11ad4 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: polish run-nek-examples.sh |
| dfabffcd | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Update README.md |
| 6402fb04 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: update run-nek-examples.sh |
| 47a7da02 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into run_nek_fix |
| 50d62875 | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/FC-environment' [PR #55]
* jed/FC-environment: makefile: only replace CC and FC when they are default (or undefined) |
| 3989e008 | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'nek_gpu' [PR #47]
* nek_gpu: Nek: Stop using LD_LIBRARY_PATH in Took out link libs for Nek that Thilina removed previously Adding rpath for libCEED in Nek build Rename ex1.okl
Merge branch 'nek_gpu' [PR #47]
* nek_gpu: Nek: Stop using LD_LIBRARY_PATH in Took out link libs for Nek that Thilina removed previously Adding rpath for libCEED in Nek build Rename ex1.okl --> bp1.okl examples/nek5000: It is not necessary to link -locca or -lcuda directly Check the TODOs Got ex1 to work with new occa-dev HEAD Try to run Nek5000 example using new occa-dev HEAD Update make-nek-examples.sh Update nek example to work with the GPUs Update nek example to work with the GPUs
show more ...
|
| f5c159c3 | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Stop using LD_LIBRARY_PATH in
run-neak-examples.sh |
| a6062134 | 29-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Took out link libs for Nek that Thilina removed previously |
| 17bd35f6 | 29-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Adding rpath for libCEED in Nek build |
| dc753d40 | 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
makefile: only replace CC and FC when they are default (or undefined)
Unconditional use of = overrides the environment, but spack would prefer to just export CC and FC rather than pass as command-li
makefile: only replace CC and FC when they are default (or undefined)
Unconditional use of = overrides the environment, but spack would prefer to just export CC and FC rather than pass as command-line arguments.
Reported-by: Veselin Dobrev <dobrev1@llnl.gov>
show more ...
|
| 262a692c | 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Rename ex1.okl --> bp1.okl |
| e0f331b7 | 29-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Delete the OCCA_LIBS variable from the mfem examples building rule. |
| c0c38e35 | 29-Mar-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Some small tweaks and improvements in the MFEM and PETSc examples. |