-
Notifications
You must be signed in to change notification settings - Fork 29
Description
So i installed Citcoms 3.3.1 without ggrd and without hdf5 support first and ran a file with a reference state file attached and it worked fine and gave me proper output. Then i installed Citcoms 3.3.1 with both ggrd and hdf5 support and it was giving me Hg2open error (due to hdf5). Then i went to the pull request and downloaded all the 12 changed files and replaced them properly. Then i installed Citcoms 3.3.1 and it was installed with ggrd and with hdf5 without giving any error. But now when i am running the same input file which i used earlier (and gave ouput earlier) is now showing :-
Cannot open reference state file:
Cannot open reference state file:
Cannot open reference state file:
Cannot open reference state file:
Cannot open reference state file:
Cannot open reference state file:
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[5343,1],6]
Exit code: 8
I even tried running without the use of reference file but it gave me the same error. Even when i tried running the examples provided in the cookbook, it is giving me the same error. My main purpose was to use Citcoms with .grd files thats why i installed with ggrd (hc) support. I also installed Citcoms by citcoms-hdf5.zip (so i dont have to manually copy paste files) but same error. Kindly help me please