Luca Marsella on "How to transfer efficiently data to /project"
If you need to transfer a large amount of data from your local platform to your /project folder at CSCS or viceversa, you have an alternative that might run faster then sftp or scp. The program mpscp...
View ArticleLuca Marsella on "How to write on /project when I belong to more than one group"
Q: I would like to store data under a second /project folder, since I am a collaborator of that group as well.However I get an error when I try to write there. Can you help me?
View ArticleLuca Marsella on "How to write on /project when I belong to more than one group"
If you belong to more than one project, you should see the corresponding group IDs issuing the command groups on your shell. You are always logged in as your primary project: therefore, if wish to...
View ArticleLuca Marsella on "How to check the quota on /project"
Q: I can I check my quota on /project?
View ArticleLuca Marsella on "How to check the quota on /project"
You can check your quota on $HOME (/users) and $PROJECT (/project) with the following command on the front-end system Ela (ela.cscs.ch): /usr/local/bin/quota.ksh or simply quota which points to the...
View ArticleLuca Marsella on "Where to find Third Party Scientific Libraries"
Q: Which modules provide optimized scientific libraries?
View ArticleLuca Marsella on "Where to find Third Party Scientific Libraries"
Please have a look at module help tpsl: TPSL (Third Party Scientific Libraries) is the name of a module containing a collection of outside mathematical libraries that can be used with PETSc and...
View ArticleLuca Marsella on "How can I check the commands and flags invoked by the...
Q: I would like to check which command and flags are invoked by the compiler wrapper of the Programming Environment that I have loaded, is it possible?
View ArticleLuca Marsella on "How can I check the commands and flags invoked by the...
After you load all modules that you need, you can issue one of the following commands to have a list of the flags invoked by the appropriate compiler wrapper: cc -### (or ftn or CC in place of cc)orcc...
View ArticleLuca Marsella on "How can I find the path to a library?"
Q: I would like to link my code to a specific library. How can I find its path on Rosa?
View ArticleLuca Marsella on "Useful commands of the module framework"
Q: Where can I find a list of module commands?
View ArticleLuca Marsella on "Useful commands of the module framework"
You have a list of the most useful module commands on the CSCS User Portal at:http://user.cscs.ch/software_and_programming_environment/compilers_and_programming/rosa_cray_xt5/modules_framework/index.html
View ArticleLuca Marsella on "User's personal information"
Q: Where can I check the information associated to my username at CSCS?
View ArticleLuca Marsella on "User's personal information"
You have the possibility to login on the User Portal at CSCS using your credentials: visit http://user.cscs.ch/ and click on the "Login" link on the top right of the screen.After each successful login,...
View ArticleLuca Marsella on "How can I find the path to a library?"
In order to compile your code on Rosa you should load the module of a Programming Environment and of the libraries that you need: module avail to have a list of the modules available on the...
View Article