-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bash_history
968 lines (967 loc) · 14.3 KB
/
.bash_history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
xeyes
passwd
ssh -X [email protected]
echo hello
xeyes
ssh -x [email protected]
ls
cd
ls
cd onecrive
cd onedrive
ls
mkdir .ssh
touch .ssh/authorized_keys
chmod 644 .ssh/authorized_keys
cat .ssh/sa17826.pub >> .ssh/authorized_keys
ls
cd ~/.ssh/config
mkdir ~/.ssh/config
ls
cd ~/.ssh/config
Host bcp4
ls
cd ..
ls
nano config
cd ..
rm config
ls
scp bcp4:hello.c test.c
ls
qstat
squeue
squeue -u sa17826
scancel 2471325
sbatch [options] /Users/saifanwar/OneDrive/University/CSEY3/HPC/hello.c
sbatch -N <1> /Users/saifanwar/OneDrive/University/CSEY3/HPC/hello.c
sbatch [-N <1>] /Users/saifanwar/OneDrive/University/CSEY3/HPC/hello.c
sbatch [-N 1] /Users/saifanwar/OneDrive/University/CSEY3/HPC/hello.c
sbatch -N 1 /Users/saifanwar/OneDrive/University/CSEY3/HPC/hello.c
module list
gcc -v
qsub /Users/saifanwar/OneDrive/University/CSEY3/HPC/hello.c
sbatch /Users/saifanwar/OneDrive/University/CSEY3/HPC/hello.c
cat my.job
cat sa17826.job
scp hello.job [email protected]:hello.job
ls
sbatch hello.job
squeue
squeue -u sa17826
ls
nano test1.out
#1570184096
ls
#1570184159
sbatch hello.job
#1570184171
squeue -u sa17826
#1570184195
ls
#1570184208
nano test1.out
#1570184361
sbatch hello.job
#1570184368
ls
#1570184877
module
#1570184989
module load languages/intel/2017.01
#1570184997
module list
#1570185264
nano hello.job
#1570185372
ls
#1570185467
rm hello.job
#1570185469
ls
#1570185480
sbatch hello.sh
#1570185487
ls
#1570185508
nano slurm-2516750.out
#1570185581
ls
#1570185590
rm slurm-2516750.out
#1570185591
ls
#1570185597
rm test1.out
#1570185606
sbatch hello.sh
#1570185609
ls
#1570185619
rm slurm-2516750.out
#1570185625
nano hello.sh
#1570185686
ls
#1570185691
rm slurm-2516750.out
#1570185699
rm slurm-2516752.out
#1570185700
ls
#1570185708
sbatch hello.sh
#1570185710
ls
#1570185737
nano slurm-2516754.out
#1570185769
nano hello.sh
#1570185830
rm slurm-2516754.out
#1570185832
ls
#1570185837
sbatch hello.sh
#1570185846
squeue -u sa17826
#1570185859
ls
#1570185866
nano hello.out
#1570186163
nano hello.sh
#1570186201
rm hello.out
#1570186202
ls
#1570186208
sbatch hello.sh
#1570186213
ls
#1570186217
nano hello.out
#1570186313
nano hello.sh
#1570186334
rm hello.out
#1570186336
ls
#1570186341
sbatch hello.sh
#1570186347
nano hello.out
#1570186388
rm hello.out
#1570186389
ls
#1570186395
nano hello.sh
#1570186430
sbatch hello.sh
#1570186433
nano hello.out
#1570187203
squeue -u sa17826]
#1570187206
squeue -u sa17826
#1570187211
squeue
#1570187500
squeue -R COMS30005
#1570187747
ls
#1570187754
nano hello.out
#1570187780
sbatch hello.c
#1570188025
nano hello.sh
#1570197548
ls
#1570197564
nano hello.sh
#1570462533
sbatch hello.job
#1570462536
ls
#1570462543
sbatch hello.sh
#1570462550
nano hello.out
#1570462562
nano hello.sh
#1570462586
sbatch hello.sh
#1570462590
nano hello.out
#1570462600
nano hello.sh
#1570462618
sbatch hello.sh
#1570462621
nano hello.out
#1570703835
ls
#1570703837
cd cw1
#1570703839
ls
#1570703842
cd introhpc
#1570703843
ls
#1570703848
nano makefile
#1570703855
nano Makefile
#1570703863
./stencil
#1570703874
make
#1570703877
ls
#1570703882
./stencil
#1570704681
ls
#1570704684
cd cw1
#1570704687
cd introhpc
#1570704689
ls
#1570704709
./stencil 8000 8000 100
#1570703184
ls
#1570703211
mkdir cw1
#1570703213
ls
#1570703215
cd cw1
#1570703216
ls
#1570703715
cd ..
#1570703716
ls
#1570703719
cd cw1
#1570703721
ls
#1570703724
cd introhpc
#1570703726
ls
#1570704059
sbatch stencil.job
#1570704104
squeue
#1570704123
ls
#1570704135
make
#1570704146
./stencil 1024 1024 100
#1570704164
./stencil 4096 4096 100
#1570705063
nano Makefile
#1570705132
make
#1570705144
./stencil 1024 1024 100
#1570705165
make -B
#1570705172
./stencil 1024 1024 100
#1570705195
nano Makefile
#1570705210
./stencil 4096 4096 100
#1570705381
nano stencil.job
#1570705403
sbatch stencil.job
#1570705405
squeue
#1570705427
ls
#1570705432
nano stencil.out
#1570705497
#1570705504
sbatch stencil.job
#1570705647
sbatch stencil.job -p veryshort -A COMS30005 -- reservation COMS30005
#1570705653
squeue -u sa17826
#1570705749
nano sbatch.job
#1570705776
nano stencil.job
#1570705797
ls
#1570705804
module gcc -v
#1570705814
ls
#1570705818
nano stencil.out
#1570705841
./stencil.out
#1570705845
nano stencil.oout
#1570705850
nano stencil.out
#1570706036
sbatch stencil.job
#1570706044
squeue -u sa17826
#1570706319
nano stencil.job
#1570706336
sbatch stencil.job
#1570706341
make -B
#1570706343
sbatch stencil.job
#1570706349
nano stencil.out
#1570706357
y
#1570706910
s
#1570706911
ls
#1570706925
nano stencil_1024_1024_100.pgm
ls
ls cw1
ls
cd cw1
cd introhpc
#1571041938
ls
#1571041948
cd cw1/introhpc
#1571041950
ls
#1571041952
make
#1571041960
make -B
#1571041963
ls
#1571041965
make
#1571041978
./stencil 1024 1024 100
#1571041985
nano make
#1571041994
nano Makefile
#1571042015
make -B
#1571042028
./stencil 1024 1024 100
#1571042718
nano make
#1571042725
nano Makefile
#1571042785
make -B
#1571042798
./stencil 1024 1024 100
#1571042812
nano Makefile
#1571042832
make -B
#1571042836
./stencil 1024 1024 100
#1571042310
cd cw1/introhpc
#1571042311
ls
#1571042314
make
#1571042322
make -B
#1571042334
./stencil 4096 4096 100
#1571042549
./stencil 8000 8000 100
cd cw1/introhpc
ls
nano stencil.c
ls
cd cw1/introhpc
ls
make -B
./stencil 1024 1024 100
./stencil 4096 4096 100
./stencil 8000 8000 100
nano Makefile
make -B
sbatch stencil.job
./stencil.out
nano Makefile
make -B
nano Makefile
make -B
nano Makefile
make -B
./stencil 1024 1024 100
sbatch stencil.job
nano stencil.out
gprof stencil.out gmon.out > profile.txt
ls
less profile.txt
nano profile.txt
cd cw1/introhpc
ls
make -B
gcc -pg stencil.c
make -B
gcc -std=c99 -pg -Ofast -mtune=native -Wall stencil.c -o stencil
./a.out
ls
./stencil.out
./stencil
gcc -std=c99 -pg -Ofast -mtune=native -Wall stencil.c -o stencil
./stencil 1024 1024 100
gprof stencil.out gmon.out > profile.txt
nano stencil.out
nano stencil.job
sbatch stencil.job
nano stencil.out
#1571150103
ls
#1571150253
rm hello.c
#1571150254
ls
#1571150257
rm hello.out
#1571150261
rm hello.sh
#1571150262
ls
#1571150284
mv cw1/* .
#1571150285
ls
#1571150290
cd cw1
#1571150291
ls
#1571150300
cd ..
#1571150300
ls
#1571150303
rm cw1
#1571150310
rmdir c w1
#1571150315
rmdir cw1
#1571150316
ls
#1571150326
mv introhpc/* .
#1571150327
ls
#1571150334
rmdir introhpc
#1571150335
ls
#1571150346
cd introhpc
#1571150347
ls
#1571150349
cd ..
#1571150352
rmdir introhpc
#1571150379
cd introhpc
#1571150381
ls
#1571150383
cd ..
#1571150385
ls
#1571150394
rmdir -r introhpc
#1571150405
rmdir --help
#1571150476
rm -rf introhpc/
#1571150477
ls
#1571150489
git pull
#1571150539
git init
#1571150689
git add *.c
#1571150699
git add LICENSE
#1571150747
git commit -m 'initial skeleton commit'
#1571150801
git config --global user.name "Saif Anwar"
#1571150817
git config --global user.email [email protected]
#1571150835
git commit --amend --reset-author
#1571150985
git commit --amend --reset-author "Initial skeleton commit"
#1571150990
git commit --amend --reset-author
rm hello.c+0x0): first defined here
stencil:(.rodata+0x8): multiple definition of `__dso_handle'
stencil:(.rodata+0x8): multiple definition of `__dso_handle'+0x0): first defined here
stencil:(.rodata+0x8): multiple definition of `__dso_handle'
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o:(.rodata+0x0): first+0x0): first defined here
stencil:(.rodata+0x8): multiple definition of `__dso_handle'
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o:(.rodata+0x0): first+0x0): first defined here
stencil:(.rodata+0x8): multiple definition of `__dso_handle'
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o:(.rodata+0x0): first+0x0): first defined here
stencil:(.rodata+0x8): multiple definition of `__dso_handle'
ls
make
make -B
ls
make -B
sbatch stencil.job
ls
rm stencil.out
ls
sbatch stencil.job
nano stencil.out
y
ls
nano stencil.out
git commit
git commit -m
git init
ls
git init
git --version
#1571167718
ls
#1571167722
git --version
#1571167725
git commit
#1571167822
git push origin master
#1571167829
git push master
#1571167860
git config --get remote.origin.url
#1571167868
git remote show origin
#1571167973
cd .git
#1571167976
cd ..
#1571167986
rmdir -rf .git/
#1571168022
git add .
#1571168046
git commit -m "test commit"
#1571168222
git remote add origin https://github.com/saiffanwar/HPC.git
#1571168227
git remote -v
#1571168240
git push -u origin master
#1571168349
git pull
#1571168642
git remote add origin https://github.com/saiffanwar/HPC.git
#1571168656
git push origin
#1571169100
git git
#1571169102
git
#1571170356
git commit
#1571170434
git status
#1571170446
git commit origin master
#1571170454
git commit origin
#1571170461
git commit -u origin master
#1571170479
git commit
#1571169119
ls
#1571169122
git add .
#1571169123
ls
#1571169132
git push origin master
#1571169159
git push --help
#1571169323
git pull
#1571169391
rmdir -r .git/
#1571169400
rmdir --r .git/
#1571169406
rmdir --rf .git/
#1571169414
rmdir -rf .git/
#1571169424
rmdir --help
#1571169437
rm -r .git/
#1571169482
rm -rf .git/
#1571169484
ls
#1571169487
git init
#1571169511
git add .
#1571169525
git commit -m "First commit"
#1571169554
git remote add origin https://github.com/saiffanwar/HPC.git
#1571169557
git remote -v
#1571169567
git push -u origin master
#1571169618
git pull
#1571169650
git pull origin master
#1571169664
git push origin master
#1571169855
git pull
#1571169869
git push -u origin master
#1571169913
git remote add origin https://github.com/saiffanwar/HPC.git
#1571169922
git pull origin master
#1571170004
git rm README.md
#1571170015
git merge README.md
#1571170031
git commit origin master
#1571170050
git push
#1571170127
git status
#1571170134
git commit
vim sbatch stencil.job
vim stencil.job
make -B
vim env.sh
. env.sh
module av languages/intel
modules load languages/intel/2018-u3
module load languages/intel/2018-u3
rm env.sh
git status
module load tools/git
git --version
git status
vim stencil.job
make -B
sbatch stencil.job
less stencil.out
sbatch stencil.job
less stencil.out
vim stencil.out
vim stencil.job
make -B
sbatch stencil.job
less stencil.out
vim stencil.job
make -B
sbatch stencil.job
less stencil.out
git checkout -- .
git status
git pull origin 24-10
make -B
sbatch stencil.job
less stencil.out
nano stencil.job
make -B
sbatch stencil.job
less stencil.out
less stencil.job
vim stencil.job
make -B
sbatch stencil.job
less stencil.out
vim stencil.job
sbatch stencil.job
less stencil.out
sbatch stencil.job
less stencil.out
sbatch stencil.job
less stencil.out
sbatch stencil.job
less stencil.out
git status
git checkout --
git checkout -- .
git status
git add .
git commit -m 'starting report first final'
git push origin 24-10
git pull origin 24-10
git branch 24-10-gcc
git checkout branch 24-10-gcc
git checkout 24-10-gcc
python check.py --ref-stencil-file stencil_1024_1024_100.pgm --stencil-file stencil.pgm
python check.py --ref-stencil-file stencil_4096_4096_100.pgm --stencil-file stencil.pgm
nano stencil.job
make -B
sbatch stencil.job
less stencil.out
squeue -u sa17826
less stencil.out
python check.py --ref-stencil-file stencil_4096_4096_100.pgm --stencil-file stencil.pgm
nano Makefile
less Makefile
make -B
vim stencil.c
git status
git add .
git commit -m 'change to gcc next'
git push origin 24-10-gcc
git status
git checkout master
vim stencil.c
nano Makefile
make -B
less stencil.job
sbatch stencil.job
less stencil.out
squeue -u sa17826
less stencil.out
nano Makefile
sbatch stencil.job
squeue -u sa17826
less stencil.out
sbatch stencil.job
squeue -u sa17826
less stencil.out
sbatch stencil.job
squeue -u sa17826
less stencil.out
nano Makefile
sbatch stencil.job
squeue -u sa17826
less stencil.out
less MAk
less Makefile
sbatch stencil.job
less stencil.out
squeue -u sa17826
less stencil.out
vim Makefile
sbatch stencil.job
less s
make -B
sbatch stencil.job
squeue -u sa17826
less stencil.out
sbatch stencil.job
squeue -u sa17826
less stencil.out
sbatch stencil.job
squeue -u sa17826
less stencil.out
make -B
nano Makefile
make -B
sbatch stencil.job
sq -u sa17862
squeue -u sa17826
less stencil.out
sbatch stencil.job
less stencil.out
nano Makefile
less Makefile
sbatch stencil.job
less stencil.out
squeue -u sa17826
less stencil.out
vim Makefile
make -B
sbatch stencil.job
less stencil.out
module av gcc
gcc -v
gcc --version
make -B
nano Makefile
sbatch stencil.job
squeue -u sa17826
less stencil.out
sbatch stencil.job
squeue -u sa17826
less stencil.out
sbatch stencil.job
squeue -u sa17826
less stencil.out
make -B
nano Makefile
sbatch stencil.job
less stencil.out
sbatch stencil.job
less stencil.out
nano Makefile
sbatch stencil.job
squeue -u sa17826
less stencil.out
sbatch stencil.job
squeue -u sa17826
less stencil.out
nano Makefile
sbatch stencil.job
less stencil.out
less MAke
less Makefile
make -B
sbatch stencil.job
less stencil.out
squeue -u sa17826
less stencil.out
nano Makefile
sbatch stencil.job
less stencil.out
squeue -u sa17826
less stencil.out
make -B
sbatch stencil.job
squeue -u sa17826
less stencil.out
nano Makefile
ls
git --version
module load tools/git/2018-u3
module av tools/git
module tools/git/2.18.0
module av git
module load tools/git
git --version
module load languages/intel/2018-u3
make -B
sbatch stencil.job
less stencil.out
squeue -u sa17826
less stencil.out
nano Makefile
sbatch stencil.job
squeue -u sa1786
squeue -u sa17826
less stencil.out
nano ma
y]
nano Makefile
make -B
sbatch stencil.job
less stencil.out
nano Makefile
sbatch stencil.job
less stencil.out
squeue -u sa17862
squeue -u sa17826
less stencil.out
make -B
sbatch stencil.job
less stencil.out
squeue -u sa17826
less stencil.out
squeue -u sa17826
less stencil.out
nano Makefile
make -B
sbatch stencil.job
squeue -u sa17826
less stencil.out
nano Makefile
make -B
sbatch stencil.job
squeue 0u sa17826
squeue -u sa17826
less stencil.out
nano Makefile
make -B
nano Makefile
make -B
sbatch stencil.job
less stencil.out
nano Makefile
make -B
sbatch stencil.job
squeue -us a17862
less stencil.out
make -B
nano Makefile
nano stencil.job
make -B
sbatch stencil.job
squeue -u sa17826
less ip
#1571929060
nano Makefile
#1571929071
nano stencil.job
#1571929088
make -B
#1571929093
sbatch stencil.job
#1571929098
squeue -u sa17826
#1571929185
less stencil.out
#1571929221
sbatch stencil.job
#1571929226
less stencil.out
#1571929231
nano stencil.out
#1571929240
nano stencil.job
#1571929256
make -B
#1571929260
sbatch stencil.job
#1571929268
less stencil.c
#1571929400
squeue -u sa17826
#1571929801
less stencil.out
#1571929820
nano stencil.job
#1571929844
make -B
#1571929848
sbatch stencil.job
#1571930147
squeue -u sa17826
#1571930847
less stencil.out