History log of /libCEED/Makefile (Results 551 – 575 of 613)
Revision Date Author Comments
# abb87f81 30-Jan-2018 camierjs <camier1@llnl.gov>

[make] Added emacs' TERM=dumb switch compilation output


# 3c5d0cdf 30-Jan-2018 Jed Brown <jed@jedbrown.org>

make color: avoid bc and extra shell invocation

make documentation endorses xargs and expr, but not bc which is
usually distributed independently and thus less portable.


# e12c42aa 30-Jan-2018 Veselin Dobrev <dobrev@llnl.gov>

In examples/ex1.c, add parsing of command line options.

Trigger "make clean" in examples/ from the clean target in the main
Makefile.

In .gitignore, add Mac specific files to ignore.

Add file exam

In examples/ex1.c, add parsing of command line options.

Trigger "make clean" in examples/ from the clean target in the main
Makefile.

In .gitignore, add Mac specific files to ignore.

Add file examples/.gitignore.

show more ...


# 18a724fc 30-Jan-2018 camierjs <camier1@llnl.gov>

[make] CC operation, TTY test & full path output


# 9bdc3d68 29-Jan-2018 camierjs <camier1@llnl.gov>

[make] verbose mode, all target and TERM+dumb rule output


# 673d494e 23-Jan-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add a Make rule for fortran examples


# 34fd0bf9 23-Jan-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Make target `examples` is working now


# 32d74c32 29-Dec-2017 Thilina Rathnayake <thilinarmtb@gmail.com>

Add Fortran tests


# 0e439e50 24-Dec-2017 Jed Brown <jed@jedbrown.org>

Add pkg-config ceed.pc (generated for build directory)


# c384b403 23-Dec-2017 Jed Brown <jed@jedbrown.org>

Merge branch 'occa-backend'

* occa-backend:
OCCA: Fix logic for raising an error when falling back to Serial
Fix the size of temporary arrays in CeedBasisApply_*
[occa] kRestrict[345] fix to a

Merge branch 'occa-backend'

* occa-backend:
OCCA: Fix logic for raising an error when falling back to Serial
Fix the size of temporary arrays in CeedBasisApply_*
[occa] kRestrict[345] fix to avoid race condition, thx David
make style
[occa] /omp/occa mode
[occa] okl return => continue
[occa] kernel tile fix
[occa] MFEM ex1 working

show more ...


# b8dc55c6 23-Dec-2017 camierjs <camier1@llnl.gov>

Merge branch 'occa-backend' of github.com:CEED/libCEED into occa-backend


# ea474a52 23-Dec-2017 Tzanio <tzanio@llnl.gov>

make style


# 6e5d1fd9 23-Dec-2017 camierjs <camier1@llnl.gov>

[occa] MFEM ex1 working


# 46b78982 22-Dec-2017 David Medina <dmed256@gmail.com>

Merge pull request #11 from CEED/occa-backend

OCCA backend [occa-backend]


# 3a1ec3cd 22-Dec-2017 Jed Brown <jed@jedbrown.org>

Makefile: make PROVE_OPTS configurable


# b5b03409 22-Dec-2017 Jed Brown <jed@jedbrown.org>

Makefile: preferred abspath handling


# fc377ca6 22-Dec-2017 Jed Brown <jed@jedbrown.org>

Makefile: resolve abspath for rpath

Allows executables to be run from any directory.


# 1a5c4436 22-Dec-2017 Jean-Sylvain Camier <camier1@llnl.gov>

[macosx] test fix


# c0bc942c 22-Dec-2017 camierjs <camier1@llnl.gov>

Merge branch 'occa-backend' of github.com:CEED/libCEED into occa-backend


# ba9e7b95 22-Dec-2017 camierjs <camier1@llnl.gov>

[make] master and fix occa with new API


# 7f5ff99b 22-Dec-2017 Veselin Dobrev <dobrev@llnl.gov>

Provide a default location for OCCA. Check if the OCCA library file exist
before enabling OCCA.


# 85558d50 22-Dec-2017 camierjs <camier1@llnl.gov>

Merge branch 'master' into occa-backend


# e3df9412 22-Dec-2017 camierjs <camier1@llnl.gov>

[style] *Occa to *_Occa
[occa] moved 'device' global var to ceed private structure
[style] dbg to CeedDebug, moved to ceed-impl.h/ceed.c


# 7697cb41 22-Dec-2017 camierjs <camier1@llnl.gov>

[make] re-fix Jed's Makefile dependencies


# 8bcc5ffe 22-Dec-2017 Jed Brown <jed@jedbrown.org>

Merge branch 'mfem-example'

* mfem-example:
Fix tests that were failing due to the API changes.
Slight adjustments in mfem/ex1
A first working version of the MFEM example.
Add support for mu

Merge branch 'mfem-example'

* mfem-example:
Fix tests that were failing due to the API changes.
Slight adjustments in mfem/ex1
A first working version of the MFEM example.
Add support for multi-component fields (such as mesh coordinates) in CeedElemRestrictionApply, including implementation in the reference backend.
First draft of MFEM example.

show more ...


1...<<2122232425