Coder Social home page Coder Social logo

ludecompi's People

Contributors

lukasz22 avatar tbajorek avatar

Watchers

 avatar  avatar  avatar

ludecompi's Issues

`text.txt` is not ignored

Patch:

Date: Fri, 14 Apr 2017 22:13:08 +0200
Subject: [PATCH 2/2] ignored `text.txt`

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index fc5e64a..47390db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 nbproject
 build
 dist
+test.txt

 obj/*
 bin/*
--
2.12.1

Pararell code using MPI

The next task is to write a pararell algorithm using existing non pararell code. I hope this will be done for this coming weekend. It's very important for me.

compilation fails on include path

โžœ  LUdecoMPI git:(master) make all
gcc  -c src/LU.c -o obj/LU.o
In file included from src/LU.c:1:0:
src/include/LU.h:15:20: fatal error: matrix.h: No such file or directory
 #include "matrix.h"
                    ^
compilation terminated.
make: *** [makefile:31: obj/LU.o] Error 1

Patch:

Date: Fri, 14 Apr 2017 22:12:19 +0200
Subject: [PATCH 1/2] fixed includes

---
 {src/include => include}/LU.h | 0
 src/LU.c                      | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename {src/include => include}/LU.h (100%)

diff --git a/src/include/LU.h b/include/LU.h
similarity index 100%
rename from src/include/LU.h
rename to include/LU.h
diff --git a/src/LU.c b/src/LU.c
index 5af1318..1231626 100644
--- a/src/LU.c
+++ b/src/LU.c
@@ -1,5 +1,5 @@
-#include "include/LU.h"
+#include "../include/LU.h"
-- 
2.12.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.