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

wrong serpent input file #1

Open
rradnev1 opened this issue Oct 29, 2021 · 10 comments
Open

wrong serpent input file #1

rradnev1 opened this issue Oct 29, 2021 · 10 comments

Comments

@rradnev1
Copy link

hello, when i try to run the code with any of the examples I reserve this messages:
Error using stom.runCalculation>runCalc (line 80)
Wrong Serpent input file
"/home/serpent/Downloads/stop-master/examples/lfr/lfrref/lfr_ref".

Error in stom.runCalculation (line 21)
[simStatus results] = runCalc(results, calc);

Error in stom (line 13)
[simStatus results] = stom.runCalculation(results, calc);

Error in stop/run (line 53)
[simStatus results] = stom(self);

Error in data_for_lfr (line 21)
sim.run()

80 error('Wrong Serpent input file\n "%s".',input);
K>>

@tumregels
Copy link
Owner

hello @rradnev1. What is your serpent version? It won't run for serpent 2, just serpent 1

@rradnev1
Copy link
Author

now i'm using Serpent 1.1.7

@rradnev1
Copy link
Author

so were im wrong @tumregels ?

@tumregels
Copy link
Owner

@rradnev1 did you follow the setup instructions here?

It has been a while i wrote this. Need more description of the error to help you with this.

@rradnev1
Copy link
Author

ok so when i try to run fuelpinburn example with "sim.isXSEC = true" like in the instructions
sim =
stop with properties:
serpExe: 'sss'
saveResPar: {2x1 cell}
name: ''
values: [1x1 struct]
isTest: 0
isContinue: 0
isEcho: 1
isXSEC: 1
serpParInp: [1x1 struct]
saveDir: '/home/serpent/Desktop/stop/examples/fuelpinburn'

sim.name = 'ref';
sim.run('TITLE','"fuelpin reference"',...
'FH',0,...
'FDC',1,...
'FT','09',...
'CD',[0.86,663]);
sss: /home/serpent/Downloads/Matlab910Lin/MAT/bin/glnxa64/libtiff.so.5: no version information available (required by /lib/x86_64-linux-gnu/libgd.so.3) ..
after that serpent starts,
Checking inventory list...
and after that the code stops here:
====SERPENT MESSAGE====
=======================
Error using stom.runCalculation>runCalc (line 80)
Wrong Serpent input file
"/home/serpent/Desktop/stop/examples/fuelpinburn/fuelpinburnref/fuelpinburn_ref".
Error in stom.runCalculation (line 21)
[simStatus results] = runCalc(results, calc);
Error in stom (line 13)
[simStatus results] = stom.runCalculation(results, calc);
Error in stop/run (line 51)
[simStatus results] = stom(self);

@tumregels
Copy link
Owner

have you adjusted these paths ?

also try to run the pointsource as a first step to check if it works.

@rradnev1
Copy link
Author

yes of course i add the paths!
with pointsource is the same
Error using stom.runCalculation>runCalc (line 80)
Wrong Serpent input file
"/home/serpent/Desktop/stop/examples/pointsource/pointsourcePS01/pointsource_PS01".

Error in stom.runCalculation (line 21)
[simStatus results] = runCalc(results, calc);

Error in stom (line 13)
[simStatus results] = stom.runCalculation(results, calc);

Error in stop/run (line 51)
[simStatus results] = stom(self);

Error in data_for_pointsource (line 25)
sim.run('TITLE',sim.name,'RAD',RAD(i));

@rradnev1
Copy link
Author

rradnev1 commented Oct 31, 2021

and also version 1.1.7 don't recognize "set nps" card
===SERPENT MESSAGE====
error in parameter "set" in file "/home/serpent/Desktop/stop/examples/pointsource/pointsourcePS01/pointsource_PS01" on line 30:

  • Invalid option "nps".

@rradnev1
Copy link
Author

rradnev1 commented Nov 5, 2021

@tumregels did u find the problem?

@rradnev1
Copy link
Author

@tumregels I'm still trying to run the pointsource example, but with no success.

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

No branches or pull requests

2 participants