Skip to content

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


//#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


ofstream f;
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


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


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.

2 participants