-
Notifications
You must be signed in to change notification settings - Fork 185
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
Running applications in zsim: specifying location of input files used by applications #3
Comments
Set sim.perProcessDir = true. Then, create subfolders p0, p1, p2, ... and link or copy your input files there. We launch all our runs using scripts, so each simulation directory is used once. I recommend you script this. |
Thanks for the reply. Actually, I tried that before also and again today, but could not do that. For example, for gamess, $DIR/CPU2006/416.gamess/run/gamess_base.x86_64_cyn_gcc461 < $DIR/CPU2006/416.gamess/run/cytosine.2.config still it exits with the message (line numbers in file are changed) [H] Creating global segment, 1024 MBs [H] WARN: Segmentation fault I will be thankful for additional help. I traced and found that it exits after the following line in pin_cmd.cpp for (uint32_t i = 0; i < p.we_wordc; i++) { |
Hi, I know it has been a long time since this issue was posted, and you may already have solved the problem. I put it here just in case someone else may have the same problem. Actually I encountered this problem too, what I want to mention is that if the command line has input redirect (just like gamess), the process0.input should be used. |
Hi, I encountered this problem too, I guess you have already solve it. Please help me show the details. I tried to use perProcessDir = true but it can not works. Thanks! |
zsim does not run by traces, so programs have to run on-the-fly.
Many of SPEC application assume certain input files to be in same folder as the one where application is being run. If it try to put those files in main folder, it looks very cluttered, and even then, I don't think it is able to read those files.
Is there an option to specify from where to read the input files.
I tried to use perProcessDir to specify a folder and I put input files there, but could not still run, e.g. gamess.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: