Opened 10 years ago
Closed 10 years ago
#588 closed help (fixed)
cumf on MONSooN
Reported by: | abozzo | Owned by: | ros |
---|---|---|---|
Component: | MONSooN | Keywords: | cumf |
Cc: | Platform: | ||
UM Version: | 6.6.3 |
Description
Hi,
I try to use cumf on MONSooN but I get various errors like:
/usr/bin/cumf[148]: cannot create /namlst.1182: Permission denied /usr/bin/cumf[148]: cannot create /namlst.1182: Permission denied /usr/bin/cumf[148]: cannot create /namlst.1182: Permission denied /usr/bin/cumf[148]: cannot create /namlst.1182: Permission denied /usr/bin/cumf[162]: cannot open /namlst.1182: No such file or directory Problem with CUMF program /usr/bin/cumf[169]: cannot create /cumf_summ.1182: Permission denied Summary in: ,/cumf_summ.1182 Full output in ,/cumf_full.1182 Difference maps (if available) in:,/cumf_diff.1182 rm: cannot remove `/namlst.1182': No such file or directory rm: cannot remove `/cumf_temp.1182': No such file or directory
I can't really grasp what's the problem here…is it something missing in my .bashrc or general configuration?
Many Thanks,
Alessio
Change History (5)
comment:1 Changed 10 years ago by ros
comment:2 Changed 10 years ago by abozzo
Hi Ros,
thank you. I tried also with -dOUT but I still get the error:
cumf -dOUT /home/abozzo/tmp /projects/lastmil/abozzo/um/xfkmk/xfkmka.dae9110 /projects/lastmil/abozzo/um/xfkmi/xfkmia.dae9110 Problem with CUMF program cat: /home/abozzo/tmp/cumf_temp.19957: No such file or directory Summary in: ,/home/abozzo/tmp/cumf_summ.19957 Full output in ,/home/abozzo/tmp/cumf_full.19957 Difference maps (if available) in:,/home/abozzo/tmp/cumf_diff.19957 rm: cannot remove `/home/abozzo/tmp/cumf_temp.19957': No such file or directory
In the cumf_full.19957 file there is the error message /usr/bin/cumf[162]: /vn7.4/linux/exec/cumf.exe: not found.
I suspect I have some basic path messed up….
Regards,
Alessio
comment:3 Changed 10 years ago by ros
- Owner changed from um_support to ros
- Status changed from new to assigned
Hi Alessio,
Try running the umsetvars script to ensure your environment is set up correctly. You will then have the hg6.6.3 version of cumf in your path.
ibm00$ . $UMDIR/hg6.6.3/ibm/scripts/.umsetvars_6.6.3 ibm00$ which cumf /projects/um1/hg6.6.3/ibm/utils/cumf
Also make sure you are on the IBM and not PostProc?. That error message has me guessing you are trying to run on PostProc?. cumf is not currently installed on PostProc?. I don't know where the /usr/bin/cumf has come from - I'll investigate and get it removed or installed properly as appropriate.
Regards,
Ros.
comment:4 Changed 10 years ago by abozzo
Hi Ros,
perfect, now it works fine. Indeed I was on PostProc?, on on IBM. Sorry for the mistake. Since I picked up the cumf command, I naively assumed it worked.
Many thanks for help, you can close this ticket
ALessio
comment:5 Changed 10 years ago by ros
- Resolution set to fixed
- Status changed from assigned to closed
Hi Alessio,
What command are you running?
From the output it looks like you either haven't specified an output directory, are running it from within a directory you dont' have write permission to or have specified "/" as the output directory.
Assuming the above try specifying the output directory using the -dOUT option.
Regards,
Ros.