Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

s #1

wants to merge 3 commits into from

Conversation

shkrwnd
Copy link

@shkrwnd shkrwnd commented Nov 25, 2017

No description provided.

Copy link
Owner

@teknasd teknasd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix this so i can merge

@@ -7,15 +7,21 @@

//#define _HAS_ITERATOR_DEBUGGING 0

#include <fstream>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put this in Parameters.h file

int main(void) {
f.open("log.dat",ios::app);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make it ios::in

@@ -25,6 +31,7 @@ int main(void) {

for (l = 0; l < iter; l++)
{
f << "iter: " << l <<endl;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove endl

@@ -58,6 +65,7 @@ int main(void) {

for (int del = del_beg; del <= del_end; del += del_inc)
{
f << "del: " << del << endl;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove endl

uniform_int_distribution<int> distr(0,5000);
return distr(generator);
}
void *blowjob(void* thread_id) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we give our github id to employers, why the fuck you put blowjob in it

string file_name = "log/log";
file_name += to_string(id);
file_name = file_name + "_" + to_string(randomizer()) + ".dat";
f.open(file_name,ios::app);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

app ? dude make it in

@@ -0,0 +1,252 @@
iter: 0
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don`t need this file

@@ -0,0 +1,14 @@

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also make this for RFIM_2D_main.cpp

@shkrwnd
Copy link
Author

shkrwnd commented Nov 26, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants