Barry Smith

Results 9 comments of Barry Smith

Works, thanks. How do I get a list of all the branches in the remote repository; that may not exist locally?

We are starting to get a good amount of messages from our users who run our "make check" worried about these messages; these are users who do not know about...

I can reproduce this on my Mac I don't think the issue is directly related to PETSc and don't see anything more the PETSc team can do in tracking down...

I found I cannot drag-and-drop email addresses from Apple Mail to Warp. When dragged and dropped to, say, Terminal, both the user's full name and the email address get dropped...

@xiaoyeli You can fix this by deleteing the two lines from your CMakeLists.txt file enable_language (Fortran) set(NOFORTRAN FALSE) I tried to make a pull request but botched the fork so...

The cmake/XSDKDefaults.cmake is suppose to handle all this language setting stuff automatically, if it is working correctly you should not need to have any of this extra code. SET_DEFAULT(XSDK_ENABLE_C TRUE)...

> On Oct 20, 2016, at 6:14 PM, xiaoyeli [email protected] wrote: > > Satish, > What does the following mean? > > ==22675== Address 0xa606c48 is 0 bytes after a...

Yes the documentation on this for CMAKE is terrible. This is what we put in the CMakeList.txt file for ParMetis to get it to work. set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")

I've attached all the output from running the cmake and build. In particular note that when it builds libmatgen.dylib (see immediately below) it does not list the blas library that...