Skip to content

Commit

Permalink
Disabled a runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrychlik committed Oct 3, 2024
1 parent c45b06b commit a7894fa
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 31 deletions.
1 change: 0 additions & 1 deletion .vscode/dryrun.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ make --dry-run --always-make --keep-going --print-directory
make: Entering directory '/home/marek/GitProjects/Courses/Website/public/math589/LectureNotes/GaussianElimination'
cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 -c -o gauss_solve.o gauss_solve.c
cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 -c -o main.o main.c

cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 -c -o helpers.o helpers.c
cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 gauss_solve.o main.o helpers.o -o gauss_solve -lm
gcc -shared -I/usr/include/python3.12 -o libgauss.so -fPIC gauss_solve.c
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"C_Cpp_Runner.debuggerPath": "gdb",
"C_Cpp_Runner.cStandard": "",
"C_Cpp_Runner.cppStandard": "",
"C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat",
"C_Cpp_Runner.msvcBatchPath": "",
"C_Cpp_Runner.useMsvc": false,
"C_Cpp_Runner.warnings": [
"-Wall",
Expand Down
66 changes: 37 additions & 29 deletions .vscode/targets.log
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ make all --print-data-base --no-builtin-variables --no-builtin-rules --question
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.

# Make data base, printed on Wed Oct 2 21:29:05 2024
# Make data base, printed on Wed Oct 2 21:43:49 2024

# Variables

Expand Down Expand Up @@ -88,6 +88,8 @@ CURDIR := /home/marek/GitProjects/Courses/Website/public/math589/LectureNotes/Ga
APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL = true
# environment
LESSOPEN = | /usr/bin/lesspipe %s
# environment
VSCODE_L10N_BUNDLE_LOCATION =
# automatic
*D = $(patsubst %/,%,$(dir $*))
# environment
Expand All @@ -109,7 +111,7 @@ MAKEFILE_LIST := Makefile
# automatic
@F = $(notdir $@)
# environment
VSCODE_PID = 51204
VSCODE_PID = 53928
# environment
XDG_SESSION_TYPE = wayland
# automatic
Expand Down Expand Up @@ -225,7 +227,7 @@ MANAGERPID = 3141
# environment
DEBUGINFOD_URLS = https://debuginfod.ubuntu.com
# environment
GIO_LAUNCHED_DESKTOP_FILE_PID = 51149
GIO_LAUNCHED_DESKTOP_FILE_PID = 53886
# environment
_ = /snap/code/169/usr/share/code/code
# environment
Expand Down Expand Up @@ -278,9 +280,6 @@ VSCODE_CLI = 1
ELECTRON_NO_ATTACH_CONSOLE = 1
# environment
SNAP_COMMON = /var/snap/code/common

make: *** No rule to make target 'main.o', needed by 'gauss_solve'. Stop.

# default
.FEATURES := target-specific order-only second-expansion else-if shortest-stem undefine oneshell nocomment grouped-target extra-prereqs archives jobserver output-sync check-symlink load
# environment
Expand All @@ -294,17 +293,17 @@ GDMSESSION = ubuntu
# environment
SNAP_LIBRARY_PATH = /var/lib/snapd/lib/gl:/var/lib/snapd/lib/gl32:/var/lib/snapd/void
# variable set hash-table stats:
# Load=140/1024=14%, Rehash=0, Collisions=4/178=2%
# Load=141/1024=14%, Rehash=0, Collisions=5/179=3%

# Pattern-specific Variable Values

# No pattern-specific variable values.

# Directories

# . (device 66307, inode 11414305): 15 files, no impossibilities.
# . (device 66307, inode 11414305): 20 files, no impossibilities.

# 15 files, no impossibilities in 1 directories.
# 20 files, no impossibilities in 1 directories.

# Implicit Rules

Expand All @@ -331,14 +330,15 @@ Makefile:

gauss_solve.o: gauss_solve.h
# Implicit rule search has been done.
# File does not exist.
# Last modified 2024-10-02 21:32:30.937174216
# File has been updated.
# Successfully updated.

clean: FORCE
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.

# recipe to execute (from 'Makefile', line 32):
@-rm gauss_solve *.o
@-rm *.so
Expand All @@ -352,9 +352,10 @@ check_ctype_wrapper: gauss_solve.py libgauss.so

# Not a target:
gauss_solve.c:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Implicit rule search has been done.
# Last modified 2024-09-29 19:09:45.763596916
# File has been updated.
# Successfully updated.

check_gauss_solve: gauss_solve
# Implicit rule search has not been done.
Expand All @@ -371,21 +372,25 @@ check_gauss_solve: gauss_solve

gauss_solve: gauss_solve.o main.o helpers.o
# Implicit rule search has not been done.
# File does not exist.
# File has not been updated.
# Last modified 2024-10-02 21:32:30.971173597
# File has been updated.
# Successfully updated.
# recipe to execute (from 'Makefile', line 15):
$(CC) $(CFLAGS) $(OBJS) -o $@ $(LDFLAGS)

all: gauss_solve libgauss.so
# Command line target.
# Implicit rule search has been done.
# File does not exist.
# File has not been updated.
# File has been updated.
# Successfully updated.

libgauss.so: gauss_solve.c
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.

# Last modified 2024-10-02 21:32:30.996173142
# File has been updated.
# Successfully updated.
# recipe to execute (from 'Makefile', line 29):
gcc -shared -I/usr/include/python3.12 -o $@ -fPIC $(LIB_SOURCES)

Expand All @@ -399,14 +404,16 @@ gauss_solve.h:
# Not a target:
main.o:
# Implicit rule search has been done.
# File does not exist.
# File has not been updated.
# Last modified 2024-10-02 21:32:30.949173998
# File has been updated.
# Successfully updated.

# Not a target:
helpers.h:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Implicit rule search has been done.
# Last modified 2024-09-25 08:49:17.655560248
# File has been updated.
# Successfully updated.

# Not a target:
gauss_solve.py:
Expand All @@ -415,9 +422,10 @@ gauss_solve.py:
# File has not been updated.

helpers.o: helpers.h
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Implicit rule search has been done.
# Last modified 2024-10-02 21:32:30.952173943
# File has been updated.
# Successfully updated.

# files hash-table stats:
# Load=18/1024=2%, Rehash=0, Collisions=0/48=0%
Expand All @@ -430,9 +438,9 @@ helpers.o: helpers.h
# strcache buffers: 1 (0) / strings = 30 / storage = 296 B / avg = 9 B
# current buf: size = 8162 B / used = 296 B / count = 30 / avg = 9 B

# strcache performance: lookups = 58 / hit rate = 48%
# strcache performance: lookups = 63 / hit rate = 52%
# hash-table stats:
# Load=30/8192=0%, Rehash=0, Collisions=0/58=0%
# Finished Make data base on Wed Oct 2 21:29:05 2024
# Load=30/8192=0%, Rehash=0, Collisions=0/63=0%
# Finished Make data base on Wed Oct 2 21:43:49 2024


0 comments on commit a7894fa

Please sign in to comment.