Installation Troubles on HPC
Posted: Tue Oct 28, 2014 12:35 pm
Hello,
I'm trying to install Code Saturne v3.3.2 on a HPC with SUSE OS. I'm compiling Code Saturne with HDF5-1.8.2, CGNS-3.2.1, and libxml2-2.9.2 libraries. I used the gcc-4.7.3 and mpicc (OpenMPI-1.8.1) to compile the libraries and Code Saturne. For libxml2-2.9.2 and Code Saturne, I also used Python-2.7.8. Everything in the configuration and install process goes fine, but when I go and run a .xml case I generated on a local computer, along with its mesh, I receive errors. All of the errors occur when reading subprocess.py and I recieve "OSError: [Errno 13] Permission denied," and sometimes "OSError: [Errno 9] Bad file descriptor" too. I assume it has something to do with my Python or libxml2 libraries, and I reinstall these libraries several times with different configurations, but nothing seems to help. I have also seen another post suggesting using --without-modules to keep from using unintended modules, but this doesn't help either. I also think I set up the configuration file to run Code Saturne on a batch system correctly, but I'm not sure.
I attached the error file that I commonly get, along with my config.log, batch configuration, batch submission, and .xml file. I tested out my code with a case I generated on a local Ubuntu desktop, which it attached, and the example http://cfd.mace.manchester.ac.uk/twiki/ ... 01TbLamGui. Both run fine on the my Ubuntu desktop.
For my Python complication, I just enabled --with-system-ffi and CC=gcc. And for the libxml2 complication, I enabled --with-ftp=no, --with-http=no, CC=gcc, and used my Python installation.
Any help will be appreciated.
Thank you,
Andrew
I'm trying to install Code Saturne v3.3.2 on a HPC with SUSE OS. I'm compiling Code Saturne with HDF5-1.8.2, CGNS-3.2.1, and libxml2-2.9.2 libraries. I used the gcc-4.7.3 and mpicc (OpenMPI-1.8.1) to compile the libraries and Code Saturne. For libxml2-2.9.2 and Code Saturne, I also used Python-2.7.8. Everything in the configuration and install process goes fine, but when I go and run a .xml case I generated on a local computer, along with its mesh, I receive errors. All of the errors occur when reading subprocess.py and I recieve "OSError: [Errno 13] Permission denied," and sometimes "OSError: [Errno 9] Bad file descriptor" too. I assume it has something to do with my Python or libxml2 libraries, and I reinstall these libraries several times with different configurations, but nothing seems to help. I have also seen another post suggesting using --without-modules to keep from using unintended modules, but this doesn't help either. I also think I set up the configuration file to run Code Saturne on a batch system correctly, but I'm not sure.
I attached the error file that I commonly get, along with my config.log, batch configuration, batch submission, and .xml file. I tested out my code with a case I generated on a local Ubuntu desktop, which it attached, and the example http://cfd.mace.manchester.ac.uk/twiki/ ... 01TbLamGui. Both run fine on the my Ubuntu desktop.
For my Python complication, I just enabled --with-system-ffi and CC=gcc. And for the libxml2 complication, I enabled --with-ftp=no, --with-http=no, CC=gcc, and used my Python installation.
Any help will be appreciated.
Thank you,
Andrew