MPI and D: Linker Options?

Mpicc is common name of different scripts and even programs. Some of them have option like -echo -show -compile-info -link-info or -showme or environment option to show what is actually called.

Mpicc is common name of different scripts and even programs. Some of them have option like -echo, -show, -compile-info, -link-info or -showme or environment option to show what is actually called. Try to check what is it actually with file -k `which mpicc` If it is script, it can be written in sh, bash, perl, python.

You can easily view it and find correct option. If it is an program, try to run strings `which mpicc` Sometimes strings can extract option names and/or environment variables which controls the work of script. Also, most of mpicc check CC env variable to get name of compiler.

You can write a script or a program which will just print its arguments and set CC env to this program.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions