History log of /libCEED/Makefile (Results 526 – 550 of 613)
Revision Date Author Comments
# a183245f 21-Feb-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'doxy-dev' [PR #34]

* doxy-dev:
make doc: target is phony so prerequisites are irrelevant
Adding a "make doc" target.
Local build: 'doxygen Doxyfile' works
codedocs.xyz-friendly

Merge branch 'doxy-dev' [PR #34]

* doxy-dev:
make doc: target is phony so prerequisites are irrelevant
Adding a "make doc" target.
Local build: 'doxygen Doxyfile' works
codedocs.xyz-friendly paths
Improved Doxygen documentation with support for automatic onlne publishing via https://codedocs.xyz.

show more ...


# 0ab95609 21-Feb-2018 Jed Brown <jed@jedbrown.org>

make doc: target is phony so prerequisites are irrelevant


# e91abca3 21-Feb-2018 camierjs <camier1@llnl.gov>

[occa] QFunction from OKL files


# 7bd3a522 21-Feb-2018 Tzanio <tzanio@llnl.gov>

Adding a "make doc" target.

Replaced MathJax server with https://cdn.llnl.gov/mathjax/2.7.2.


# 8ba8129b 20-Feb-2018 camierjs <camier1@llnl.gov>

[OpenMP] Add omp backend for the tests


# 6850bcb5 20-Feb-2018 camierjs <camier1@llnl.gov>

[make] tst, prv targets


# 07838a1c 19-Feb-2018 Tzanio <tzanio@llnl.gov>

Improved Doxygen documentation with support for automatic onlne
publishing via https://codedocs.xyz.


# e7dae372 14-Feb-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'update_nek_examples_build_process' of github:thilinarmtb/libceed [PR #33]

* 'update_nek_examples_build_process' of github:thilinarmtb/libceed:
Reuse SIZE if it exists
Fix a typo

Merge branch 'update_nek_examples_build_process' of github:thilinarmtb/libceed [PR #33]

* 'update_nek_examples_build_process' of github:thilinarmtb/libceed:
Reuse SIZE if it exists
Fix a typo
make clean: Clean nek5000/examples directory
Nek: generate SIZE from SIZE.in and makenek so it is not versioned
Add .gitignore file
Remove lines added by makenek
Use makenek from the Nek5000 path

show more ...


# 1c615aaf 13-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

make clean: Clean nek5000/examples directory


# 39523eee 07-Feb-2018 Jed Brown <jed@jedbrown.org>

Merge remote-tracking branch 'thilina/fortran_interface' [PR #19]

* thilina/fortran_interface: (71 commits)
Makefile: remove redundant prerequisite statement
make astyle
t20-qfunction-f: comme

Merge remote-tracking branch 'thilina/fortran_interface' [PR #19]

* thilina/fortran_interface: (71 commits)
Makefile: remove redundant prerequisite statement
make astyle
t20-qfunction-f: comment dummy argument
Makefile FFLAGS: -Wno-unused-dummy-argument
Makefile: set FC=gfortran because make defines FC=f77 by default
Nek5000 example: add support for NEK5K_DIR and edit README
Undo conversion from CeedScalar to double
Update README
Update run-nek-example script
Comment out exitti call
Add a README for Nek5000 examples
Enumerate QFunctionFortranStub call with arguments
Replace %val(0) by ceed_null
Convert CeedScalar-s to double
Convert CeedInt-s to int
Update Nek5000 example: working now !!!
Update scripts: generate-boxes, make-nek-examples
Update Nek5000 example
Add a batch script to run Nek5000 example
Update Nek5000 example
...

show more ...


# 854b733d 07-Feb-2018 Jed Brown <jed@jedbrown.org>

Makefile: remove redundant prerequisite statement


# bcfdf5e6 07-Feb-2018 Jed Brown <jed@jedbrown.org>

Makefile FFLAGS: -Wno-unused-dummy-argument

This option is analogous to gcc -Wno-unused-parameter (which gfortran
processes as pertaining to Fortran's PARAMETER statement).


# 18006e1d 07-Feb-2018 Jed Brown <jed@jedbrown.org>

Makefile: set FC=gfortran because make defines FC=f77 by default

f77 is less likely to be available, but FC ?= gfortran has no effect due
to the default.


# 734e90fe 05-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into fortran_interface


# 3762f2d6 03-Feb-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/make-install' [PR #32]

* jed/make-install:
make install: document in README
make install: avoid non-portable GNU install options
make: add install target
Switch to include/

Merge branch 'jed/make-install' [PR #32]

* jed/make-install:
make install: document in README
make install: avoid non-portable GNU install options
make: add install target
Switch to include/ceed.h and lib/libceed.so directory structure

show more ...


# 1e25a746 03-Feb-2018 Jed Brown <jed@jedbrown.org>

make install: avoid non-portable GNU install options

Reported-by: Tzanio Kolev <kolev1@llnl.gov>


# d5217624 03-Feb-2018 Jed Brown <jed@jedbrown.org>

make: add install target

Typical usage is

make install prefix=/opt/ceed

or

make install prefix=/usr DESTDIR=/my/packaging/path


# 6ea7c6c1 03-Feb-2018 Jed Brown <jed@jedbrown.org>

Switch to include/ceed.h and lib/libceed.so directory structure

This gives the source directory a compatible directory layout with
the install directory, thus enabling a user to use either.


# 3f4acda5 01-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into fortran_interface


# a99eee77 01-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add a header with Fortran 77 constants

and update the Fortran tests to use it


# 2f0d0362 31-Jan-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'ceed-ex1-dev' [PR #30]

* ceed-ex1-dev:
Add examples to test suite
Rename examples/ex1 -> examples/ex1-volume-annulus
make: remove tst target because it reorders output (invalid T

Merge branch 'ceed-ex1-dev' [PR #30]

* ceed-ex1-dev:
Add examples to test suite
Rename examples/ex1 -> examples/ex1-volume-annulus
make: remove tst target because it reorders output (invalid TAP)
make: link examples/%.c into build/%
examples/ex1: make -t (test) select smaller test case and print less
In examples/ex1.c, add parsing of command line options.
In examples/ex1.c, set the mesh node coordinates using the appropriate non-uniform spacing (Lobatto points) instead of uniform spacing.
Remove explicit linking with OCCA from examples/Makefile.
Fixing the build on my Linux box
Add examples/ex1.c which does not have external dependencies.

show more ...


# dad465e7 31-Jan-2018 Jed Brown <jed@jedbrown.org>

Add examples to test suite


# aa7e030b 31-Jan-2018 Jed Brown <jed@jedbrown.org>

make: remove tst target because it reorders output (invalid TAP)

Use the prove target for parallelism


# efef47cd 31-Jan-2018 Jed Brown <jed@jedbrown.org>

make: link examples/%.c into build/%


# ac1cf17f 31-Jan-2018 Tzanio Kolev <tzanio@llnl.gov>

Merge pull request #31 from CEED/make

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


1...<<2122232425