Skip to content
Snippets Groups Projects
Commit 3cbec62f authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Add README & make clean

parent 43e45d0c
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,7 @@ test.out: test.o ...@@ -3,3 +3,7 @@ test.out: test.o
test.o: test.cpp test.o: test.cpp
g++ -Wall -pthread -O3 -c $< g++ -Wall -pthread -O3 -c $<
.PHONY: clean
clean:
rm *.o *.out
\ No newline at end of file
# GSI Slurm CPU scaling test
This project is intended to be used for debugging the CPU allocation / scheduling on the GSI
compute nodes while scaling the number of threads using `srun -n 1 -c $NUM_THREADS -- ./test $NUM_THREADS`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment