Search results

  1. C

    AI for editing illustrations

    Hi! I am looking for an AI that can produce publishable illustrations from drawings/sketches. I am working in scientific research, and I have to produce images illustrating various things for my papers. Doing this to high quality is very time-consuming. I would rather just do a simple sketch...
  2. C

    Question C++ weird destructor behavior.

    Thanks for the input. My thought was also that it would be a memory leak. After some reading, and thinking, I realized what the problem is: diagVertex is an inherited class of type diagElement. In some instances, the pointer to v is of type diagElement. When calling the destructor, the call is...
  3. C

    Question C++ weird destructor behavior.

    Hi I have encountered a strange behavior of my c++ code when calling a destructor. Basically, I do the following: I have a pointer to an object v of type diagVertex. Then I delete it: delete v; v=NULL; This should call the destructor of diagVertex: diagVertex::~diagVertex() {...
  4. C

    MPI-- many calls to same process and stability

    Actually, I did not test that approach. MPI is very well designed and incredibly stable (though I know nothing about how it actually works), and I would not be surprised if it did work. However, it strikes me as a bad idea to implement it this way. Whats not to say that it would work for 4k...
  5. C

    MPI-- many calls to same process and stability

    Hi all Sorry for being a prick. Somehow I managed to forget about this post that I made, and I did not see the replies until now. I have had a bit to much work to do lately. Shame on me. So, long story short: I managed to solve this problem by changing the structure of the communication...
  6. C

    MPI-- many calls to same process and stability

    Hi I am writing an application that will use MPI and a large number of processes-- up to 4096 or so. At a certain stage all processes except rank=0 should send some result to process zero. Is there an issue with stability if thousands of processes try to send messages more or less at the same...
  7. C

    Have someone else cash check into you account

    Thanks everyone. Ill ask the bank, and if not possible I will have it sent over seas and use the app. Thanks for pointing that out to me. I will be gone for a long time and I need the money...
  8. C

    Have someone else cash check into you account

    Hi I am expecting a check from my employer, but I will be traveling. Can I have a coworker cash that check into my bank account? Im using bank of america. Thanks // Johan
  9. C

    Share memory parallelisation with independent processes but shared output data in c++

    Hi, thanks for the replies... So I only need to write to the array, not read from it. It appears to me that WM_copy is a microsoft/windows thing? I will be using a linux cluster for this... And no I don't want to store multiple instances of the data. Memory may be cheap but for this...
  10. C

    Share memory parallelisation with independent processes but shared output data in c++

    Hi all, I am developing a simulation tool for a physics problem that I am working on (using c++). Essentially, the computation consists of manipulation of pointer structures that correspond to different physical processes. The output is “events” in time and space, and needs to be stored on a...
  11. C

    Mmemory usage of function in object in c++

    Great! Thanks!
  12. C

    Mmemory usage of function in object in c++

    Hi I am implementing a data structure that consists of a large network of nodes with pointers between them. I am memory bound, so I like to reduce the memory footprint. These nodes are all of the same class. Now, the nodes have some data fields that cost memory. I consider replacing the...
  13. C

    MPI multidimensional arrays

    Oh thats a typo. IR=2 and nothing else. Sorry
  14. C

    MPI multidimensional arrays

    Hi Im passing some multidimensional al arrays over MPI. However, Im struggling with some hangups. Essentially I do static cont int NK=16 static cont int NT=400 static cont int NK=S=4 static cont int NK=IR=2 double SIGMA [NK][NK][NT][S][IR]; ... cout<< MPI_RANK<< " begin...
  15. C

    C++ : The cost of pointers

    Thank you all for your input. I think a good starting point is to read the referred guide. Perhaps I can do some small scale experiments on some select problem to see what happens. Thanks a lot // Carlis
  16. C

    C++ : The cost of pointers

    Hi I am planning to solve a physics problem through a special simulation technique. I am very fond of pointers, and in this problem they would make life a lot easier. In this problem the 'core' of the task would consist of manipulating pointers and thus the way different objects are related...
  17. C

    Recomendation for WYSIWYG web design software for Mac

    Hi I have to put together a simple web page. I want capacity for video, images, download of some pdf documents etc. I prefer not to do any coding but to design by drag and drop. Does anyone know a good piece software for this purpose? I can pay for it but prefer to stay below 50 bucks if...
  18. C

    C++ class inheritance etc

    Terrific! This should dave we a lot of trouble Best // C
  19. C

    C++ class inheritance etc

    Hi I want to write a simulation software for some category of physics modes. Because the models are in some ways similar, I want to have a single class that takes care of issuing instructions. And then I want to have several different models that are different, but share a set of methods that...
  20. C

    Russian speakers: Help me with this phrase

    I recently heard a priceless phrase in Russian meaning something like "Under Stalin there was no such crap" It sounded something like pri Stalini tukoi ... nie bula Not that Im a stalinist or anything but I thought this quote was just epic. So how does it read exactly?
  21. C

    Software for creating overview of program

    Hm yes. Doxygen looks like it might do what I want. Thanks! / Carlis
  22. C

    Software for creating overview of program

    I'm in need of some program that will help me get an overview of my developing projects. Essentially, I would like to create some sort of map with arrows that tells me what function calls what etc. I was thinking that a flow chart program might work or something similar. Does anyone use this...
  23. C

    Annual clown prize awarded today

    The annual clown prize, also known as the Nobel peace price has been awarded to the EU. The prize is awarded for screwing up the economy, especially in south Europe and inspiring the greeks to dress up in nazi uniforms to welcome Angela Merkel.
  24. C

    SSD for macbook pro late 2009

    Hi I've got a MBP late 2009. I am planing to buy an SSD for it with roughly 250GB or so. Now, the question is, can I just get any 2.5" SSD from vertex/corsair/intel etc? Or might there be compatibility issues? Best /Carlis
  25. C

    Examination of Arafats personal belongings suggest poisoning by polonium

    http://www.aljazeera.com/programmes/whatkilledarafat/2012/07/20127383653774794.html Apparently, Arafats personal items like tooth brush and underwear are radioactive. The substance appear to be polonium 210, which is not naturally occurring, but rather, requires a reactor to produce. This...
  26. C

    C++ : largest and smallest float

    I am writing some software to compute partition functions from some monte carlo simulations. The issue is that I have to make sure that I dont obtain nonsens due to the limitations of the size of a float. I am worried about the following piece of code: ---------------------- arg =...
  27. C

    So do the British have any regrets not joining the Euro?

    At the time of the referendum in Sweden, I was young and foolish, and voted for. I'll never stop thanking my countrymen for turning it down. All politicians from right to left standing hand in hand. Ohh its the future! Are you against the future? Thankfully, a sound skepticism and dislike for...
  28. C

    Does antimatter weigh more than matter?

    The neutral particles have neutral antiparticles.
  29. C

    Does antimatter weigh more than matter?

    Antimatter has the same mass as matter. The same set of particles with the same energy ect. Thus, you can construct the same stuff from antimatter as from matter. But all electric charges are opposite.
  30. C

    MPI vs MPI and open MP

    I am wondering about the performance of MPI ans open mp. If I use MPI and run a program on shared memory, will the performance be much worse than if I would use omp? And if I use MPI to run it on multiple server nodes, is there any gain in parallelizing using omp within the server node...
  31. C

    AMD Bulldozer as server and HPC

    It appears that the bulldozer chip is not competitive in the desktop segment in most scenarios, but from the review here on AT it seemed to do fairly well with very threaded applications. This raises the question; can it be competitive in the server and HPC markets? Of course, HPC is a very...
  32. C

    Install osx 10.5 on G5 from image

    Hi I have lost my disc with 10.5. I have a powermac G5 2.3 DC on which I like to install osx. Since I don't have a DL burner, I can not burn my image to a DVD (because it is to large to fit on to single layer). Is there any way of solving this? Can one put the image on some external drive...
  33. C

    Question on quantum mechanics bracket notation

    I have the following problem I am trying to solve. Consider operators A and B that satisfy A|a> = k B|a> // for the ket |a> Prove <a| AB |a> = k* <a|BB|a> (where * denote conjugate) But it seems to me that it would be =k<a|BB|a> Since <a|AB|a> = <a|B+A+|a>* =<a|B+k*B+|a>*...
  34. C

    Trouble with optical drive in MBP

    One of them is a copy, the other is not. But it seems to me something is wrong when you cant read a bought DVD... Perhaps I should try burning the image again... Also, the drive on my mbp refuses to burn anything, but I have my G5 ...
  35. C

    Trouble with optical drive in MBP

    Hi I tried to install windows on my mbp to play some blood bowl. Now, when I insert my old xp disc, it is recognized as an empty recordable cd. The same goes for my win 7. Now, inserting them in my G5 they work fine. ALso, the mbp CAN read my osx install disk. So the question is, whats going...
  36. C

    Explosion in central Oslo, Norwegian Primeminister's Office was hit.

    The government now says there was only one detonation. Yes I would expect Denmark to be a more likely target, having participated in the Iraq war of 2003 and being located closer to the continent. Also, I was not very surprised about the bombings in Stockholm.
  37. C

    Explosion in central Oslo, Norwegian Primeminister's Office was hit.

    Ok another one detonated now...
  38. C

    Explosion in central Oslo, Norwegian Primeminister's Office was hit.

    So it seems that they decline to comment on what caused the explosion, but I guess there is no heavy industry in the government district... Does look like terrorism to me. It is a bit surprising that Norway would be hit. They don't have a large immigrant population and have not been more active...
  39. C

    MBP + 30" Dell does not work

    The adaptor is a few days old. I regularly update my software...
  40. C

    MBP + 30" Dell does not work

    That is exactly what I have, I just wrote a bit sloppy. I have the apple thing for 99 bucks...
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |