-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jinmerge #58
base: master
Are you sure you want to change the base?
Jinmerge #58
Conversation
git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@1907 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…as I am pressed for time. I wouldn't recommend anyone test this yet as makefiles have some harcoded paths from my comp and code is tweaked for my tesla board. Tracker item 2180 git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@1916 61e36070-c886-4827-b7c0-ed9e4dc59cc8
git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@1918 61e36070-c886-4827-b7c0-ed9e4dc59cc8
git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@1954 61e36070-c886-4827-b7c0-ed9e4dc59cc8
git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@1978 61e36070-c886-4827-b7c0-ed9e4dc59cc8
git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@1988 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…changes. No tracker item git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@1991 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…olations when accesssing converted C pointers. No Tracker Item git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2001 61e36070-c886-4827-b7c0-ed9e4dc59cc8
git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2002 61e36070-c886-4827-b7c0-ed9e4dc59cc8
git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2003 61e36070-c886-4827-b7c0-ed9e4dc59cc8
git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2008 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…Tracker Item 2180 git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2021 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…t changes git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2090 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…ed tracker item git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2115 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…o. Tracker Item 2180 git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2118 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…o modified Monodomain example. Tracker Item 2180 git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2121 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…ker Item git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2122 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…model definition. See Tracker Item 2180 git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2123 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…cording in example code. See tracker item 2180 git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2124 61e36070-c886-4827-b7c0-ed9e4dc59cc8
…ack dae solver timer using COMMON variables in SOLVER_DAE_SOLVE. Temporarily removed single domain timing as it was producing NANs for some reason. See tracker item 2180 git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2125 61e36070-c886-4827-b7c0-ed9e4dc59cc8
git-svn-id: https://opencmiss.svn.sourceforge.net/svnroot/opencmiss/cm/branches/developers/jin@2186 61e36070-c886-4827-b7c0-ed9e4dc59cc8
Conflicts: ExampleMakefile Makefile src/biodomain_equation_routines.f90 src/classical_field_routines.f90 src/diffusion_equation_routines.f90 src/equations_set_routines.f90 src/external_dae_solver_routines.cu src/field_IO_routines.f90 src/field_routines.f90 src/multi_compartment_transport_routines.f90 src/opencmiss.f90 src/opencmiss_c.f90 src/solver_routines.f90
Any comment on this? I'd like to merge it so that I can get everything up-to-date and delete all these branches and get my master correct so that I can branch and start again from clean. Everything is now so confused. |
@@ -142,11 +142,11 @@ $(EXE_DIR) : | |||
|
|||
$(EXECUTABLE) : $(OBJECTS) $(OPENCMISS_LIBRARY) | |||
$(EXE_LINK) -o $@ $(OBJECTS) $(OPENCMISS_LIBRARY) $(ELFLAGS) $(EXTERNAL_LIBRARIES) | |||
# $(EXE_LINK) -o $@ $(OBJECTS) $(OPENCMISS_LIBRARY) $(ELFLAGS) $(EXTERNAL_LIBRARIES) -L/people/vbud003/NVIDIA_GPU_Computing_SDK/C/lib -L/people/vbud003/NVIDIA_GPU_Computing_SDK/C/common/lib/linux -L/people/vbud003/NVIDIA_GPU_Computing_SDK/shared//lib -lcudart -L/people/vbud003/NVIDIA_GPU_Computing_SDK/C/lib -L/people/vbud003/NVIDIA_GPU_Computing_SDK/C/common/lib/linux -L/people/vbud003/NVIDIA_GPU_Computing_SDK/shared//lib -L/usr/local/cuda/lib64/ -lcudart -lcutil_x86_64 -lshrutil_x86_64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this line should be deleted now that the libraries are included in $(EXTERNAL_LIBRARIES) from MakefileCommon.inc
Merging Jin's branch and bringing cuda electrophysics up-to-date.